Jump to content

NTFS: Difference between revisions

2 bytes added ,  1 July 2023
Corrects the fstype to be what it should be
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 = "ntfs3";  
       fsType = "ntfs-3g";  
       options = [ "rw" "uid=theUidOfYourUser"];
       options = [ "rw" "uid=theUidOfYourUser"];
     };
     };
Anonymous user