Date: Mon, 10 Apr 2006 09:23:20 +0300 From: Andriy Tkachuk <andrit@ukr.net> To: freebsd-usb@freebsd.org Subject: JetFlash TS1GJF2B usage on FreeBSD-6 Message-ID: <200604100923.21171.andrit@ukr.net>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604100923.21171.andrit>
