我无法输入我的 sshfs,但我确定连接正常并且目标存在。每个文件操作都失败并显示Input/output error.
sshfs 输出:
$ sshfs -p 7292 server:/in/vm/dir ~/vm_dir -d
FUSE library version: 2.9.2
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.20
flags=0x000017fb
max_readahead=0x00020000
INIT: 7.19
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
max_background=0
congestion_threshold=0
unique: 1, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56, pid: 2287
getattr /
unique: 3, opcode: OPENDIR (27), nodeid: 1, insize: 48, pid: 21063
unique: 3, success, outsize: 32
unique: 4, opcode: LOOKUP (1), nodeid: 1, insize: 57, pid: 2288
LOOKUP /.xdg-volume-info
getattr /.xdg-volume-info
unique: 2, success, outsize: 120
unique: 4, error: -2 (No such file or directory), outsize: 16
unique: 5, opcode: RELEASEDIR (29), nodeid: 1, insize: 64, pid: 0
unique: 5, success, outsize: 16
Run Code Online (Sandbox Code Playgroud)
error: -2 (No such file or directory)
Run Code Online (Sandbox Code Playgroud)
表明远程目录不存在。检查它/in/vm/dir是否存在,并且不是符号链接。如果它是符号链接,则必须包含尾部斜杠,如 中所示/in/vm/dir/。
| 归档时间: |
|
| 查看次数: |
4962 次 |
| 最近记录: |