I On 21/07/10 13:00, gnome-list-request gnome org wrote: Send gnome-list mailing list submissions to gnome-list gnome org To subscribe or unsubscribe via the World Wide Web, visit http://mail.gnome.org/mailman/listinfo/gnome-list or, via email, send a message with subject or body 'help' to gnome-list-request gnome org You can reach the person managing the list at gnome-list-owner gnome org When replying, please edit your Subject line so it is more specific than "Re: Contents of gnome-list digest..." Today's Topics: 1. auto mount works, but "you are not privileged ..." message (Corinna Vinschen) ---------------------------------------------------------------------- [Please keep me CCed, as I'm not subscribed to the list. Thanks.] Hi, running Gnome under Fedora 13, I have a strange problem when auto mounting a certain CF card. I need this card to be mounted with shortnames=lower, but since gnome has no way to change the mount options, I created an /etc/fstab entry using the UUID for this drive, like this: UUID=4DCC-F3FA /media/myCF vfat noauto,user,rw,nosuid,nodev,uid=23345,gid=11125,shortname=lower,dmask=0077,utf8=1,flush 0 0 This worked fine at first, then I switched to the XFCE4 desktop for a while for testing purposes. Now that I switched back to the Gnome desktop, I get this weird behaviour. When I plug in the CF card, it gets mounted into /media/myCF. However, at the same time a dialog appears: Failed to mount "MYCF" You are not privileged to mounnnt the volume "MYCF". Note that the name of the drive is printed in all uppercase in that dialog, "MYCF" instead of "myCF". Unfortunately there's no log message in /var/log which would point to the reason for this behaviour. There are only a few kernel messages: kernel: sd 6:0:0:0: [sdb] 16007040 512-byte logical blocks: (8.19 GB/7.63 GiB) kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through kernel: sdb: sdb1 Does anybody know why this happens and how I can get rid of this dialog? If I remove the fstab entry, I get rid of the message, but the CF card is mounted with the wrong options, so that's not an option. I see this problem quite a lot. The main cause of the problem is that the device is unplugged without first unmounting, even with M$ this can cause problems. The way to deal with the problem is the set the mount point of the device to 'no mount point' Also after you have done this you may need to apply, as root:- # cd /media # ls then # cd /media/'your card' # chown -R yourself yourself now if you correctly unmount (in Linux and in M$) each time then you will be able to plug in, automount and read (and write) your card with your current user profile. So don't boot the machine plugged in, only plug it in after you are in your profile and do try to unmount and unplug before you logoff - not vital, but good habit anyway. p.s. before I understood this problem I resorted to reformatting the card, but that was many years ago - totally uneccessary. |