sshfs: erro de entrada / saída

3

Não consigo digitar meu sshfs, embora tenha certeza de que a conexão está correta e o destino existe. Toda operação de arquivo falha com Input/output error .

saídas 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
    
por phihag 12.12.2012 / 06:54

1 resposta

2
error: -2 (No such file or directory)

indica que o diretório remoto não está presente. Verifique se /in/vm/dir está presente e se não é um link simbólico. Se for um symlink, você deve incluir a barra final, como em /in/vm/dir/ .

    
por 12.12.2012 / 06:54

Tags