Hi there,
I'm using mgillespie's excellent pre-built debian squeeze, and I've had some fun playing with it. However, I can't get disks to automount with /etc/fstab, for some reason, and I don't see any error messages about it in dmesg.
For example, typing the following command:
mount -t ext2 /dev/sda1 /media/usb-disk
works just fine!
However, if I put the following line into /etc/fstab, it's not mounted upon bootup, but there are also no errors in dmesg.
/dev/sda1 /media/usb-disk ext2 defaults 0 0
I appreciate the help! Thanks!