Date: Wed, 1 Nov 2000 10:35:27 -0800 (PST) From: Dmitry Brodsky <dima@cs.ubc.ca> To: freebsd-fs@freebsd.org Subject: Hiding the lower layer in a stackable FS Message-ID: <200011011835.KAA04865@cascade.cs.ubc.ca>
next in thread | raw e-mail | index | archive | help
Hi, I am wondering if it is possible to hide the underlying filesystem in a stackable filesystem configureation. For example. In the nullfs example you would do the following to mount it: mount /dev/adXsYZ mntpoint (UFS fs) mount -t nullfs mntpoint nullfs_mntpoint (NULL fs) Now both mntpoint and nullfs_mntpoint is visible to the user. Ideally what I would like to do is have the user enter mount -t nullfs /dev/adXsYZ nullfs_mntpoint (UFS fs) and have them see only the nullfs mntpoint rather than both mntpoint and nullfs_mntpoint. Is this possible??? I would still like the underlying FS to be UFS. Thanks ttyl Dima -- Dima Brodsky dima@cs.ubc.ca http://www.cs.ubc.ca/~dima 201-2366 Main Mall (604) 822-6179 (Office) Department of Computer Science (604) 822-2895 (DSG Lab) University of British Columbia, Canada (604) 822-5485 (FAX) Computers are like Old Testament gods; lots of rules and no mercy. (Joseph Campbell) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011011835.KAA04865>