Try using mount -u -w
:
1 2 3 4 5 6 7 |
sudo mount -u -w /Volumes/kutay_disc mount -u -w /dev/disk /mnt/point In single user mode to get a writable root: mount -uw / |
dsdd
1 2 |
To remount a partition read-write on linux you would use: mount -o remount,rw /dev/disk /mnt/point |