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

Re: fix for nullfs users



In Linux a null mount is called a bind mount.
It means you can remount a file system under another directory,
it is very useful when it comes to chrooted web servers and user
home pages if you want to keep their home directory and web page
on the same file system.

It is also very useful when you export a directory at one mount point
and you want to mount it locally at another.

Thanks,
Andrew Pinski


On Sunday, Dec 1, 2002, at 22:35 US/Pacific, Craig Hammond wrote:

>> Here's a patch that should correct most of the issues with nullfs,
> unionfs,
>> and so on.  It basically takes the new NetBSD nullfs, patches vfs to
> work
>
> Sorry for my complete lack of understanding, but I have googled around
> and
> read mount_null(8), but I am at a bit of a loss as to why you would use
> it.
>
> What would be a practical application of having a null file system ???
>
> Craig...