Other can not mount usb stick file

Code:
fstyp /dev/da0s1
ntfs

mount -t ntfs /dev/da0s1 /mnt/usb
mount: /dev/da0s1: Operation not supported by device
 
Last edited by a moderator:
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.
 
need to run umount before remove the usb disk ?
read only: ntfs-3g /dev/da0s1 /mnt -o ro

 
umount /mnt/usb

After I changed to another USB stick
fstyp /dev/da0
cd9660

mount_cd9660 /mnt/usb do not work
 
Back
Top