Quote:
Originally posted by Krycheck
Well it's already blank. So it says.
Ok, Knoppix/thumbdrive didnt' work. "Can't write to /mnt/sda1"
AARRGGHH!!!
|
What is the ouput of a "mount" command under Knoppix? If I remember correctly, Knoppix mounts all physical drives as read-only....if so, "mount" will display "(ro)" rather than "(rw)" next to the drive in it's output. If this is the case, issue "mount -o remount,rw /dev/sda1". If you need root to do this, I think that you can "sudo passwd root" or something similar to change the root pw.