Jump to content

NTFS: Difference between revisions

65 bytes added ,  19 December 2018
show how to enable ntfs
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 ==
Anonymous user