![]() | 1 | initial version |
Run the following as root from the command line:
mount -o remount,rw <device> <path/to/mount/point>
Substitute <device>
with something like /dev/sdb1
or similar and <path/to/mount/point>
with an existing empty directory (like /mnt
).