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
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
On FC2 this works just fine for me:
/dev/sda1 /mnt/flash vfat noauto,users 0 0
Bill