Skip to content

Commit 20a98ab

Browse files
committed
Fix package names for exfat and ntfs filesystems
1 parent bf7edb4 commit 20a98ab

File tree

1 file changed

+2
-2
lines changed
  • documentation/content/en/books/handbook/filesystems

1 file changed

+2
-2
lines changed

documentation/content/en/books/handbook/filesystems/_index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Install the exFAT package:
131131

132132
[source,shell]
133133
....
134-
# pkg install exfat
134+
# pkg install fusefs-exfat
135135
....
136136

137137
Before using a FUSE file system, load the man:fusefs[5] kernel module:
@@ -168,7 +168,7 @@ Install the NTFS package:
168168

169169
[source,shell]
170170
....
171-
# pkg install ntfs
171+
# pkg install fusefs-ntfs
172172
....
173173

174174
Before using a FUSE file system, load the man:fusefs[5] kernel module:

0 commit comments

Comments
 (0)