switch /var/games to ntfs3 driver
This commit is contained in:
+4
-1
@@ -94,9 +94,12 @@
|
|||||||
"/var/games" =
|
"/var/games" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/8A3094A230949733"; # "Shared" NTFS partition
|
device = "/dev/disk/by-uuid/8A3094A230949733"; # "Shared" NTFS partition
|
||||||
fsType = "ntfs-3g";
|
fsType = "ntfs3";
|
||||||
options = [
|
options = [
|
||||||
"uid=1000" "gid=100" # My user account
|
"uid=1000" "gid=100" # My user account
|
||||||
|
"force" # Mount even if dirty
|
||||||
|
"windows_names" # Prevent creation of fiiles with name not allowed by Windows
|
||||||
|
"sys_immutable"
|
||||||
"nofail" # Don't fail boot if failed to mount because windows left it dirty
|
"nofail" # Don't fail boot if failed to mount because windows left it dirty
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user