hiding files under a mount point.

Steve Hayman sahayman at porbeagle.cs.indiana.edu
Thu Mar 21 04:18:38 AEST 1991


> [files hidden under a mount point] can't be used until you umount
> the filesystem.  

Actually you can get at them if you mount the file system which
really contains the hidden files by NFS, and then look around
via NFS.

i.e. you have directory /foo on machine blurfl and file /foo/hidden;
you mount some device on top of /foo and now you can't get to
/foo/hidden any more - BUT - if you nfs-mount blurfl:/ somewhere else,
let's say /nfs/blurfl, then you can quite easily get to
/nfs/blurfl/foo/hidden.  NFS conveniently doesn't follow remote mount
mount points so it just breezes right past the foo directory.

I assume this works on other machines, but I've only tried it
under SunOS 4.1.

Steve
-- 
Steve Hayman    Workstation Manager    Computer Science Department   Indiana U.
sahayman at iuvax.cs.indiana.edu                                    (812) 855-6984
NeXT Mail: sahayman at spurge.bloomington.in.us



More information about the Comp.unix.internals mailing list