LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   NTFS problem (https://www.linuxquestions.org/questions/mandriva-30/ntfs-problem-91089/)

muneebs123 09-09-2003 10:36 PM

NTFS problem
 
hi
i am using linux on a dual boot system. I was able to see all my windows partitions on linux both fat 32 and linux. Now when i converted one of the partitions f: in windows and /dev/hda7 to ntfs. Now i cant watch its contents in linux... i have tried to mount it manually but with no success. Help me out.

muneebs123 09-09-2003 10:38 PM

One thing more it says you dont have the permission to see it. Although i am logged in as root.

Skyline 09-09-2003 11:48 PM

I'm not sure whether the conversion has affected anything detrimentally - however - these are two typical lines used to mount NTFS (one temporarily one in fstab)

First : Create a mount point as root user in a shell

su
root password

mkdir /mnt/windows

then, for a temporary mount:

mount –t ntfs –o ro /dev/hda7 /mnt/windows

Start off with this temporary one above - if it works out then add the one below to fstab.

A typical /etc/fstab line

/dev/hda7 /mnt/windows ntfs auto,ro,umask=0222 0 0



All times are GMT -5. The time now is 05:07 PM.