From dcfc6e60be6b890c0aa78d166a50c52682cd8c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20=C3=96zdemircili?= Date: Tue, 27 Aug 2013 10:53:49 +0200 Subject: [PATCH] Added mount cheatsheet --- cheatsheets/mount | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cheatsheets/mount 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