I have an external HDD for watching videos but now I want to move 1 file from the Raspberry to the HDD but I don't seem to have writing permission on it. How do I fix that?
Jörgen
Edit
I have tried with another USB-stick but no difference.
Code: Select all
sudo suThere's your problem. Your filesystem is read-only.Krassegrand wrote: /dev/sda1 on /media/Elements type ntfs (ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1,uhelper=udisks)
How do I check and how do I install?DougieLawson wrote:There's your problem. Your filesystem is read-only.Krassegrand wrote: /dev/sda1 on /media/Elements type ntfs (ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1,uhelper=udisks)
Have you got ntfs-3g installed?