cheat-fork-echo/cheatsheets/mount

6 lines
168 B
Plaintext

# 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