
[2007-03-08-2]で入れた「sshfs on Darwin」だけど、アンマウントがうまくいかないみたい。
スリープで放置しといたりすると、どうにもならない状態になっちゃう。
mount-sshfsしようとしても
[ERROR] is not directory
って出ちゃう(多分エラーメッセージ中もディレクトリ名が空白になってしまってる)し、umountしようとしても、
umount: ****: not currently mounted
って出ちゃう(****はディレクトリ名、こっちは出る)し、mkdirしようすると当然
mkdir: ****: File exists
なんだけど、ls -laしてもそのディレクトリは存在しない。でもlsすると存在してる。
rmしようとすると
rm: ****: Input/output error
って。
Please specify an absolute path as workaround.
OK) umount /Users/tekezo/sshfs/server1
NG) umount sshfs/server1
Then, you can execute mount_sshfs again.
なるほど。
あ、umountできた。よし。