Saturday, April 17, 2010

HDD read only error

This can be fixed by remounting the harddrive

========
mount -o rw,remount -force /media/copiasdiscousb/ /dev/sdc1
or
mount -o rw,remount /media/copiasdiscousb/ /dev/sdc1
or
mount -o rw,remount -force /media/copiasdiscousb/
========

If it is not fix the problem then we need to run a fsck and reboot(optional)

No comments:

Post a Comment