On Wed, 05 May 2004 11:52:17 -0400, Ying Hu wrote:
> I have a external hard drive (USB Lacie) and two computers (windows and
> Linux). I wanted the two compters to share the external hard drive at
> THE SAME TIME.
This may fit a literal definition of "networking", but we're not that
literal around here.

This is a hardware question, way OT here.
> Is it possible?
A long time ago with SCSI devices I discovered that it is technically
possible to share a SCSI bus among multiple machines, as long as each
device on the bus, INCLUDING THE HOST ADAPTERS, has a distinct SCSI ID.
USB storage devices are handled as SCSI in Linux, and probably Windows
as well. The question then becomes, "Do USB controllers appear on the
virtual SCSI bus as a host adapter, and if so, can you set the SCSI ID
to something nonstandard?"
My bet is that it will work just fine, but watch out for simultaneous
accesses! There's no locking. This is the kind of thing where you'd
want to be very careful. For best results have one OS mount the
filesystem read-only ... and since I doubt that's possible in a
crippled OS like Windows, I guess the Linux machine will have to do it.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply