PDA

View Full Version : Unable to enable write to HDD



scott.payne@choa.org
11-19-2004, 02:48 PM
I am cannot enable my hard drives to write. After mounting a drive, I right click on the drive and choose actions > change read/write mode. Prompt asks "Do you really want to change partition /dev/sda1 to be writable? I select yes, but it is still in read only. I have set root password and knoppix password. I have switched to su. Still cannot write to HDD.

Markus
11-19-2004, 03:32 PM
If it's ntfs formatted you have to look into captive. If fat or some linux type try:
sudo mount -o remount,rw /dev/sda1 /mnt/sda1
If it asks to specify filesystem add: -t vfat or whatever it is.
man mount has all mounting options listed.

scott.payne@choa.org
11-19-2004, 04:18 PM
I should have added a more detail. I have 2 drives. /dev/hda is configured as hda1 (OS) 8Gb, hda2 (home) 8Gb, hda3 (swap) 2.65 Gb. /dev/sda is sda1 (data) 1Tb. All are formatted ext3 (except hda3). I think the problem is that I have been using gui's to long and believe everything I read. I was able to switch to SU then manually mount and rw.