On 2002-12-16 15:01, RD <[EMAIL PROTECTED]> wrote:
> ok..   my ftp driver wasn't mounted so i didn't loose my files.
>
> i've been pulling my hair out on this
> i have a ftp drive /dev/ad1s1e       /myftp
> i have /home/user_name
>
> how do i auto mount /myftp inside the user dir as read only????
> so when they login through ftp my /myftp is loaded in home dir

Adding the following to /etc/fstab should automatically mount
/dev/ad1s1e under /home/user_name/myftp at boot time:

        /dev/ad1s1e  /home/user_name/myftp  ufs  ro  2  2

- Giorgos

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to