diff --git a/cheatsheets/mount b/cheatsheets/mount index cf8012e..e377002 100644 --- a/cheatsheets/mount +++ b/cheatsheets/mount @@ -1,5 +1,5 @@ # To mount / partition as read-write in repair mode: 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