Hello all once again!
I installed kubuntu 8.10 sometime ago... and now I want it to mount a fat32 partition on login. I edited my /etc/fstab file and added this line at the end
but couldn't succeed (This line works perfectly well on Ubuntu 8.04 installation on this computer).
Now, it doesn't even mount after logging in (earlier, after logging in, I would start dolphin and click on the partition - it would ask me for the password and then mount the partition). It gave me the following error at the bottom of dolphin window
Then as suggested by dibl on this post (http://kubuntuforums.net/forums/inde...opic=3099199.0), I added directory '/media/newdisk' but still I get the same error.
When I try to mount from Konsole (sudo mount /dev/sdb6) it gives me this error:
Can anybody tell me whats wrong here?
I installed kubuntu 8.10 sometime ago... and now I want it to mount a fat32 partition on login. I edited my /etc/fstab file and added this line at the end
Code:
# /dev/sdb6 UUID=xyz /media/newdisk vfat detaults,auto,users,exec,uid=1000,gid=100,umask=000 0 0
Now, it doesn't even mount after logging in (earlier, after logging in, I would start dolphin and click on the partition - it would ask me for the password and then mount the partition). It gave me the following error at the bottom of dolphin window
An error occurred while accessing 'NewDisk', the system responded:
org.freedesktop.Hal.Device.Volume.PermissionDenied
Device /dev/sdb6 is listed in /etc/fstab. Refusing to mount
org.freedesktop.Hal.Device.Volume.PermissionDenied
Device /dev/sdb6 is listed in /etc/fstab. Refusing to mount
When I try to mount from Konsole (sudo mount /dev/sdb6) it gives me this error:
wrong fs type, bad option, bad superblock on /dev/sdb6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Comment