* D Velez:
> Hi, I'm using FreeBSD 5.1. I would like to know
> how to mount USB devices. If FreeBSD detected
> the hardware and driver, where and how do I find
> the device in the file system?
Run dmesg to find out.
Cheers,
--
Jean-Baptiste Quenot
http://caraldi.com/jbq/
pgp0.pgp
Descript
Hello,
> how to mount USB devices. If FreeBSD detected
> the hardware and driver, where and how do I find
> the device in the file system?
USB connected storage devices are usually supported by the umass(4) driver.
The device should be accessible under /dev/da[0-9] when recognized.
Hope that h