Date: Fri, 9 May 2003 16:33:06 -0500 (CDT) From: Eduardo Viruena Silva <mrspock@esfm.ipn.mx> To: Adam Olsen <adamolsen@net-bizz.com> Cc: freebsd-questions@freebsd.org Subject: Re: fstab Message-ID: <20030509163010.X50171@Gina.esfm.ipn.mx> In-Reply-To: <1052510296.1141.0.camel@valhalla.dydns.com> References: <1052510296.1141.0.camel@valhalla.dydns.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 9 May 2003, Adam Olsen wrote:
> I want to make it so that my vfat partition is
> mounted at boot and writable by the user 'synic'. The steps I have
> taken so far are these:
>
> The device is /dev/ad1s2
> The device has these permissions: crwxrwx--- 2 root operator 116,
> 131090 May 8 04:12 /dev/ad2s1
>
> synic is in the group operator
> the fstab line looks like this: /dev/ad1s2 /mnt/ad1s2
> msdos rw 0 0
>
>
> What else do I need to do? I can write to the partition as root, but
> never as the user "synic".
create the mount point.
let us say: /synspace
mkdir /synspace
chown root:operator /synspace
>
> Thanks,
>
> Adam
>
- ______ _
* / /###\ / \ __
/\ /\ * / ./#### \ * \__|_/ | |
/ \/ \ | b#####| * _ | __ | | __
= .. \____ \ \_\#####/ / \| / \ | | /\_\/
= \_| * \___\###/ * \_/\_/\__/\__\/_/\__/
= \______/ _
| |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030509163010.X50171>
