If you are running kernel 2.6.8-1.521(or something like that) it
doesn't work with USB-memory stick I think, because I've got a SanDisk
Cruzer Micro USB, and I needed to take an older kernel-version to get
it to work, the error I found was in the ehci_hcd module. I have send a bug-report to bugzilla(#133637). Xavier Gonzalez wrote: I have actually tried what you is posted in the linked you gave me. I changed my updfstab to include match hd "Sandisk Cruzer Mini" and I actually checked for the hardware in kudzu [javier@localhost javier]$ kudzu -s -p -c HD - class: HD bus: USB detached: 0 driver: usb-storage desc: "SanDisk Corporation Cruzer Mini" usbclass: 8 usbsubclass: 6 usbprotocol: 50 usbbus: 4 usblevel: 1 usbport: 3 usbdev: 2 vendorId: 0781 deviceId: 8181 usbmfr: SanDisk Corporation usbprod: Cruzer Mini However, I checked the fstab file and there are no updates even after reboot. Furthermore, during shutdown I get a series of messages that say: modprobe: can't probe mount point ... - 131 : modprobe: can't probe mount point ...-135 until the computer is ready to shutdown hda What is going on with that? And, is there something I should be doing that I might be missing? I just can't mount the usb stick if it is not in the fstab table. Thanks for the help, --Xavier On Tue, 28 Sep 2004 16:24:11 +0300, Rasmus Back <rasmus.back@xxxxxxxxx> wrote:On Mon, 27 Sep 2004 19:17:37 -0400, Xavier Gonzalez <xavier.gonzalez@xxxxxxxxx> wrote:I have been trying to add my usb stick to the list of devices in the /etc/fstab but I have not been able to make it work properly. I have try a few combinations w/o any success. /dev/sda1 /mnt/usb auto noauto, owner, kudzu, rw 0 0 /dev/sda1 /mnt/usb defaults noauto, users 0 0 and others I can not remember. I have ThinkPad T42 and I am running FC1 on it with the latest kernel. If anybody knows of a working configuration, please let me know. --Xavier -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-listI think it's easier to add the signature of the mini cruzer to /etc/updfstab.conf.default. This way updfstab will automatically setup /etc/fstab when you plug in the device. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=127735 for more info. Rasmus |