mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
6 lines
168 B
Plaintext
6 lines
168 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
|