USB detection
Brian Astill
bastill at adam.com.au
Tue Feb 28 08:38:57 UTC 2006
On Thu, 28 Feb 2002 05:33 pm, Alan McKinnon wrote:
> There's already a Logitech device detected - what is that? a
> stick?
No. A mouse. Do Logitech also make sticks?
> The voice recorder has probably been picked up as /dev/sdb
> or /dev/sdb1
# mount /dev/sdb /mnt/dict
mount: you must specify the filesystem type
# mount /dev/sdb1 /mnt/dict
mount: you must specify the filesystem type
This looks as though it works:
# mount -t usbfs /dev/sdb1 /mnt/dict
# ls /mnt/dict
001 002 devices
# ls -l /mnt/dict/001
total 0
-rw-r--r-- 1 root root 43 2006-02-28 21:41 001
-rw-r--r-- 1 root root 52 2006-02-28 21:41 002
# ls -l /mnt/dict/002
total 0
-rw-r--r-- 1 root root 43 2006-02-28 21:41 001
-rw-r--r-- 1 root root 57 2006-02-28 18:48 004
# ls -l /mnt/dict/devices
-r--r--r-- 1 root root 0 2006-02-28 18:48 /mnt/dict/devices
But note the "total 0"s and that "devices" is of zero length.
--
Regards,
Brian
More information about the ubuntu-users
mailing list