Hi there,

No the reiserfs is not root. The last thing i see is adding swap. I
believe this is the first thing that is done when the kernel passes of to
init right? 

This is a Debian box and I went in and stopped syslog from starting so
know that that is not the problem. I am assuming this is not a kernel
issue however I don't know that for sure. I am so stumped the reiserfs is
not even in the /etc/fstab. The patch I used is below... As you can see it
is for 2.4.5

*Shrug*
Ken


diff -urN v2.4.5/fs/reiserfs/super.c linux/fs/reiserfs/super.c
--- v2.4.5/fs/reiserfs/super.c  Sun Apr 29 16:02:25 2001
+++ linux/fs/reiserfs/super.c   Sat May 26 19:10:16 2001
@@ -104,7 +104,8 @@
 {
   int i;
   struct reiserfs_transaction_handle th ;
-
+
+  lock_kernel() ;
   /* change file system state to current state if it was mounted with
read-write permissions */
   if (!(s->s_flags & MS_RDONLY)) {
     journal_begin(&th, s, 10) ;
@@ -117,6 +118,7 @@
   ** to do a journal_end
   */
   journal_release(&th, s) ;
+  unlock_kernel() ;

   for (i = 0; i < SB_BMAP_NR (s); i ++)
     brelse (SB_AP_BITMAP (s)[i]);




On Fri, 6 Jul 2001, Vladimir V. Saveliev wrote:

> Hi
> 
> Ken Nagorski wrote:
> 
> > Hi there,
> >
> > I am ew to using reiserfs so this question may be a little dumb but I am
> > stuck. I got reiserfs setup and made reiserfs partition nad it all
> > worked. I nver resized the drive I just reformated. Everything seemed
> > fine. I rebooted and at just hangs.
> 
> What did it say last? Is that reiserfs partition supposed to become a root
> filesystem?
> 
> 
> > I even went in with boot disk and
> > removed the partition from fstab. It still hangs. I am not sure how I can
> > go about dubbeging if I can't even boot so that is why I am mailing the
> > list.
> >
> > I have a debian 2.2 box with 2.4.5 kernel anf the latest reiserfsprogs
> > from the site. Also I was sure to patch the kernel.
> >
> 
> What patch you patched 2.4.5 with?
> 
> Thanks,
> vs
> 
> 

-- 
IMPORTANT: This email is intended for the use of the individual addressee(s)
named above and may contain information that is confidential, privileged
or unsuitable for overly sensitive persons with low self-esteem, no sense 
of humour or irrational religious beliefs. If you are not the intended 
recipient, any dissemination, distribution or copying of this email is not 
authorised (either explicitly or implicitly) and constitutes an irritating 
social faux pas. 

Unless the word absquatulation has been used in its correct context somewhere
other than in this warning, it does not have any legal or no grammatical use 
and may be ignored. No animals were harmed in the transmission of this email, 
although the kelpie next door is living on borrowed time, let me tell you. 
Those of you with an overwhelming fear of the unknown will be gratified to 
learn that there is no hidden message revealed by reading this warning
 backwards, so just ignore that Alert Notice from Microsoft. 

However, by pouring a complete circle of salt around yourself and your 
computer you can ensure that no harm befalls you and your pets. If you 
have received this email in error, please add some nutmeg and egg whites, 
whisk and place in a warm oven for 40 minutes. 

Reply via email to