[Frank Van Damme] > On boot, the init script "checkfs.sh" executes fsck on all devices in > fstab. In case a device doesn't exist or can't be accessed, fsck will > fail with an error.
I believe this is incorrect. It run fsck on all devices with a non-zery value in the sixth field in the fstab. Try setting it to 0 (zery) for the mount point in question to avoid the fsck during boot. See fstab(5) for more information. -- Happy hacking Petter Reinholdtsen _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

