On Mon, 17 Mar 2003, Richard Crawford wrote:

> Over the weekend, my wife and I purchased a couple of those spiffy USB
> disk pen things that hold 64MB on flash RAM.  Very useful little device. 
> I was sold because the package claims to support every version of Windows
> that we run in our house, and Linux kernel 2.4.0+.
> 
> The question is, how do I make my Linux box (running 2.4.0+) talk to the
> USB pen?  I have Googled, but to no avail.  Anyone got any pointers?
> 
The pen drive should look like a SCSI hard drive.  I use the Nexdisk
version, and after I plug it in, I can mount it with something like:

mount /dev/sda1 /mnt/pen

Actualy, I have an entry in /etc/fstab:

/dev/sda1           /mnt/pen            vfat    noauto,user   0 0

That way, I can mount it as a normal user.  Other brands should work the 
same way.  They use the usb-storage module, and they are accessed like a 
SCSI hard drive.  Externel USB drives and Firewire drives are accessed 
the same way.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to