How to mount ntfs disk on FreeBSD

1.  Install fusefs-ntfs

# pkg install fusefs-ntfs

Add the following content to file /boot/loader.conf  
fusefs_load="YES"

2. And then reboot.
# reboot

3. Mount ntfs disk
# ntfs-3g  /dev/da0s1 /media

  • /dev/da0s1 : The ntfs disk.
  • /media : Where your ntfs disk disk will be mounted. 

Comments

Popular posts from this blog

BdsDex: failed to load Boot0001 "UEFI BHYVE SATA DISK BHYVE-OABE-20A5-E582" from PciRoot(0x0)/Pci (0x2, 0x0)/Stat(0x0,0xFFFF,0x0) : Not Found

How To Install Nginx, MySQL and PHP (FEMP) Stack on FreeBSD 13.0

Install samba on FreeBSD(on VMware Workstation) to share files with Window.