it works , much appreciated.
ntfs-3g /dev/da0s1 /mnt/usb
The disk contains an unclean file system (0, 0).
The file system wasn't safely closed on Windows. Fixing.
This chapter covers the use of disks and storage media in FreeBSD. This includes SCSI and IDE disks, CD and DVD media, memory-backed disks, and USB storage devices.
This post helped me figure all this out. I need to access a USB hard drive in NTFS on FreeBSD. In order to mount NTFS partitions, FreeBSD uses ntfs-3g FUSE module. First, make sure the fuse kernel mod
You are missing the device node for the usb stick.
Add the proper partition to this command: mount_cd9660 /dev/da0** /mnt/usb
Also note that mount_cd9660(8) has many options which may need addressing. For example an hybrid ISO on the usb stick.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.