This commit is contained in:
2023-11-20 07:20:10 -06:00
parent 0c036832be
commit 6be29407b1

View File

@@ -45,12 +45,12 @@ mount_dayz_network_drive() {
msg "Detected Linux, mounting via cifs" msg "Detected Linux, mounting via cifs"
sudo mount -t cifs \ sudo mount -t cifs \
-o rw \ -o rw \
-o uid=1000 \
-o gid=1000 \
-o credentials=/root/sambacreds.txt \ -o credentials=/root/sambacreds.txt \
-o iocharset=utf8 \ -o iocharset=utf8 \
-o vers=3.0 \ -o vers=3.0 \
//truenas.local.wvr.sh/dayz /mnt/dayz //truenas.local.wvr.sh/dayz /mnt/dayz
# -o uid=1000 \
# -o gid=1000 \
esac esac
unset ver unset ver