My new Ubuntu 6.10 desktop PC has an external disk drive attached, which appears as /dev/sdb1 mounted on /media/usbdisk when I boot the PC. As part of configuring Sbackup, I've created directory /var/backup, and I want the disk to be automatically mounted here on boot.
I've added entry "/dev/sdb1 /var/backup ext3 defaults 0 0 " to /etc/fstab, and re-booted. Now, "df -m" does not list the device at all. Remove the entry from fstab, and after reboot, the device reappears mounted on /media/usbdisk. I can:
# umount /media/usbdisk
# mount /dev/sdb1 /var/backup
# cd /var/backup
# ls -al
and I see what is currently on the device.
What am I doing wrong, here? On an FC6 box I have, I had no problems setting up automatic mounting of an external disk drive. Your advice to a Ubuntu newbie appreciated.
