mirror of https://github.com/cheat/cheat.git
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
# To mount / partition as read-write in repair mode:
|
||
|
mount -o remount,rw /
|
||
|
|
||
|
#To mount Usb disk as user writable:
|
||
|
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|