http://linux-ntfs.sourceforge.net/
I can mount my Windows XP partition, and I can get access to all of my files as root, my problem is arrising from trying to get the auto mount to work. I can open my folder for the XP mount, but I can't access any of the files or Folders.
Basically all I can see is a windows full of folders (and some files), the contents of my C: if I where in Windows.
Some more details. I couldn't figure out how to make a symbolic link from the /mnt/winXP folder to my desktop, Fedora was having none of it, so I decided to unmount the Windows partition and create a folder on my desktop and mount again but point to the desktop:
Code: Select all
mount /dev/hda1 /home/me/Desktop/WindowsXP -t ntfs -r -o umask=0222
I then added the following to my /etc/fstab
Code: Select all
/dev/hda1 /home/me/Desktop/WindowsXP ntfs ro,umask=0222 0 0
Which brings me to where I am now, I can click on WindowsXP and get access to it, but only access to look at the first level of folders, I can not open any other folders, and I can not open any of the files.
Any ideas?
Dave