NTFS: Difference between revisions

imported>Samueldr
Inits page with note about fast startup
 
imported>Erikarvstedt
show how to enable ntfs
Line 1: Line 1:
NixOS will, when configured through <tt>configuration.nix</tt> use NTFS-3G for NTFS.
== Enable NTFS support ==
<syntaxHighlight lang=nix>
boot.supportedFilesystems = [ "ntfs" ];
</syntaxHighlight>
 
NixOS uses NTFS-3G for NTFS support.


== Troubleshooting ==
== Troubleshooting ==