Date: Mon, 16 Dec 2002 23:34:50 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: RD <unixnoob@charter.net> Cc: freebsd-questions@FreeBSD.org Subject: Re: ln help plz Message-ID: <20021216213449.GB1928@gothmog.gr> In-Reply-To: <001701c2a53d$e24b77e0$0a00a8c0@papabear> References: <001701c2a53d$e24b77e0$0a00a8c0@papabear>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-16 15:01, RD <unixnoob@charter.net> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021216213449.GB1928>