autofsとsshfsが機能しなくなった[終了]
閉まっている。この質問はトピックから外れています。現在、回答を受け付けていません。 この質問を改善してみませんか? 質問を更新して、 Unix&Linux Stack Exchangeのトピックとなるようにしてください。 6年前休業。 Ubuntu 12.04から12.10にアップグレードしました。その前に、私はautofs設定をバックアップしました。古いもの/etc/auto.masterから新しいものに行を追加しました: +dir:/etc/auto.master.d +auto.master /mnt /etc/auto.sshfs uid=1000,gid=1000,--timeout=30,--ghost,--verbose 私/etc/auto.sshfsはこのように見えます: mymount -fstype=fuse,rw,nodev,nonempty,noatime,allow_other,max_read=65536 :sshfs\#myuser@mydomain:/mnt/mymount これを手動で試してみたConnetion reset by peerので、オプションを追加しましたIdentityFile=/home/myuser/.ssh/id_rsa。今、これは私が/mnt(manualとautofsの両方で)アクセスしようとすると起こります: myuser@laptop /mnt % la ls: cannot access mymount: No such file or directory total 4 drwxr-xr-x 3 root root 0 Oct 19 10:34 ./ drwxr-xr-x 25 root root …