public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] usb key question
@ 2005-11-28 19:17 Antoine
  2005-11-28 19:32 ` Ciaran McCreesh
  0 siblings, 1 reply; 8+ messages in thread
From: Antoine @ 2005-11-28 19:17 UTC (permalink / raw
  To: gentoo-user

Hi,
I get this from dmesg

usb 1-4: new high speed USB device using ehci_hcd and address 2
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
   Vendor:           Model: USB Flash Memory  Rev: 1.04
   Type:   Direct-Access                      ANSI SCSI revision: 00
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
usb-storage: device scan complete

But I can't seem to mount it... what dev do I mount?
Cheers
Antoine
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-28 19:17 [gentoo-user] usb key question Antoine
@ 2005-11-28 19:32 ` Ciaran McCreesh
  2005-11-29 21:28   ` Antoine
  0 siblings, 1 reply; 8+ messages in thread
From: Ciaran McCreesh @ 2005-11-28 19:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

On Mon, 28 Nov 2005 20:17:53 +0100 Antoine <melser.anton@gmail.com>
wrote:
| usb 1-4: new high speed USB device using ehci_hcd and address 2
| scsi0 : SCSI emulation for USB Mass Storage devices
| usb-storage: device found at 2
| usb-storage: waiting for device to settle before scanning
|    Vendor:           Model: USB Flash Memory  Rev: 1.04
|    Type:   Direct-Access                      ANSI SCSI revision: 00
| Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
| usb-storage: device scan complete
| 
| But I can't seem to mount it... what dev do I mount?

You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
don't have a /dev/sd? , check your kernel for SCSI block device support.

-- 
Ciaran McCreesh : Gentoo Developer (The one that looks before leaping)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-28 19:32 ` Ciaran McCreesh
@ 2005-11-29 21:28   ` Antoine
  2005-11-29 21:33     ` Richard Fish
  2005-11-29 22:17     ` John Jolet
  0 siblings, 2 replies; 8+ messages in thread
From: Antoine @ 2005-11-29 21:28 UTC (permalink / raw
  To: gentoo-user


> You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
> don't have a /dev/sd? , check your kernel for SCSI block device support.

I have "generic scsi" support and there doesn't seem to be anything to 
do with scsi in block devices... the usb key works fine under windows, 
is formatted in vfat and has data on it.
There are a whole bunch of /dev/sd?s but trying to mount to any of them 
gives me "not a valid block devices".
Cheers
Antoine
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-29 21:28   ` Antoine
@ 2005-11-29 21:33     ` Richard Fish
  2005-11-29 21:52       ` Antoine
  2005-11-30 18:24       ` Solved - " Antoine
  2005-11-29 22:17     ` John Jolet
  1 sibling, 2 replies; 8+ messages in thread
From: Richard Fish @ 2005-11-29 21:33 UTC (permalink / raw
  To: gentoo-user

On 11/29/05, Antoine <melser.anton@gmail.com> wrote:
>
> > You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
> > don't have a /dev/sd? , check your kernel for SCSI block device support.
>
> I have "generic scsi" support and there doesn't seem to be anything to

Do you have SCSI disk support.  CONFIG_BLK_DEV_SD=m.  It is under SCSI support.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-29 21:33     ` Richard Fish
@ 2005-11-29 21:52       ` Antoine
  2005-11-30 18:24       ` Solved - " Antoine
  1 sibling, 0 replies; 8+ messages in thread
From: Antoine @ 2005-11-29 21:52 UTC (permalink / raw
  To: gentoo-user

Richard Fish wrote:
> On 11/29/05, Antoine <melser.anton@gmail.com> wrote:
> 
>>>You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
>>>don't have a /dev/sd? , check your kernel for SCSI block device support.
>>
>>I have "generic scsi" support and there doesn't seem to be anything to
> 
> 
> Do you have SCSI disk support.  CONFIG_BLK_DEV_SD=m.  It is under SCSI support.

That must be it... I am compiling now.
Cheers
Antoine
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-29 21:28   ` Antoine
  2005-11-29 21:33     ` Richard Fish
@ 2005-11-29 22:17     ` John Jolet
  2005-12-01 16:33       ` Kevin Hanson
  1 sibling, 1 reply; 8+ messages in thread
From: John Jolet @ 2005-11-29 22:17 UTC (permalink / raw
  To: gentoo-user

insert the device by doing a "tail -f /var/log/messages" and see which it gets 
assigned.
On Tuesday 29 November 2005 15:28, Antoine wrote:
> > You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
> > don't have a /dev/sd? , check your kernel for SCSI block device support.
>
> I have "generic scsi" support and there doesn't seem to be anything to
> do with scsi in block devices... the usb key works fine under windows,
> is formatted in vfat and has data on it.
> There are a whole bunch of /dev/sd?s but trying to mount to any of them
> gives me "not a valid block devices".
> Cheers
> Antoine

-- 
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Solved - Re: [gentoo-user] usb key question
  2005-11-29 21:33     ` Richard Fish
  2005-11-29 21:52       ` Antoine
@ 2005-11-30 18:24       ` Antoine
  1 sibling, 0 replies; 8+ messages in thread
From: Antoine @ 2005-11-30 18:24 UTC (permalink / raw
  To: gentoo-user

Richard Fish wrote:
> On 11/29/05, Antoine <melser.anton@gmail.com> wrote:
> 
>>>You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
>>>don't have a /dev/sd? , check your kernel for SCSI block device support.
>>
>>I have "generic scsi" support and there doesn't seem to be anything to
> 
> 
> Do you have SCSI disk support.  CONFIG_BLK_DEV_SD=m.  It is under SCSI support.

That was it.
Thanks
Antoine
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] usb key question
  2005-11-29 22:17     ` John Jolet
@ 2005-12-01 16:33       ` Kevin Hanson
  0 siblings, 0 replies; 8+ messages in thread
From: Kevin Hanson @ 2005-12-01 16:33 UTC (permalink / raw
  To: gentoo-user

John Jolet wrote:

>insert the device by doing a "tail -f /var/log/messages" and see which it gets 
>assigned.
>On Tuesday 29 November 2005 15:28, Antoine wrote:
>  
>
>>>You might need to run fdisk /dev/sd? then mkfs.* /dev/sd?? . If you
>>>don't have a /dev/sd? , check your kernel for SCSI block device support.
>>>      
>>>
>>I have "generic scsi" support and there doesn't seem to be anything to
>>do with scsi in block devices... the usb key works fine under windows,
>>is formatted in vfat and has data on it.
>>There are a whole bunch of /dev/sd?s but trying to mount to any of them
>>gives me "not a valid block devices".
>>Cheers
>>Antoine
>>    
>>
>
>  
>
Don't top post *especially* when previous replys are bottom posted.  
Makes it really tough to follow a thread.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-12-01 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 19:17 [gentoo-user] usb key question Antoine
2005-11-28 19:32 ` Ciaran McCreesh
2005-11-29 21:28   ` Antoine
2005-11-29 21:33     ` Richard Fish
2005-11-29 21:52       ` Antoine
2005-11-30 18:24       ` Solved - " Antoine
2005-11-29 22:17     ` John Jolet
2005-12-01 16:33       ` Kevin Hanson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox