mirror of https://github.com/cheat/cheat.git
commit
0720d0fdc2
|
@ -1,6 +1,9 @@
|
||||||
# To mount / partition as read-write in repair mode:
|
# To mount / partition as read-write in repair mode:
|
||||||
mount -o remount,rw /
|
mount -o remount,rw /
|
||||||
|
|
||||||
|
# Bind mount path to a second location
|
||||||
|
mount --bind /origin/path /destination/path
|
||||||
|
|
||||||
# To mount Usb disk as user writable:
|
# To mount Usb disk as user writable:
|
||||||
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue