I cannot mount USB devices, external hard disks to be specific. I have tried several - previously formatted drives with the UFS file system and another, new and unformulated.
NUKERNEL included GENERIC in compilation
grep of /usr/src/sys/i386/conf/GENERIC
---------------
- All required devices apparently present -
---------------
The external Hard drive is plugged into the USB port - and rebooted
---------------
Check for modules in kernel
---------------
All necessary modules seem to be loaded in kernel
---------------
Yet camcontol returns =>
For a more verbose output =>
Note USB drive does not show up.
What am I missing?
Suggestions and recommendations?
Thanks!
uname -a
Code:
FreeBSD [DEL]XXXXXXX[/DEL] 10.2-BETA1 FreeBSD 10.2-BETA1 #0: Mon Jul 20 14:22:20 PDT 2015 [DEL]xxxxxxx@xxxxxxxx[/DEL]:/usr/obj/usr/src/sys/NUKERNEL i386
NUKERNEL included GENERIC in compilation
grep of /usr/src/sys/i386/conf/GENERIC
grep -in 'scbus' /usr/src/sys/i386/conf/GENERIC ; grep -in 'da' /usr/src/sys/i386/conf/GENERIC ; grep -in 'pass' /usr/src/sys/i386/conf/GENERIC ; grep -in 'uhci' /usr/src/sys/i386/conf/GENERIC ; grep -in 'ohci' /usr/src/sys/i386/conf/GENERIC ; grep -in 'ehci' /usr/src/sys/i386/conf/GENERIC ; grep -in 'xhci' /usr/src/sys/i386/conf/GENERIC ; grep -in 'usb' /usr/src/sys/i386/conf/GENERIC ; grep -in 'umass' /usr/src/sys/i386/conf/GENERIC ; grep -in 'cd' /usr/src/sys/i386/conf/GENERIC
Code:
136:device scbus # SCSI bus (required for ATA/SCSI)
337:device umass # Disks/Mass storage - Requires scbus and da
337:device umass # Disks/Mass storage - Requires scbus and da
141:device pass # Passthrough device (direct ATA/SCSI access)
331:device uhci # UHCI PCI->USB interface
332:device ohci # OHCI PCI->USB interface
333:device ehci # EHCI PCI->USB interface (USB 2.0)
334:device xhci # XHCI PCI->USB interface (USB 3.0)
330:eek:ptions USB_DEBUG # enable debug msgs
331:device uhci # UHCI PCI->USB interface
332:device ohci # OHCI PCI->USB interface
333:device ehci # EHCI PCI->USB interface (USB 2.0)
334:device xhci # XHCI PCI->USB interface (USB 3.0)
335:device usb # USB Bus (required)
337:device umass # Disks/Mass storage - Requires scbus and da
140:device cd # CD
- All required devices apparently present -
---------------
The external Hard drive is plugged into the USB port - and rebooted
dmesg | grep -i scbus ; dmesg | grep -i umass ; dmesg | grep -i da ; dmesg | grep -i uhci ; dmesg | grep -i ohci ; dmesg | grep -i ehci ; dmesg | grep -i xhci
Code:
ada0 at ata7 bus 0 scbus5 target 0 lun 0
ada1 at ata0 bus 0 scbus6 target 0 lun 0
ada2 at ata0 bus 0 scbus6 target 1 lun 0
cd0 at ata1 bus 0 scbus7 target 0 lun 0
cd1 at ata1 bus 0 scbus7 target 1 lun 0
<Several listing of ada'X's for non usb hard drives>
Trying to mount root from ufs:/dev/ada1p2 [rw]...
---------------
Check for modules in kernel
---------------
Code:
l[CMD]dstat -v | grep -i 'scbus' ; kldstat -v | grep -i 'umass' ; kldstat -v | grep -i 'pass'; kldstat -v | grep -i 'da' ; kldstat -v | grep -i 'ubci' ; kldstat -v | grep -i 'ohci' ; kldstat -v | grep -i 'ehci' ; kldstat -v | grep -i 'xhci' ; kldstat -v | grep -i 'usb'[/CMD]
333 uhub/umass
10 pass
8 ada
9 da
324 ohci/usbus
321 pci/ohci
326 ehci/usbus
320 pci/ehci
327 xhci/usbus
323 pci/xhci
335 usbus/uhub
334 uhub/usb_linux
328 at91_udp/usbus
327 xhci/usbus
326 ehci/usbus
325 uhci/usbus
324 ohci/usbus
All necessary modules seem to be loaded in kernel
---------------
Yet camcontol returns =>
camcontrol devlist
Code:
<MAXTOR 6L080J4 A93.0500> at scbus5 target 0 lun 0 (pass0,ada0)
<Maxtor 6H500R0 HA3D1DD0> at scbus6 target 0 lun 0 (pass1,ada1)
<ST3400832A 3.03> at scbus6 target 1 lun 0 (pass2,ada2)
<CD-ROM Drive/G6D 1.30> at scbus7 target 0 lun 0 (cd0,pass3)
<_NEC DVD_RW ND-3550A 1.05> at scbus7 target 1 lun 0 (cd1,pass4)
For a more verbose output =>
camcontrol devlist -v
Code:
scbus0 on ata2 bus 0:
<> at scbus0 target -1 lun ffffffff ()
scbus1 on ata3 bus 0:
<> at scbus1 target -1 lun ffffffff ()
scbus2 on ata4 bus 0:
<> at scbus2 target -1 lun ffffffff ()
scbus3 on ata5 bus 0:
<> at scbus3 target -1 lun ffffffff ()
scbus4 on ata6 bus 0:
<> at scbus4 target -1 lun ffffffff ()
scbus5 on ata7 bus 0:
<MAXTOR 6L080J4 A93.0500> at scbus5 target 0 lun 0 (pass0,ada0)
<> at scbus5 target -1 lun ffffffff ()
scbus6 on ata0 bus 0:
<Maxtor 6H500R0 HA3D1DD0> at scbus6 target 0 lun 0 (pass1,ada1)
<ST3400832A 3.03> at scbus6 target 1 lun 0 (pass2,ada2)
<> at scbus6 target -1 lun ffffffff ()
scbus7 on ata1 bus 0:
<CD-ROM Drive/G6D 1.30> at scbus7 target 0 lun 0 (cd0,pass3)
<_NEC DVD_RW ND-3550A 1.05> at scbus7 target 1 lun 0 (cd1,pass4)
<> at scbus7 target -1 lun ffffffff ()
scbus-1 on xpt0 bus 0:
<> at scbus-1 target -1 lun ffffffff (xpt0)
Note USB drive does not show up.
What am I missing?
Suggestions and recommendations?
Thanks!