Netboot Mailing List (by thread)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fsck errors with NFS root option



> Every time I boot my diskless linux machines, I get fsck warnings that
> fsck can't run on the root filesystem.
> 
> Does anyone know how I can disable this irritating feature?

Create the file in the client's root directory

    /fastboot

This will prevent the initial fsck. Comment out the removal of this file
in one of your boot init (rc files and/or files in /etc/init.d) files
(that depends on which distribution you are using).

Also in your /etc/fstab file the fsck pass arguments should be 0, this
will prevent fsck at remount and fsck-ing the other nfs file systems.
You should have something like that:

    /server:/export/client_root  /      nfs      defaults  0 0
    /proc                        /proc  proc     defaults  0 0
    /server:/export/client_usr   /usr   nfs      ro        0 0
   ....

--
               ,
    Peter Dobcsanyi
===========================================================================
This Mail was sent to netboot mailing list by:
Peter Dobcsanyi <peter@scitec.auckland.ac.nz>
To get help about this list, send a mail with 'help' as the only string in
it's body to majordomo@baghira.han.de. If you have problems with this list,
send a mail to netboot-owner@baghira.han.de.



For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.