I have successfully used it on Windows and Linux but with my FreeBSD 11 setup I have failed to use it.
I have used it on Linux with exfat filesystem and it worked great.
But when I wonder why on FreeBSD gpart shows ntfs ?
I have tried to mount it with sysutils/fusefs-ntfs and got error :
I have tried to mount it with sysutils/fusefs-exfat but got also an error :
What's wrong with my commands ?
@ gpart show da0
Code:
=> 63 1000215153 da0 MBR (477G)
63 1000215153 1 ntfs (477G)
@ file -s /dev/da0s1
Code:
/dev/da0s1: DOS/MBR boot sector
I have used it on Linux with exfat filesystem and it worked great.
But when I wonder why on FreeBSD gpart shows ntfs ?
I have tried to mount it with sysutils/fusefs-ntfs and got error :
@ ntfs-3g /dev/da0s1 /mnt/usb
Code:
NTFS signature is missing.
Failed to mount '/dev/da0s1': Invalid argument
The device '/dev/da0s1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
I have tried to mount it with sysutils/fusefs-exfat but got also an error :
@ mount.exfat-fuse /dev/da0s1 /mnt/usb
Code:
FUSE exfat 1.2.4
ERROR: bad cluster 0xfffffff7 while reading root directory.
What's wrong with my commands ?
Last edited: