mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Trivial change to mount cheatsheet.
This commit is contained in:
parent
c7c63b42cd
commit
437f191bf7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user