summaryrefslogtreecommitdiff
path: root/hosts/moyo/scripts/prepare-network-mounts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/moyo/scripts/prepare-network-mounts')
-rwxr-xr-xhosts/moyo/scripts/prepare-network-mounts5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/moyo/scripts/prepare-network-mounts b/hosts/moyo/scripts/prepare-network-mounts
new file mode 100755
index 0000000..68afa14
--- /dev/null
+++ b/hosts/moyo/scripts/prepare-network-mounts
@@ -0,0 +1,5 @@
+#! /usr/bin/env sh
+su -c 'mount --bind /mnt/store/nfs /srv/nfs && \
+ /home/andrew/scripts/export-nfs /srv/nfs/c && \
+ /home/andrew/scripts/export-nfs /srv/nfs/pics && \
+ /home/andrew/scripts/export-nfs /srv/nfs/samba'