diff --git a/cheatsheets/mount b/cheatsheets/mount new file mode 100644 index 0000000..cf8012e --- /dev/null +++ b/cheatsheets/mount @@ -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