LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Reading NTFS drives in SuSe 10.1 (https://www.linuxquestions.org/questions/linux-software-2/reading-ntfs-drives-in-suse-10-1-a-554878/)

patsikam 05-18-2007 06:08 AM

Reading NTFS drives in SuSe 10.1
 
Hi, I don't know what happened but one minute I could read the WinXP partition and then the next minute it's giving me an "Access denied" error.

Please help

jschiwal 05-18-2007 06:26 AM

Is this an internal or external drive? What is the entry for it in /etc/fstab if the former.

patsikam 05-18-2007 07:49 AM

Reading NTFS drives in SuSe 10.1
 
It's an internal drive seen as hda1. Why? because I just split my one drive into two partitions. One for WinXp (Argggh) and the other for Linux :D

:Pengy:

carl0ski 05-18-2007 08:07 AM

Quote:

Originally Posted by patsikam
It's an internal drive seen as hda1. Why? because I just split my one drive into two partitions. One for WinXp (Argggh) and the other for Linux :D

:Pengy:

mount -t ntfs -o defaults,ro,umask=222 /dev/hda1 /mnt/windows

should allow you to read it for now

tou fix fstab permanently

add
,umask=222 0 0
to the end of the nTFS entry

/dev/hdb1 /mnt/windows ntfs user,nls=utf8,umask=0222 0 0

http://www.linuxquestions.org/questi...ght=ntfs+umask

patsikam 05-18-2007 08:26 AM

Thanks, I will give it a try

jschiwal 05-20-2007 01:17 AM

SuSE's YaST2 has a partitioner program which you can use also to create a mount point and add an fstab entry.


All times are GMT -5. The time now is 12:15 PM.