LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   HELP! Error from mount: drive is write-protected... won't mount writeable. (https://www.linuxquestions.org/questions/linux-general-1/help-error-from-mount-drive-is-write-protected-wont-mount-writeable-10697/)

system 12-27-2001 08:09 AM

HELP! Error from mount: drive is write-protected... won't mount writeable.
 
HELP!

I have transferred my linux partition to a new drive. The new drive was mounted as /mnt/new. I then did "find / -xdev | cpio ?vdmp /mnt/new" I used a floppy with syslinux to boot the new partition and it work fine. I then moved the drive to the computer linux was originally running on before I started. I tried to boot using the disk and the "root=" and / failed to remount as writeable!
Init gave my a lot of crap and froze, so I booted using "init=/bin/bash" I checked fstab and it said something like "/ / ext2" All the other partitions start with the device. Should the first slash be the device?
Also, I attempted to remount the partition as writeable using "mount ?w /dev/hda1" This returned something like "Drive is write-protected, but ?w flag ? explicit" and the partition was still read only. Does anyone know about drive write-protecting and how to turn it off?

rootboy 12-27-2001 06:39 PM

Try this:

mount -o remount,rw /


I got this from here:

http://linux.uni-regensburg.de/neu/main/adminfaq.html


John

system 12-27-2001 09:08 PM

Well, I'll never get the chance to see if that works. It seems, the UDMA cable I have is bad. It causes a great deal of problems and, I believe, is the root of problems I have been having losing data. Either this, or my computer is messing up when in UDMA mode. This could be a possibility because I have a VIA chipset.

Either way, that partition is trashed now. I must do a reinstall... sigh.. all that re-configuring... Thanks, though!


All times are GMT -5. The time now is 03:13 AM.