1. I have a 8Gb SD card, recognized as /dev/sdb, featuring one partition with ext3 file system. In diskdrake I mounted it permanently on /home/wobo/rpm - I accepted the matching entry in /etc/fstab. The line reads:
- Code: Select all
UUID= 1234567... /home/wobo/rpm ext3 defaults 0 0
2. Then I added a USB harddisk (recognized as /dev/sdc), featuring one partition with ext3 filesystem. In diskdrake I mounted it permanently on /home/wobo/DATA - accepted the matching entry in /etc/fstab. The line reads
- Code: Select all
UUID=1234567..... home/wobo/DATA ext3 defaults 0 0
- the USB hd partition was not mounted at all, it wasn't even shown as present in the filemanager (although /var/log/messages shows that it was recognized as /dev/sdc as before).
- the SD card was not mounted either but it was shown as device in the filemanager. Clicking on it as user showed an error message:
- Code: Select all
Error mounting: mount exited with exit code 1: helper failed with:
mount: only root can mount /dev/sdb1 on /home/wobo/rpm
3. Now I unplugged the USB harddisk, commented out the matching line in fstab, in other words: went back to the status described in point #1. Rebooted and received the same problenm as described in the last part of point #2: the SD card was not mounted and showed the error that only root can mount it.
I did not alter anything regarding the SD card, did no updates in the meanwhile or anything else with the system than the steps I described above. Anybody with an idea that I can have at least one storage device available without having to become root after each restart? (I know that I can workaround by creating a script with a sudo command (mount -a) and place it on the desktop, so I have to click once).
BTW:
1. The USB harddisk mounts perfectly when I plug it in while the system is running, it shows under /media. Same with the SD card when I plug it in while the system is running, mounts under /media.
2. Both devices mount to their respective mount points when I do a 'mount -a' as root. So I added 'mount -a' to /etc/rc.d/rc.local - but no success.