I have a second hard drive (sdb1) installed.
When Kubuntu restarts, or if I log out and back in, it does not mount. If I try to open it, I get the message:
hal-storage-fixed-mount refused uid 1000
If I do the following, it will mount:
sudo mount -t ext3 /dev/sdb1 /media/sdb1
How can I make it mount automatically so I don't have to terminal this code each time?
Thanks.
When Kubuntu restarts, or if I log out and back in, it does not mount. If I try to open it, I get the message:
hal-storage-fixed-mount refused uid 1000
If I do the following, it will mount:
sudo mount -t ext3 /dev/sdb1 /media/sdb1
How can I make it mount automatically so I don't have to terminal this code each time?
Thanks.
Comment