Added mount cheatsheet

This commit is contained in:
Özgür Özdemircili 2013-08-27 10:53:49 +02:00
parent 6990807010
commit dcfc6e60be
1 changed files with 5 additions and 0 deletions

5
cheatsheets/mount Normal file
View File

@ -0,0 +1,5 @@
# 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