NTFS: Difference between revisions
m link to filesystems |
On nixos 25.05, the argument has to be ntfs-3g to work |
||
| Line 18: | Line 18: | ||
== Mount NTFS filesystem == | == Mount NTFS filesystem == | ||
< | <syntaxhighlight lang="sh"> | ||
# mount /dev/sdeX /mnt -t | # mount /dev/sdeX /mnt -t ntfs-3g | ||
</ | </syntaxhighlight> | ||
== Mount NTFS filesystem on boot == | == Mount NTFS filesystem on boot == | ||