This commit is contained in:
2023-11-20 07:15:26 -06:00
parent cb35daab78
commit d709397585

View File

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