-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot unmount with ldmc -r #59
Comments
Does dmesg/journalctl show anything? |
Journalctl shows this when I run ldmc -r /dev/sde1 Jan 11 19:03:13 user-lappy ntfs-3g[10306]: Unmounting /dev/sde1 (user-usb1) |
Hrm, it seems to be related to the other bug (#60) since both |
The latest couple of commits should help, can you test ? |
So I uninstalled the AUR version of ldm, built and installed ldm from github, rebooted, and tried again. Still, there is no luck in unmounting, either with ldmc -r or umount. Actually, what seems to happen is that ldm unmounts the drive and then immediately remounts it again. This is what journalctl shows when I plug in my drive:
This is what it shows when I do ldmc -r /mnt/username-usb1 or umount /mnt/username-usb1
|
I can't reproduce this behaviour, please make sure there's no other tool trying to remount the disk. |
The output of mount is:
Also, I do not know what programs I should look for - udisks is not installed at any rate and I don't remember trying anything else out other than that and ldm. Sorry, I'm pretty much a Linux noob. |
I just don't know then, WORKSFORME. |
Oh well. Still, thank you very much for going through the trouble of looking at the problem though. I hope that when I eventually reinstall, it will work. |
The other user who had similar problems confirmed the latest commits (and the latest release) fixes them, would you mind trying it out ? |
I built it from source now and tried it out, but no luck sadly. But it does behave differently now.
I guess my system configuration is just screwed up in some unknown place. Or maybe it is something wrong with my (ntfs) memory sticks. |
Interesting. Would you give a go at this [1] patch ? (apply it with [1] http://ix.io/nYi |
Sorry for the big delay, I got caught up in work and didn't have time to mess around with the computer for a while. Also, now my second usb drive died, so I can't really test the scenario in my last post. I did apply the patch and try mounting my remaining thumb drive. Plugging thumb drive in:
Running
Running
Now I ran
|
You don't really need |
Could you please try the |
@LemonBoy I have this exact same problem and the debug branch doesn't help, the results are the same. The daemon immediately mounts the drive after it's unmounted. Output of
Output of
|
Oh and by the way using ldm not in daemon mode doesn't return anything for me in the terminal it's running in. |
I'm also affected. Arch Linux, ldm 0.7 |
I'm especially interested in the lines from journalctl marked with |
Connecting external portable HDD, yields this in systemd journal:
Output of
Stopping ldm service ( Mounting / umounting (another) USB flash drive works as expected. Let me know if you need any further info. |
P.S. I think you are right. Looks like it has to do something with FUSE.
|
I must apologise for being a Linux noob, but this is a nice program I would really like to use, if only I could get it working somehow. The problem is that I cannot seem to unmount my flash drive with ldmc -r. I have installed ldm from the AUR, I have enabled ldm.service and have set the required options in /etc/ldm.conf.
Here is what I tried:
So, I don't know what to do any more. Might it be a problem with udev configuration? Unfortunately I am quite the noob and I don't know where to start troubleshooting it. My Arch Linux install is also quite old now and I don't remember all the things I did in /etc/ several months ago.
The text was updated successfully, but these errors were encountered: