fstab windows partition question
Peter Garrett
peter.garrett at optusnet.com.au
Mon Mar 6 01:33:24 UTC 2006
On Mon, 06 Mar 2006 00:50:43 +0000
"Mark W." <mrkwht at telus.net> wrote:
> I would like to mount my ntfs partition to be readable to all
> users, by default it is readable to the root only.
> fstab line created by the Ubuntu install is:
>
> /dev/hda1 /media/hda1 user,auto 0 0
>
> What should it be so that the pertition is still mounted automatically
> at boot time, but is readable to all non-root users?
> tia, Mark W.
I have
/dev/hda1 /media/hda1 ntfs noauto,ro,users,umask=022 0 0
To make it mount on boot change "noauto" to "auto"
I think the "ro" option is redundant - but it makes me feel safe ;-) . I
have "users" instead of "user" - apparently "users" allows all users to
umount the partition, rather than just the user who mounted it, so "user"
should work fine too.
Your line seems to be missing the file system type as well ( ntfs ) .
Peter
More information about the ubuntu-users
mailing list