-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Jan 05, 2018 at 10:15:45AM -0600, Richard Owlett wrote: > On 01/05/2018 09:55 AM, Thomas Schmitt wrote: > >Hi, > > > >Richard Owlett wrote: > >>root@stretch17oct2017:/home/richard# mount /dev/sr1 > >>/home/richard/Desktop/testcd > >>... > >>>E: Type 'file:/home/richard/Desktop/testdvd' is not known on line 2 in > > > >"testcd" is not the same as "testdvd". > >(Copy+paste error or the cause of your problem ?) > > > > > Now findmnt returns > ├─/media/richard/Debian 9.1.0 i386 1 /dev/sr1 iso9660 > ro,nosuid,nodev,relatime,uid=1000,gid=1000, > ├─/home/richard/Desktop/testcd /dev/sr1 iso9660 > ro,relatime,uid=1000,gid=1000,iocharset=utf > └─/home/richard/Desktop/testdvd /dev/sr1 iso9660 > ro,relatime,uid=1000,gid=1000,iocharset=utf > > I had tried "umount /media/richard/Debian 9.1.0 i386 1", but umount > objected to the spaces in the file name.
I don't know about Synaptics, but for the command line you have to put a file name in quotes whenever it contains spaces (this is due to the shell separating arguments (by default) at whitespace: umount sees four arguments then: "/media/richard/Debian", "9.1.0", "i386" and "1". None of those are a mount point or device (lucky you ;), thus umount complains). Regards - -- t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlpPp9wACgkQBcgs9XrR2kbBWQCcDLa+ZEXeo9mhdFMa2SrUMjtn YNwAn3qimJVHKfuHM4JZ8yYMEaoM8YDk =WOSs -----END PGP SIGNATURE-----

