My USB storage device is 64GB ExFAT.
but using `gpart` command show NTFS?
How to mounting it?
but using `gpart` command show NTFS?
Code:
[zoujiaqing@freebsd /home/zoujiaqing]$ sudo mount.exfat /dev/da0s1 /mnt
FUSE exfat 1.3.0
fuse: failed to open fuse device: No such file or directory
[zoujiaqing@freebsd /home/zoujiaqing]$ gpart show da0
=> 63 125829057 da0 MBR (60G)
63 385 - free - (193K)
448 125828672 1 ntfs (60G)
How to mounting it?