
3 Jan
2009
3 Jan
'09
10:46 a.m.
2009/1/3 Glenn Stuart Morrissey <gmorrissey(a)kol.co.nz>:
I have edited my /etc/fstab table for the drive, but it is not allowing me to access the drive. Here is my fstab:
...
# /dev/sda1 UUID=b52f4246-04ea-4d35-b3b9-37a316709f81 /media/Data ext3 <----- relatime,errors=remount-rw 0 2 ... 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?
You need the user option in the options part. i.e. UUID=b52f4246-04ea-4d35-b3b9-37a316709f81 /media/Data ext3 user,relatime,errors=remount-rw 0 2 HTH. -- simon