JetFlash TS1GJF2B usage on FreeBSD-6
Andriy Tkachuk
andrit at ukr.net
Mon Apr 10 06:23:24 UTC 2006
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 root at ant:/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
More information about the freebsd-usb
mailing list