fstab nullfs

  1. H

    Using jail nullfs mounts with autofs

    I've been trying to implement an NFS-based mounting system for some shared data between jails, and have found a mostly working solution that comes with a problem. Goal: Share an NFS-mounted directory between two jails: $jail0 and $jail1. NFS share: $ip:/path/to/share containing some common...
  2. K

    using nullfs in /etc/fstab

    Hello, I can do these through shell mount -t nfs 192.168.9.60:/mnt/nas60/oc /mnt mount -t nullfs /mnt/120 /usr/jails/120/mnt When I tried to do this at boot time through /etc/fstab, this line works 192.168.9.60:/mnt/nas60/oc /mnt nfs rw 0 0 But this line...
Back
Top