Thanks! That did it; it works great! Walt On Thu, 2004-10-14 at 10:21, Gina Minks wrote:
=
How do I get my SanDisk cruzer mini 256 mb pen drive to mount on my Fedora Core 2 laptop?
Check to see if the pen has already been recognized by hotplug by checking for an entry in /etc/fstab
If there is not an entry there, check to see if the OS recognizes the pen. Lots of places to check..
cat /etc/proc/scsi/scsi
you should see: Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: SanDisk Model: Cruzer Mini Rev: 0.1 Type: Direct-Access ANSI SCSI revision: 02
or look for it in dmesg: dmesg | grep San Vendor: SanDisk Model: Cruzer Mini Rev: 0.1
or in /etc/sysconfig/hwconf: grep San hwconf desc: "SanDisk Corporation Cruzer Mini" usbmfr: SanDisk Corporation desc: "Sandisk Cruzer Mini"
If the OS recognizes the pen, most likely updfstab does not have an entry for it. For RH9, entries for updfstab are in /etc/updfstab.conf.default
This is the file hotplug uses to know what to write to the fstab file so you can mount the pen.
I added an entry to the "flash" stanza:
device flash { partition 1 match hd CompactFlash match hd ImageMate match hd SanDisk match hd "USB Drive"
Once you add that, look in the fstab file to see if hotplug worked.
You will still have to mount it, it should show up as /mnt/flash
-Gina
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug ============================================================
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug