You are not logged in.
I have a seagate external hard drive formated to ntfs. I have been using it successfully with arch until recently. Now when I try to add files to it it refuses. I tried changing the permission back with
sudo chmod ugo+rwx -R /media/FreeAgent\ Drive
But, it returned a "Read-Only file system" error for every file. I'm not sure what caused this, any suggestions? Thanks in advance for the help.
Last edited by briff (2010-09-06 18:46:48)
Offline
First question: is it mounted as ntfs or ntfs-3g?
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
gparted shows the filesystem as "ntfs"
Offline
Did you shutdown the drive cleanly the last time you used it? It may need a fsck / chkdsk
Offline
I tried running
sudo fsck /dev/sdb1
and got the following error:
fsck from util-linux-ng 2.18
fsck: fsck.ntfs: not found
fsck: Error 2 while executing fsck.ntfs for /dev/sdb1
Offline
Did you try the troubleshooting on this page?
http://wiki.archlinux.org/index.php/NTFS-3G
Offline
I followed the advice on the page and installed ntfsprogs and ran ntfsfix on the partition. It works now! thanks for the help.
Offline