mount
This commit is contained in:
parent
e9694b0c17
commit
ffdc0c74e1
2 changed files with 21 additions and 8 deletions
10
bash/alias/mount.sh
Normal file
10
bash/alias/mount.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
alias m="\
|
||||
mount \
|
||||
"
|
||||
|
||||
# remount read-only medium in read-write
|
||||
alias remount="\
|
||||
mount \
|
||||
-o \"remount,rw\" \
|
||||
\"/usr/lib/live/mount/medium\" \
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue