aboutsummaryrefslogtreecommitdiff
path: root/bin/executable_wd-mount
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-01-13 11:08:33 -0500
committerRyan Kavanagh <rak@rak.ac>2022-01-13 11:08:33 -0500
commita9057a67170826082e101f39cd87a6a97e5c3514 (patch)
tree7cf19bb57b9c2edc56650eda8a472544d71dcd8b /bin/executable_wd-mount
parentpath handling in zshrc (diff)
openbsd mounting wd
Diffstat (limited to '')
-rwxr-xr-xbin/executable_wd-mount6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/executable_wd-mount b/bin/executable_wd-mount
index 2d0d6aa..de4703f 100755
--- a/bin/executable_wd-mount
+++ b/bin/executable_wd-mount
@@ -2,8 +2,8 @@
case `uname` in
OpenBSD)
- doas bioctl -c C -l sd2a softraid0
- doas mount /mnt/wd
+ doas bioctl -c C -l fe3fd8d53b06049b.a softraid0
+ doas mount /media/wd
;;
Linux)
if ! mount | grep -w /media/t > /dev/null ; then
@@ -28,3 +28,5 @@ case `uname` in
echo "Unknown host"
exit 1
esac
+
+# vim: set sw=4: