summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-08-15 05:12:25 -0400
committerSeth Flynn <[email protected]>2021-08-15 05:12:25 -0400
commit79d678382634dc92601143ae80dd4eea6a85b103 (patch)
tree6de34c47c8c090081904e0ce8787f43367a6ef63
parent0f93724f1b5ef2ed1922bdb4a42490dd0544ccf0 (diff)
add gamemount script
-rwxr-xr-xbin/.local/bin/gamemount4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/.local/bin/gamemount b/bin/.local/bin/gamemount
new file mode 100755
index 0000000..d00c5a8
--- /dev/null
+++ b/bin/.local/bin/gamemount
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sudo mount /dev/sdc2 /media/gamedisk1 -o 'uid=1000,gid=1000,rw,user,exec,umask=000 0 0'
+sudo mount /dev/sda2 /media/gamedisk2 -o 'uid=1000,gid=1000,rw,user,exec,umask=000 0 0'