Displaying 4 results from an estimated 4 matches for "kuczynski".
2003 Apr 22
0
RE: ext3 "noload" option to mount returning error in 2.4.9 & 2.4. 18 s eries kernel
It's already mounted rw somewhere else. This enables
the needs_recovery feature which prevents an ext2 mount.
-Leslie
-----Original Message-----
From: Christopher J. PeBenito [mailto:pebenito@ieee.org]
Sent: Tuesday, April 22, 2003 11:30 AM
To: kuczynski, leslie
Cc: 'ext3-users@redhat.com'
Subject: Re: ext3 "noload" option to mount returning error in 2.4.9 &
2.4.18 s eries kernel
If you don't want to load the journal, why not just mount as ext2?
mount -t ext2 /dev/sdf1 /mnt
Chris
On Tue, 2003-04-22 at 08:56, kuczynski...
2003 Apr 18
1
ext3 "noload" option to mount returning error in 2.4.9&2.4.18 ser ies kernel
...} else {
if (!silent)
printk (KERN_ERR
"ext3: No journal on filesystem on %s\n",
bdevname(dev));
goto failed_mount2;
}
Any help is appreciated.
Thanks,
Leslie Kuczynski
2003 Apr 22
0
ext3 "noload" option to mount returning error in 2.4.9 & 2.4.18 s eries kernel
...} else {
if (!silent)
printk (KERN_ERR
"ext3: No journal on filesystem on %s\n",
bdevname(dev));
goto failed_mount2;
}
Any help is appreciated.
Thanks,
Leslie Kuczynski
2003 Apr 28
0
Using "noload" option
Can someone please describe how to use the "noload"
option and what the expected results are?
-Leslie