You are not logged in.
Pages: 1
OK, so I'm putting Arch on my mom's computer which also runs windows. It has 2 hard drives, 1 with windows, and 1 with windows and Arch (the second came from an old computer that died). I put a line for each in fstab (I'll post them later, right now I'm at a different computer) to mount them from boot up. I looked online and put the options for read and write access but when they mount they say read only. I tried to change the permissions with chmod, but it says it can't change the permissions because it is read only. Same result when I try to mount it as read and write.
Please Help!
Thanks in advance!!
Offline
What version of Windows? XP?
Chances are the drive you're trying to mount is NTFS, and vanilla NTFS support is read-only, with sketchy read-write support. You need to install the NTFS-3G driver, then specify the file system type as ntfs-3g when you try and mount it read-write.
See this wiki article:
http://wiki.archlinux.org/index.php/NTFS_Write_Support
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I'll try that, Thanks!!
Offline
Pages: 1