Rias: change mount type

This commit is contained in:
2026-05-21 04:15:58 +03:00
parent 7a9f10ffb5
commit bbd84a0903
+1 -1
View File
@@ -24,7 +24,7 @@
fileSystems."/mnt/D" = { fileSystems."/mnt/D" = {
device = "/dev/disk/by-label/Data"; device = "/dev/disk/by-label/Data";
fsType = "ntfs"; fsType = "ntfs3";
options = ["umask=0022" "gid=100" "uid=1000" "nofail" ]; options = ["umask=0022" "gid=100" "uid=1000" "nofail" ];
}; };