View previous topic :: View next topic |
Author |
Message |
Naliven n00b
Joined: 28 Sep 2004 Posts: 9 Location: Turkiye
|
Posted: Sun Oct 10, 2004 6:51 pm Post subject: windows not accessible(solved) |
|
|
I have 2 windows partitions(/dev/hda1 and /dev/hda2).
They are mounted at /mnt/win_c /mnt/win_d
The problem is, except for root, I can't access them. I can chmod them but when i reboot(naturally) they become not accessible again.
So how to change their permissions permanently?
Last edited by Naliven on Mon Oct 11, 2004 12:26 pm; edited 1 time in total |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Oct 10, 2004 7:02 pm Post subject: |
|
|
how do you mount them? with fstab (please post it)?
cheers
SteveB |
|
Back to top |
|
|
Zyne Guru
Joined: 08 Jun 2004 Posts: 334
|
Posted: Sun Oct 10, 2004 8:02 pm Post subject: |
|
|
these are 3 ntfs partitions on my system that I can access with any user (mount and umount)
Code: |
/dev/sda1 /mnt/windows ntfs noauto,users,owner,ro,umask=000 0 0
/dev/sda5 /mnt/data ntfs noauto,users,owner,ro,umask=000 0 0
/dev/sdb1 /mnt/archive ntfs noauto,users,owner,ro,umask=000 0 0
|
the users tag makes sure you can mount and umount, and the umask makes sure any user can read the data on it...
(correct me if I'm wrong ) |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|