On Mon, 2004-09-27 at 18:17, Xavier Gonzalez 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 ^^^^^^^^^^^^^^^^ If this is your fstab line it is incorrect. There cannot be spaces in the options field. The line in fstab has exactly 6 fields with whitespace as the separator. Extra spaces make extra fields. > 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