mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 00:02:02 +01:00
6 lines
167 B
Text
6 lines
167 B
Text
|
# 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
|