porcorosso: tweak NTFS mount settings
This commit is contained in:
parent
32ea0f03ce
commit
6b09925449
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ in {
|
|||
"/data" = {
|
||||
device = "/dev/disk/by-label/BULKDATA";
|
||||
fsType = "ntfs";
|
||||
options = [ "rw" "uid=1000" "gid=100" "dmask=077" "fmask=137" "windows_names" ];
|
||||
options = [ "rw" "uid=1000" "gid=100" "dmask=022" "fmask=024" "windows_names" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue