NTFS: Difference between revisions
imported>XBLACKICEx No edit summary |
imported>Khionu Corrects the fstype to be what it should be |
||
Line 10: | Line 10: | ||
fileSystems."/path/to/mount/to" = | fileSystems."/path/to/mount/to" = | ||
{ device = "/path/to/the/device"; | { device = "/path/to/the/device"; | ||
fsType = " | fsType = "ntfs-3g"; | ||
options = [ "rw" "uid=theUidOfYourUser"]; | options = [ "rw" "uid=theUidOfYourUser"]; | ||
}; | }; |