LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot access Windows partions in Suse 10.1 (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-access-windows-partions-in-suse-10-1-a-632389/)

santhoshunnikrishnan 04-02-2008 05:13 AM

Cannot access Windows partions in Suse 10.1
 
Hi ,
i installed suse 10.1 , i can see all windows partions from suse. but while trying to access windows partions "access permission not granted" error is getting . i tried both as root and as normal user, i got the same message both times. what should i do?

jschiwal 04-02-2008 05:44 AM

Code:

/dev/sda1      /mnt/xp ntfs-3g rw,nosuid,nodev,uid=jschiwal,fmask=0177,dmask=0077,utf8 0 0
This is the fstab line that I use for my windows (ntfs) partition. Use your own username for the uid= option of course. I installed the "fuse" and "ntfs-3g" packages. First you need to modprobe the fuse module. After that you use the filesystem type "ntfs-3g". This will give you read/write access.


All times are GMT -5. The time now is 09:49 PM.