how to prevent filesystem check

Christian Kujau lists at nerdbynature.de
Wed Nov 29 22:56:49 UTC 2006


On Tue, 28 Nov 2006, Andreas Dilger wrote:
> You should just mount the filesystem on the client via NFS, that's
> what it's SUPPOSED to do.

Would a "-o bind" mount suffice too? That way one does not need to setup 
NFS, not to mention the network overhead this solution might have.

Like:
  # mount -t ext3 /dev/sdb1 /home
  # mount -o bind,ro /home /mnt/

I just tested this: /dev/sdb1 did not get altered with the 
bind-mount.

C.
-- 
BOFH excuse #201:

RPC_PMAP_FAILURE




More information about the Ext3-users mailing list