Quote:
Originally posted by jschiwal
According to your mount command output, /dev/hdc3 uses the ext2 file system.
Change the 'auto' in the 3rd column of your fstab entry to 'ext2'.
I would prefer using ext3 over ext2 myself. If you haven't stored anything on it yet, you may want to change it.
|
Ok, I had tried changing it to ext2 before, but tried again to get the following output during boot:
Checking all file systems...
fsck 1.27 (8-Mar-2002)
fsck.ext2: No such file or directory while trying to open /dev/hda1
/dev/hda1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
fsck failed. Please repair manually.
CONTROL-D will exit from this shell and continue system startup.
Give root password for maintenance
(or type Control-D for normal startup):
After continuing normal startup and logging on, the first thing I did (for illustration of my frustration) was mount (to display), mount -a (to mount everything), then mount again to display what's there. Here is what I got:
root@ml310:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
root@ml310:~# mount -a
root@ml310:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext3 (rw)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hda1 on /mnt/hd type ext2 (rw,sync)
It is fine mounting it after booting. Help!
In response to using ext3 instead of ext2, I don't see how to set that in fdisk. The only options are things like "Linux" or "Linux swap", no actual ext2 or ext2 options. Am I missing something? Is it just this distro (MontaVista)? Any further advice appreciated!