cheat-fork-echo/cheatsheets/mount

6 lines
167 B
Plaintext
Raw Normal View History

2013-08-27 10:53:49 +02:00
# 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