mirror of
https://github.com/cheat/cheat.git
synced 2025-07-11 08:11:56 +02:00
Trivial change to mount cheatsheet.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# To mount / partition as read-write in repair mode:
|
# To mount / partition as read-write in repair mode:
|
||||||
mount -o remount,rw /
|
mount -o remount,rw /
|
||||||
|
|
||||||
#To mount Usb disk as user writable:
|
# To mount Usb disk as user writable:
|
||||||
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
||||||
|
Reference in New Issue
Block a user