Osxfuse: Device not configured, not unmountable

Created on 29 Mar 2019  路  1Comment  路  Source: osxfuse/osxfuse

Scenario:

  • Mac loses contact with s3
  • any access results in a "Device not configured" message
  • umount complains of device busy; same for the recommended diskutil unmount
  • lsof does not find the mounted dir - not when specified as device id or mount path

So far, the only way I've found to have it let go is to reboot.

Any recommendations?

Most helpful comment

according to this, the following command does work:

umount -f <path>

>All comments

according to this, the following command does work:

umount -f <path>

Was this page helpful?
0 / 5 - 0 ratings