PDA

View Full Version : Read Write Permissions for HDs from Live CD



Curious Dave
07-02-2006, 05:39 PM
O.K. I've read the FAQ and every related post that i could find and am still having trouble writing to my hard drive.
I've tried several approaches from the desktop and/or command line and here's the best i can come up with.
If I place the cursor over the icon I see;
"Permissions: -rw-rw-rw", which I take to be read write permissions for owner, group and others.
Also, i see correct device and nount points.
"File System: auto" i'm not sure what to make of this, the HD is FAT 32.
and
"Writable: Yes"
And yet I cannot write to it.
If I right click on the HD icon and bring up the "Properties" dialog I get all the right answers there too; "Read only" unchecked under 'Device', "Can read and Write" for owner group and other under 'Permissions' and the 'Advanced permissions' shows read and write for all three cases as well.
If, however, I try dragging a file to the disk icon and select 'Copy Here' I get "Access denied'.
Also, if i right click on any of the HD drive directories,from within "Konqueror", and bring up the "propeerties" dialog it is clear that I do not have the same permisions previousely indicated nor am I allowed to alter them via the dialog box.

I've spared you the details of my command line experiences because the disparity between the 'icon' and 'directory' indicated permissions says it all, as near as I can tell.

Thanks for taking the time to read this and I will be very gratefull for any assistance offered,
dave

JimmyJazz
07-02-2006, 08:57 PM
Try to open the root terminal and type:

cp /path/to/filename /mnt/yourHD

If that works, at least root has rw priviledges....

Curious Dave
07-03-2006, 03:28 AM
Thanks for the reply,
"cp /mnt/sda1/Addington.rtf /mnt/hdc1/Addington.rtf"
elicits"cp: cannot create regular file 'mnt/.. ' : Read-only file system
'sda1' is a USB thumb device that i have been able to write to.

Hmmm, just now, I'm having trouble remounting the hard drive.

rebooting

malaire
07-03-2006, 02:13 PM
Thanks for the reply,
"cp /mnt/sda1/Addington.rtf /mnt/hdc1/Addington.rtf"
elicits"cp: cannot create regular file 'mnt/.. ' : Read-only file system
'sda1' is a USB thumb device that i have been able to write to.

Hmmm, just now, I'm having trouble remounting the hard drive.

rebooting
"Read-only file system" problem should be solved by remounting it as read-write:


sudo mount -o remount,rw /mnt/sda1

TeckniX
07-26-2006, 04:25 AM
You can also simply right-click the partition and select 'change read/write mode'
then simply click on make this partition writable.

Does the trick 99% of the time :)