I'm using Eclipse for java development. My work space is in sda1 drive. Every time login need to Mount the drive after only I can use that work space under sda1 drive. For this I installed Storage Device Manager(pysdm). after Installed it eclipse cant use the drive as workspace. So that I Uninstalled pysdm. even that problem exist. I can do for this issue? Need your intelligence Idea to solve this prob.
UPDATE 22/11/11
Removed Pysdm and instead used fstab to automount external disk with correct permissions. Appears to have succeeded in using blkid to create proper fstab entry but still cannot access the new volume.
User4124. as you asked I'm posting cat /etc/fstab Details. (Adding it as answer here bze can't add comment more letters)
silambarasan@silambarasan-PC:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda8 / ext2 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=81edad8d-06a4-42f4-a485-9ef293b9c0fa none swap sw 0 0
/dev/sda1 /media/sda1 vfat defaults 0 0
/dev/sda5 /media/sda5 vfat defaults 0 0
/dev/sda6 /media/sda6 vfat defaults 0 0
silambarasan@silambarasan-PC:~$
