after googling around I found that with kernel 2.4.x you can use this:
-#mkdir /mnt/usbstick
-#mount /dev/sda1 /mnt/usbstick
Edit your /etc/fstab accordingly for easy mounting:
/dev/sda1 /mnt/usbstick /mnt/usbstick auto rw,noauto,owner,user,exec 0 0
I hope this helps
|