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/...
|