% mv /usb/foo /tmp/
mv: cannot remove `/usb/foo': Read-only file system
% mount | grep sdb
/dev/sdb1 on /usb type ext3 (rw)
% cat /proc/mounts | grep sdb
/dev/sdb1 /usb ext3 ro,data=ordered 0 0
“cat /proc/mounts” vainqueur.
Tags: linux, mount
This entry was posted
on Tuesday, June 24th, 2008 at 11:58 pm and is filed under Debian-fr, Evolix, french.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
mount = /etc/mtab = pas forcément à jour si / en ro ou si mount -n est utilisé.