mount: cannot remount block device /dev/sda5 read-write, is write-protected

Posted by marc.riera on Server Fault See other posts from Server Fault or by marc.riera
Published on 2011-02-08T14:55:28Z Indexed on 2011/02/08 15:27 UTC
Read the original article Hit count: 1133

Filed under:
|
|

So, this is it. Everything is working as usual except the disk is read only and dont want to change back.

^_^! thanks.

root@NODE02:/tmp# df .
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda5            461490504 179502128 258545928  41% /

root@NODE02:/tmp# mount -o rw,remount /dev/sda5
mount: cannot remount block device /dev/sda5 read-write, is write-protected

root@NODE02:/tmp# touch helll
touch: cannot touch `helll': Read-only file system

It's not multipath. It's nothing special. Just a server with ubuntu 9.10.

makes no sense for me, does it?

© Server Fault or respective owner

Related posts about linux

Related posts about ext3