This commit is contained in:
2023-11-20 07:18:35 -06:00
parent d709397585
commit 0c036832be

View File

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