On Wed, Aug 15, 2001 at 10:58:00AM -0700, Dustin Schuemann
wrote:>
> When i convert my filesystem to ext3 using tune2fs -j
> /dev/hdb1 it create's it fine but when i change it in
> fstab to auto. when i reboot it says fsck.auto and
> there is a problem when it says that can someone
> please help.
>
You're the second person who has had problems with setting the
filesysstem type in fstab to be "auto". Where did you get that
information? I want to track it down to make sure it's accurate,
since you're the second person today who's gotten confused about this.
You need the latest version of e2fsprogs (in fact, the just-released
1.23 version of e2fsprogs) in order to be able to set the filesystem
tab in /etc/fstab to be "auto". If you don't want to upgrade to
the
latest and greatest version of e2fsprogs, then just simply place ext3
in the /etc/fstab file.
- Ted