mirror of
https://github.com/cheat/cheat.git
synced 2025-02-21 10:01:15 +01:00
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
|