Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
windows not accessible(solved)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Naliven
n00b
n00b


Joined: 28 Sep 2004
Posts: 9
Location: Turkiye

PostPosted: Sun Oct 10, 2004 6:51 pm    Post subject: windows not accessible(solved) Reply with quote

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
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sun Oct 10, 2004 7:02 pm    Post subject: Reply with quote

how do you mount them? with fstab (please post it)?


cheers

SteveB
Back to top
View user's profile Send private message
Zyne
Guru
Guru


Joined: 08 Jun 2004
Posts: 334

PostPosted: Sun Oct 10, 2004 8:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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