Jump to content

NTFS: Difference between revisions

114 bytes added ,  8 October 2023
How to mount an NTFS filesystem, qualifies old info with "at boot time"
imported>Khionu
(Corrects the fstype to be what it should be)
imported>Acarrico
(How to mount an NTFS filesystem, qualifies old info with "at boot time")
Line 1: Line 1:
== Enable NTFS support ==
== Mount NTFS filesystem ==
<syntaxHighlight lang=sh>
# mount /dev/sdeX /mnt -t ntfs3
</syntaxHighlight>
 
== Enable NTFS support at boot ==
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
boot.supportedFilesystems = [ "ntfs" ];
boot.supportedFilesystems = [ "ntfs" ];
Anonymous user