public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB Mass Storage
@ 2005-05-12  8:31 SN
  2005-05-12 12:14 ` Carlos Martin
  2005-05-12 12:29 ` Douglas McNaught
  0 siblings, 2 replies; 4+ messages in thread
From: SN @ 2005-05-12  8:31 UTC (permalink / raw)
  To: linux-kernel, talk2sumit

If I use a USB connected hard-disk (IDE), which device driver would I
be using? I understand it is recognized as a SCSI disk. So, is it the
SCSI driver? Or would the IDE driver be used?

Thanks!

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

* Re: USB Mass Storage
  2005-05-12  8:31 USB Mass Storage SN
@ 2005-05-12 12:14 ` Carlos Martin
  2005-05-12 12:23   ` SN
  2005-05-12 12:29 ` Douglas McNaught
  1 sibling, 1 reply; 4+ messages in thread
From: Carlos Martin @ 2005-05-12 12:14 UTC (permalink / raw)
  To: SN; +Cc: linux-kernel

On 5/12/05, SN <talk2sumit@gmail.com> wrote:
> If I use a USB connected hard-disk (IDE), which device driver would I
> be using? I understand it is recognized as a SCSI disk. So, is it the
> SCSI driver? Or would the IDE driver be used?

 You would use the usb-storage driver which in turn uses the scsi driver.

   cmn
-- 
Carlos Martín         http://www.cmartin.tk   http://rpgscript.berlios.de

"I'll wager it's the most extraordinary thing to happen round here
since Queen Elizabeth's handmaid got hit by lightning and sprouted a
beard"
     -- T. C. Boyle, "Water Music"

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

* Re: USB Mass Storage
  2005-05-12 12:14 ` Carlos Martin
@ 2005-05-12 12:23   ` SN
  0 siblings, 0 replies; 4+ messages in thread
From: SN @ 2005-05-12 12:23 UTC (permalink / raw)
  To: Carlos Martin; +Cc: linux-kernel

Thanks for the reply Carlos and Eshwar.

So is it that IDE (ide-disk.c) doesn't even come into the picture?
>From where exactly is the data sent to the disk? I mean, where in
kernel would I find code for read/write on disk?

Thanks in advance.

Regards..

On 5/12/05, Carlos Martin <carlosmn@gmail.com> wrote:
> On 5/12/05, SN <talk2sumit@gmail.com> wrote:
> > If I use a USB connected hard-disk (IDE), which device driver would I
> > be using? I understand it is recognized as a SCSI disk. So, is it the
> > SCSI driver? Or would the IDE driver be used?
> 
>  You would use the usb-storage driver which in turn uses the scsi driver.
> 
>    cmn
> --
> Carlos Martín         http://www.cmartin.tk   http://rpgscript.berlios.de
> 
> "I'll wager it's the most extraordinary thing to happen round here
> since Queen Elizabeth's handmaid got hit by lightning and sprouted a
> beard"
>      -- T. C. Boyle, "Water Music"
>

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

* Re: USB Mass Storage
  2005-05-12  8:31 USB Mass Storage SN
  2005-05-12 12:14 ` Carlos Martin
@ 2005-05-12 12:29 ` Douglas McNaught
  1 sibling, 0 replies; 4+ messages in thread
From: Douglas McNaught @ 2005-05-12 12:29 UTC (permalink / raw)
  To: SN; +Cc: linux-kernel

SN <talk2sumit@gmail.com> writes:

> If I use a USB connected hard-disk (IDE), which device driver would I
> be using? I understand it is recognized as a SCSI disk. So, is it the
> SCSI driver? Or would the IDE driver be used?

It would be the SCSI layer running on top of the USB drivers.  No IDE
involved on the PC side (obviously the USB enclosure has an IDE
controller, but it's driven by the enclsure firmware, not Linux).

-Doug

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

end of thread, other threads:[~2005-05-12 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12  8:31 USB Mass Storage SN
2005-05-12 12:14 ` Carlos Martin
2005-05-12 12:23   ` SN
2005-05-12 12:29 ` Douglas McNaught

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