Version: (using KDE 4.3.0) Compiler: gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) OS: Linux Installed from: Gentoo Packages When I try to mount a NFS volume via NFS shortcut, which I added at my desktop, I get this error: Could not mount device. The reported error was: mount: only root can do this. Of course my rights are ok. I can mount/umount this volume in the konsole as a user. Here is appropriate entry from my /etc/fstab: 192.168.1.1:/var/data/music/mnt/music nfs rsize=8192,wsize=8192,nolock,user,noauto 0 0
When is the NFS volume mounted manually and I try to unmount it via NFS shortcut. Then I get this error: Could not unmount device. The reported error was: sh: /bin/umount/home/marsark/Desktop/NFS: is not directory It is obvious that there is some bug in the path.
The unmount path bugs is related to KIO (I'm fixing it right now).
Mountpoint and desktopfile path switches bug, fixed at: 4.4 -> svn rev.1008897 , 4.3.x -> svn rev. 1008898
Unmount command + path being merged (missing space) bug, fixed at: 4.4 -> svn rev 1008901 , 4.3.x -> 1008904.
So, the two problems you described in comment 1 are already fixed. Can you check this: - Open Dolphin and browse to your Desktop folder (or where you NFS device link is), then try to mount it or unmount it. Confirm me that you are getting the same error (and therefore, this is not a Plasma bug, but a KIO one). BTW, this looks related to bug 172023 Thanks
Yes, I can confirm that. I get same error when mount/unmount NFS link from Dolphin. My NFS link is placed in ~/Desktop/ and the Desktop directory is set to be displayed in Folder view widget at my Plasma desktop.
I think, that problem with mounting of NFS or HDD (as in bug 172023) may be also caused by wrong path given to mount.
IIRC, the path given to mount is the proper one. The problem I fixed was related to the unmount() call.
Still remains in 4.3.1. No I am able to mount from konsole and umount by icon on desktop. So umount has been fixed, but mount still waiting to be fixed. Any ideas?
Mount doesn't work in kde 4.3.2.
- Do you agree on merging this with bug 172023 ? Regards
Yes, I agree. It seems to be same issue.
Thanks *** This bug has been marked as a duplicate of bug 172023 ***