mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-14 08:01:16 +01:00
5 lines
168 B
Text
5 lines
168 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
|