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
That was it.
Thank you!
--Troy
On Feb 21, 2007, at 8:25 PM, [EMAIL PROTECTED] wrote:
On 21/02/07, Troy Schultz <[EMAIL PROTECTED]> wrote:
Hello,
I am trying to mount a smb share into a jail.
The way that I am trying to accomplish this is:
1. mount the smb share onto /mnt read
Hello,
I am trying to mount a smb share into a jail.
The way that I am trying to accomplish this is:
1. mount the smb share onto /mnt read only
2. mount the /mnt share into the /jail/xxx.xxx.xxx.xxx directory nullfs
This all works by hand. However, when set in fstab to mount the smb
share and