Hi,
I have a local directory that I am trying to delete, but I get this message:
rm -R /media/usbstick
rm: cannot remove `/media/usbstick': Transport endpoint is not connected
A ls -l output:
ls -l /media/
ls: cannot access /media/usbstick: Transport endpoint is not connected
total 8
d????????? ? ? ? ? ? usbstick
drwxrwxrwx 1 root root 8192 Apr 24 11:40 windows
The filesystem is ext4. How can I delete the folder? Can I hex edit it and somehow but the correct info in so it has the same stats as the windows folder? Then I would be able to at least delete it.
Thanks

