i have a zfs video dataset that is mounted in my home directory,
and i want to mount it using nullfs to the video directory in a Linuxulator chroot
i can manually mount the directory from the host into the chroot
the issue is the zfs datasets are mounted later in the boot process
than the...
This is more a trick. The power of mounting nullfs filesystems is underrated.
I configured my PC for a separate zfs filesystem /usr/home
How to take incremental snapshots ?
Incremental snapshots use very little diskspace so you can run them easily every 30 minutes.
The script below takes such an...
Good morning, evening, or afternoon.
I currently treat my jails as stateless. I do this by mounting host zfs datasets into the jail using nullfs to store state. Sometimes this leaves the data directory on the host empty although the data is present. Why do I see this behavior? What am I doing...
As far as I know, nullfs(5) is useful for sharing an existing and mounted directory between jails. I can edit fstab(5) file of each jails:
/path/to/be/shared /usr/jails/foo/path/shared nullfs ro 0 0
/path/to/be/shared /usr/jails/bar/path/shared nullfs rw 0 0
But it seems probably true that...
I am working on a solution for mass jails deployment based on ZFS datasets and unionfs.
A jail template is created by extracting base archive into the dataset. Then the dataset is mounted read-only in all the jails' roots and each jail has its own lean dataset, where only the deltas are stored...
This is probably a very simple, bordering on stupid, question; so apologies for that.
Do nullfs mounts (of host filesystems) within a jail count toward actual disk usage?
If I mount a host filesystem in a jail as a read-only nullfs, doing du on the jail includes the (size of the) mounted...
Hi!
I've got the 88 character limitation for the fstab entry. It seems the problem will be solved in FreeBSD 12.x maybe in 2019.
How can I use nullfs inside a jail? Thats my fstab entry for the jail. It mounts the specific blog domain to the Wordpress jail...
This is driving me crazy - I'm nullfs mounting a folder from /data to $HOME/data. The source /data folder has three subfolders:
[john@host ~]$ ls -la /data
total 27
d-wxrwx--x 5 root wheel 5 Feb 4 10:32 .
drwxr-xr-x 19 root wheel 26 Feb 4 10:15 ..
drwxr-x--- 2 john media 3...
I have a FreeNAS box and want to create a FreeBSD jail for custodial scripts to manage files on various datasets in my main zpool. I want the jail to be able to move files across datasets so I would prefer to not mount via a network share. I want to put these scripts into a jail so I can install...
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.