Re: Mount order of fstab

2007-02-22 Thread Troy Schultz
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 only 2. mount

Mount order of fstab

2007-02-21 Thread Troy Schultz
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

Re: Mount order of fstab

2007-02-21 Thread [EMAIL PROTECTED]
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 only 2. mount the /mnt share into the /jail/xxx.xxx.xxx.xxx directory nullfs This all works by hand.