[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mounting usb device



On Tue, Feb 14, 2006 at 11:33:18PM -0500, Rick Pasotto wrote:
> My usb voice recorder used to mount automatically. It no longer does
> (probably some gnome change). I can find the device in
> /proc/scsi/usb-storage (it's the only one) but how can I mount it so I
> can access the files on it?
> 
> Here are the relevent lines from kern.log:
> 
> Feb 14 21:53:13 mnr kernel: usb 3-2: new full speed USB device using uhci_hcd and address 23
> Feb 14 21:53:13 mnr kernel: scsi20 : SCSI emulation for USB Mass Storage devices
> Feb 14 21:53:13 mnr kernel: usb-storage: device found at 23
> Feb 14 21:53:13 mnr kernel: usb-storage: waiting for device to settle before scanning
> Feb 14 21:53:18 mnr kernel:   Vendor: OLYMPUS   Model: DVR Rev: 1.00
> Feb 14 21:53:18 mnr kernel:   Type:   Direct-Access ANSI SCSI revision: 02
> Feb 14 21:53:18 mnr kernel: SCSI device sdb: 128000 512-byte hdwr sectors (66 MB)
> Feb 14 21:53:18 mnr kernel: sdb: Write Protect is off
> Feb 14 21:53:18 mnr kernel: sdb: Mode Sense: 0b 00 00 08
> Feb 14 21:53:18 mnr kernel: sdb: assuming drive cache: write through
> Feb 14 21:53:18 mnr kernel: SCSI device sdb: 128000 512-byte hdwr sectors (66 MB)
> Feb 14 21:53:18 mnr kernel: sdb: Write Protect is off
> Feb 14 21:53:18 mnr kernel: sdb: Mode Sense: 0b 00 00 08
> Feb 14 21:53:18 mnr kernel: sdb: assuming drive cache: write through
> Feb 14 21:53:18 mnr kernel:  /dev/scsi/host20/bus0/target0/lun0: p1
This would suggest /dev/sdb1----------------------------------------^

so:
mkdir /media/recorder
mount -t vfat /dev/sdb1 /media/recorder

Cheers,
Kev

-- 
|  .''`.  == Debian GNU/Linux == |       my web site:       |
| : :' :      The  Universal     | debian.home.pipeline.com |
| `. `'      Operating System    | go to counter.li.org and |
|   `-    http://www.debian.org/ |    be counted! #238656   |
|     my keysever: pgp.mit.edu   |     my NPO: cfsg.org     |

Attachment: signature.asc
Description: Digital signature


Reply to: