
I have edited my /etc/fstab table for the drive, but it is not allowing me to access the drive. Here is my fstab: glenn(a)glenn-amd1:/etc$ cat fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sdb5 UUID=4e473668-0492-4c4f-b96c-4a96aa93ac7d / ext3 relatime,errors=remount-ro 0 1 # /dev/sda1 UUID=b52f4246-04ea-4d35-b3b9-37a316709f81 /media/Data ext3 <----- relatime,errors=remount-rw 0 2 # /dev/sdb1 UUID=c6178b22-d682-4414-81ba-514c100ffe40 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 glenn(a)glenn-amd1:/etc$ I have created the Data folder in /media, when I attempt to access the drive from my places menu, it tells me I dont have permission to mount this drive.????And when I look in my Data folder, it is empty. Can anyone tell me what I have done wrong? Glenn.