Re: fstab vfat boot hang

From: Jeff Vian (jvian10_at_charter.net)
Date: 03/31/05


To: For users of Fedora Core releases <fedora-list@redhat.com>
Date: Thu, 31 Mar 2005 15:55:33 -0600

On Thu, 2005-03-31 at 22:19 +0100, Gary Stainburn wrote:
> Hi folks.
>
> If I have the following line (below, line-wrapped single line) in my
> /etc/fstab my machine hangs during bootup at the fsck stage complaining
> that VFAT checking is still ALPHA. There is no HDD activity.
>
> If I boot in rescue mode and remove the line the box boots fine.
>
> What do I need to do to the line so I can leave it it and still have the
> machine boot. I've tried 'nocheck' and 'check=no' as possible options.
>
> Gary
>
> /dev/hda1 /mnt/dos vfat
> umask=0222,uid=500,gid=500 1 1
>
Change the end of the line from 1 1 to 0 0
That will turn off the fsck during boot.
Man fstab tells me that the 6th field controls the fsck during boot, and
the 5th field controls the dump sequence. it also says

"If the sixth field is not present or zero, a value of zero is returned
and fsck will assume that the filesystem does not need to be
checked."

> --
> Gary Stainburn
>
> This email does not contain private or confidential material as it
> may be snooped on by interested government parties for unknown
> and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
>

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list


Relevant Pages

  • Re: fstab vfat boot hang
    ... >> If I boot in rescue mode and remove the line the box boots fine. ... > That will turn off the fsck during boot. ... > and the 5th field controls the dump sequence. ... > "If the sixth field is not present or zero, ...
    (Fedora)
  • fstab vfat boot hang
    ... /etc/fstab my machine hangs during bootup at the fsck stage complaining ... that VFAT checking is still ALPHA. ... If I boot in rescue mode and remove the line the box boots fine. ... Gary Stainburn ...
    (Fedora)