View Single Post
  #3   (View Single Post)  
Old 4th June 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

The ntfs-3g application uses FUSE and while the FUSE library and kernel interface function on OpenBSD, there are limitations to its capabilities and performance.

In the event you have a read-only requirement for NTFS, mount_ntfs(8) has superior performance as it does not require FUSE.
Reply With Quote