Re: Mounting into a jail

2007-03-09 Thread Chad Leigh -- Shire.Net LLC
On Mar 9, 2007, at 3:11 PM, Troy Schultz wrote: Hello, I am running FreeBSD 6.2. I am currently mounting a smb share and then remounting the smb mount into a jail with nullfs. /etc/fstab # smbfs mount //@/ /path/to/smb/mount smbfs rw 0 0 # local mount /path/to/smb/mount

Mounting into a jail

2007-03-09 Thread Troy Schultz
Hello, I am running FreeBSD 6.2. I am currently mounting a smb share and then remounting the smb mount into a jail with nullfs. /etc/fstab # smbfs mount //@/ /path/to/smb/mount smbfs rw 0 0 # local mount /path/to/smb/mount /path/to/jail/directory nullfs rw,late 0 0