On Wed, Feb 25, 2015 at 5:01 PM, Mathieu Malaterre <ma...@debian.org> wrote: > retitle -1 usbmount: Can't mount ntfs drive (Transport endpoint is not > connected) > > Actually when playing a little more, if you are quick you can see two > things (unplug/plug the usb key): > > If you are quickl enough: > $ ls /media/usb0 > -> properly list the files > > Then a few seconds later: > $ ls /media/usb0 > /bin/ls: cannot access /media/usb0: Transport endpoint is not connected
What's really annoying is that I can no longer mount by hand: $ sudo mount -tntfs -onoexec,nodev,noatime,nodiratime /dev/sdf1 /tmp/foo Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command. I need to first `umount` it (even if it does not appear in `df` output). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org