How i solved the problem with this device usage.
1. Plug it in. After this something like /dev/da0 have to be appeared.
2. mount /dev/da0 /mnt. You will see the error:
mount: /dev/da0 on /mnt: incorrect super block
but not regard on it. After this command the /dev/da0s1 will be appeared.
3. mount_msdosfs /dev/da0s1 /mnt
> uname -v
FreeBSD 6.1-PRERELEASE #0: Wed Mar 29 18:17:48 EEST 2006 [EMAIL
PROTECTED]:/usr/obj/usr/src/sys/ANT
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device umass # Disks/Mass storage - Requires scbus and da
Thanks,
Andriy
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"