[Goodies-dev] [Bug 13304] The plugin fails to umount EXFAT flash drive

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Jan 26 20:00:13 CET 2017


https://bugzilla.xfce.org/show_bug.cgi?id=13304

--- Comment #5 from Denis <den_lin at posteo.de> ---
(In reply to Fabian Nowak from comment #4)
> Seems like you have spaces in your mount point? Is it very long? I don't
> succeed in having "echo" be part of the mount point name as you do.
> 
> user at host:/mnt$ mkdir "my test drive"
> user at host:/mnt$ umount my\ test\ drive
> umount: /mnt/my test drive: not mounted
> user at host:/mnt$ umount my\ test\ drive; echo $?
> umount: /mnt/my test drive: not mounted
> 1
> user at host:/mnt$ umount "my test drive"; echo $?
> umount: /mnt/my test drive: not mounted
> 1
> user at host:/mnt$ umount my test drive; echo $?
> umount: my: Datei oder Verzeichnis nicht gefunden
> 1
> user at host:/mnt$ 
> 
> 
> Maybe you can seperate the two commands; first umount and then as a new
> command echo $?. The latter result is what I am especially interested in;
> and maybe there are some problems inside the mount plugin with special mount
> point names. Would you mind telling the name of the mount point? At least as
> a schema?

I'm sorry - turns out I forgot the semicolon after the mount point, that's
where the output "umount: echo: No such file or directory" stemmed from. Sorry
for wasting your time. When typed correctly, "umount /run/media/denis/ASSORTED;
echo $?" produces just "0".

The same results if I first umount and then as a new command "echo $?". 

I have no spaces in my mount point. I have given the path above, it's
/run/media/denis/ASSORTED.
ASSORTED is the label of this flash drive, and thunar-volman authomatically
assigns where to mount it.

The problem with the plugin not unmounting this flash drive still stands - this
at least wasn't my mistake.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the Goodies-dev mailing list