filesystem and mounting problems
Toby Kelsey
toby_kelsey at ntlworld.com
Wed Dec 7 16:29:12 UTC 2005
Geoff-lists wrote:
> [4296011.463000] VFS: Can't find ext3 filesystem on dev hde1.
The fdisk and fstab look OK. As well as creating the partition, you need
to set up a filesystem. If you're not sure whether you have one, try
e2fsck -v /dev/hde1
to check. To create an ext3 filesystem:
mke2fs -vj /dev/hde1
and use tune2fs to adjust the mount checks if required.
Toby
More information about the ubuntu-users
mailing list