Re: USB detection
- From: Brian Astill <bastill@xxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 19:08:57 +1030
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# mount /dev/sdb /mnt/dict
or /dev/sdb1
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
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: USB detection
- From: Alan McKinnon
- Re: USB detection
- References:
- USB detection
- From: Brian Astill
- Re: USB detection
- From: Brian Astill
- Re: USB detection
- From: Alan McKinnon
- USB detection
- Prev by Date: Re: can't open hda1 icon on desktop
- Next by Date: Re: (no subject)
- Previous by thread: Re: USB detection
- Next by thread: Re: USB detection
- Index(es):
Relevant Pages
|