| Summary: | External USB disk(s) mount error from System Tray Device Notifier (permission denied?) | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Wizter <wizter09> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | bugzilla |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Wizter
2011-02-20 15:56:24 UTC
Same behavior here. Using Gentoo packages for 4.6.0 and an external USB NTFS formatted drive. Drive is mounted ok from the console (as non-root user). Are there any recommendations on a quick fix for this bug, as it is very annoying that users without root access cannot mount their drives, USB, RW/DVD's or SD Cards? I read related posts in regard to altering fstab, group access etc but nothing works for user mounting access. Any ideas or help would be greatly appreciated. I forgot to mention that my problem disappeared. I had a hard coded line in /etc/fstab for my specific external hard disk, which I commented it and afterwards the disk mounted without any issues. My /etc/fstab file has not changed since KDE4.4. I'm attaching it just in case anyone spots anything that shouldn't be there. I just spotted that my internal drive NTFS partitions suffer from the same bug as the external drives. Note the following on a 160GB SATA harddrive: -- I use 3 primary partitions, sda2/suse boot=150MB, sda3/vista and extended) -- I use root and swap as fixed partitions to mount LVM on -- LVM is used for the rest of opensuse 11.3 to juggle the space requirements -- sda3 and sda5 are both NTFS partitions and fail to mount at startup -- sda3 & sda5 also fail to mount from the Notifier application even though they do have the "user" attribute -- permissions on the /mnt/windows/drive directories are 755 as per defaults ------------------------------ /dev/sda7 / ext3 acl,user_xattr,noatime 1 1 /dev/sda2 /boot ext3 acl,user_xattr,noatime 1 1 /dev/sda6 swap swap defaults 0 0 /dev/sda3 /mnt/windows/c ntfs-3g rw,noatime,user 0 0 /dev/sda5 /mnt/windows/d ntfs-3g rw,noatime,user 0 0 /dev/suse/usr /usr ext3 acl,user_xattr,noatime 1 1 /dev/suse/usr_lib /usr/lib ext3 acl,user_xattr,noatime 1 1 /dev/suse/usr_share /usr/share ext3 acl,user_xattr,noatime 1 1 /dev/suse/home /home ext3 acl,user_xattr,noatime 1 1 /dev/suse/tmp /tmp ext3 acl,user_xattr,noatime 1 1 /dev/suse/pub /pub ext3 acl,user_xattr,noatime 1 1 /dev/suse/var /var ext3 acl,user_xattr,noatime 1 1 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 mount permissions are not a plasma issue. |