NTFS: Difference between revisions
imported>Samueldr Inits page with note about fast startup |
imported>Erikarvstedt show how to enable ntfs |
||
Line 1: | Line 1: | ||
== Enable NTFS support == | |||
<syntaxHighlight lang=nix> | |||
boot.supportedFilesystems = [ "ntfs" ]; | |||
</syntaxHighlight> | |||
NixOS uses NTFS-3G for NTFS support. | |||
== Troubleshooting == | == Troubleshooting == |