Guest User

Untitled

a guest
Dec 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. -r, --read-only
  2. Mount the filesystem read-only. A synonym is -o ro.
  3.  
  4. Note that, depending on the filesystem type, state and kernel
  5. behavior, the system may still write to the device. For example,
  6. Ext3 or ext4 will replay its journal if the filesystem is
  7. dirty. To prevent this kind of write access, you may want to mount
  8. ext3 or ext4 filesystem with "ro,noload" mount options or set the
  9. block device to read-only mode, see command blockdev(8).
Add Comment
Please, Sign In to add comment