You are not logged in.

#1 2011-10-21 08:46:47

BennyBolton
Member
From: Christchurch New Zealand
Registered: 2011-10-14
Posts: 63
Website

[SOLVED] External USB HDD Read-only

UDev mounts my external hard drive as read only but i want it to be read write
I tried it in windows and could write so the disk isn't write protected
when i try mount with "sudo mount /dev/sdg1 usb" it i get this: mount:
warning: usb seems to be mounted read-only.
my UDev rules file is the example at https://wiki.archlinux.org/index.php/Ud … 3B_ntfs-3g

Last edited by BennyBolton (2011-10-21 10:55:43)


HP DV6 + Arch + Openbox

Offline

#2 2011-10-21 09:56:16

Doomcide
Member
Registered: 2011-08-22
Posts: 221

Re: [SOLVED] External USB HDD Read-only

You could try automounting it with udiskie or similar programs using consolekit.

Offline

#3 2011-10-21 10:45:05

BennyBolton
Member
From: Christchurch New Zealand
Registered: 2011-10-14
Posts: 63
Website

Re: [SOLVED] External USB HDD Read-only

I have had a look at this program but it does not seem to make a difference. I am already automounting using udev


HP DV6 + Arch + Openbox

Offline

#4 2011-10-21 10:48:16

schlumpfimsumpf
Member
Registered: 2011-08-13
Posts: 29

Re: [SOLVED] External USB HDD Read-only

Maybe you haven't installe ntfs-3g without ist windows ntfs partiotions are only readable.

Offline

#5 2011-10-21 10:55:29

BennyBolton
Member
From: Christchurch New Zealand
Registered: 2011-10-14
Posts: 63
Website

Re: [SOLVED] External USB HDD Read-only

thanks i can now write to it


HP DV6 + Arch + Openbox

Offline

#6 2011-10-21 23:21:44

junkie
Member
From: Hungary
Registered: 2011-10-12
Posts: 20

Re: [SOLVED] External USB HDD Read-only

Also note, that unless you give a user ID in mount options, everything on the drive will be owned by root, and will not be accessible by anybody else. I simply add umask=000 to mount options when mounting an NTFS drive, that way an ordinary user will have all access too, not just root.

Offline

Board footer

Powered by FluxBB