Trivial change to mount cheatsheet.

This commit is contained in:
Chris Lane 2013-08-27 19:44:58 -04:00
parent c7c63b42cd
commit 437f191bf7
1 changed files with 1 additions and 1 deletions

View File

@ -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