From 570b57859642d2a7e681bedfdf840d95efaa78f2 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 8 Jan 2023 12:03:00 +0800 Subject: [PATCH] feat: add __fuse/README.md --- __fs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 __fs/README.md diff --git a/__fs/README.md b/__fs/README.md new file mode 100644 index 0000000..6e59bff --- /dev/null +++ b/__fs/README.md @@ -0,0 +1,9 @@ + +warning: could not open directory '__fs/fuser/a/': Device not configured + +```shell +sudo diskutil umount force /path/to/mount +``` + +> https://stackoverflow.com/questions/44110633/device-not-configured-after-sshfs-attempt +