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

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Jan 24 20:33:55 CET 2017


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

--- Comment #4 from Fabian Nowak <timystery at arcor.de> ---
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?

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


More information about the Goodies-dev mailing list