Having the mount option defaults should be enough to have the partition auto mount at boot, but if, for some reason. it does not, rw,auto,exec should work. The noatime is optional.
Here's my new fstab entry:
UUID=83483438-5135-4724-9d1c-6c6811043506 /usbdrv ext3 rw,user,auto,exec,noatime 0 0
It still didn't mount at boot.
I'm beginning to wonder if there's something wrong with startup stuff in general. I set up update-notifier to autostart when kde comes up, but it fails too. It gives me the message that my network connection is up, but it couldn't contact the repository. It then asks me if I want to configure a new repository. If I say "no" and start it from the menu, it starts up fine.
What does the command
mount by itself give you?
[polack@littleboy ~]$ mount/dev/sdc15 on / type ext4 (rw,noatime)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/sdc5 on /home/polack/Documents type ext3 (rw,noatime)
/dev/sde5 on /home/polack/Documents2 type ext3 (rw,noatime)
/dev/sdb6 on /share7 type ext3 (rw,nosuid,nodev,noatime)
/dev/sde6 on /share9 type ext3 (rw,nosuid,nodev,noatime)
/dev/sde9 on /movies type ext3 (rw,nosuid,nodev,noatime)
/dev/sdc12 on /movies2 type ext3 (rw,nosuid,nodev,noatime)
/dev/sda5 on /tv type ext3 (rw,nosuid,nodev,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sr1 on /mnt/dvd type iso9660 (ro,noexec,nosuid,nodev,user=polack)