I'm new to FreeBSD and interested in file systems. I looking at 'nullfs'. Do we have any example file system implemented with help of nullfs? .Thanks for any links/tutorials on it
nullfs(5) isn't a 'real' filesystem. You can use it to mount directories, for lack of a better description. An example probably says more: # mount -t nullfs /usr/ports /jail/j1/usr/ports
This will 'mount' the /usr/ports directory on /jail/j1/usr/ports/.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.