diff --git a/profiles/DerGeret/Arch/setup.sh b/profiles/DerGeret/Arch/setup.sh
index 0812660a..eb8cdee7 100755
--- a/profiles/DerGeret/Arch/setup.sh
+++ b/profiles/DerGeret/Arch/setup.sh
@@ -4,7 +4,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
 extraMounts()
 {
     disks=($(bash -c "echo $ARCH_DISK*"));
-    mount --mkdir "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
+    mount --mkdir -t ntfs3 "${disks[-1]}" "$ARCH_MOUNT_ROOT/mnt/win";
 }
 
 PARTITION_SCRIPT="$(realpath ./partition.sh)" \