Nyoman <[EMAIL PROTECTED]> writes:

> this is somewhat basic but I need to ask.
> Googling for it for an hour but cant seem to find the exact answer.
> 
> Basically I want to auto-mount during booting,
> some Linux and FAT32 partitions +rw for all users.
> I did put the entries in the /etc/fstab,
> but then only root will have access to the mounted fs.
> 
> To enable rw for all users,
> how the entry in the fstab should look like?

You can't do this with Linux (ext2fs) partitions, because they have
user permissions just like UFS, and I don't believe there's any way to
override those.  

The FAT partition should just take on the permissions of its mount
point, so if you change that you're all set.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to