View Single Post
Old 06-01-2012, 08:13 AM   #5
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
it's the "ro" or "rw" mount options (typically, that is). I didn't bother to look deeper into the extend scripts, but typically, you
- check how partitions are mounted by looking in /proc/mounts (cat /proc/mounts),
- remount a partition read/write that is already mounted read-only: mount -o remount,rw /dev/... /mnt/...
hawhill is offline   Reply With Quote