USB 2.5" enclosure

Kevin Krieser kkrieser at lcisp.com
Thu Dec 18 14:01:28 UTC 2003


CDROM drives show up as /dev/scd?

He may want to look at the /var/log/messages file to see what it
reports.

-----Original Message-----
From: fedora-list-admin at redhat.com [mailto:fedora-list-admin at redhat.com]
On Behalf Of Michael Kearey
Sent: Wednesday, December 17, 2003 10:12 PM
To: fedora-list at redhat.com
Subject: Re: USB 2.5" enclosure


Jeff Allison wrote:
> As the USB question has arisen I thought I might try thing one again.
> 
> I've got a USB 2.5" HD enclosure with a 3 GB disk in it


I only recently have done similar.

cat /proc/scsi/usb-storage-0/0
    Host scsi0: usb-storage
        Vendor: Cypress Semiconductor
       Product: USB2.0 Storage Device
Serial Number: 000000030515
      Protocol: Transparent SCSI
     Transport: Bulk
          GUID: 04b468300000000000030515
      Attached: Yes


Have a look at fdisk -l  it should list all partitions known. It may 
not necessarily show up as sda, since you have a scsi CD writer
allready.

Once you know the sdx  (I'd guess it will be /dev/sdb1 or something) 
you could add to /etc/fstab:

/dev/sdb1               /mnt/my_usb_hd         auto    noauto,owner,rw 0
0
  Make a directory /mnt/my_usb_hd of course..

Then mount with 'mount /mnt/my_usb_hd' .

That's how I did it. I also played around with 
/etc/security/console.perms  and setup so that an ordinary user could 
mount my disk.



Cheers,
Michael



--
fedora-list mailing list
fedora-list at redhat.com
To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list





More information about the fedora-list mailing list