Net drive (ftp folder mount)

Vargas77

Vu+ Newbie
Hello,
I will try to mount ftp folder to my Solo2 (Blackhole 2.1.0.1). With net drive setup system wrote that folder mounted, but then to view this mounted folder isn't possible (very big lag by opening folder with mediaplayer or file browser). From telnet with command curlftpfs -d ftp://user:pass@ftpserver:port/dir1/dir2 /media/hdd/dir1 got error please see log below:
<<
FUSE library version: 2.8.6
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.18
flags=0x0000047b
max_readahead=0x00020000
INIT: 7.12
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40
unique: 2, opcode: ACCESS (34), nodeid: 1, insize: 48
unique: 2, error: -89 (Function not implemented), outsize: 16
unique: 3, opcode: OPENDIR (27), nodeid: 1, insize: 48
unique: 3, success, outsize: 32
unique: 4, opcode: READDIR (28), nodeid: 1, insize: 80
getdir[0]
ftpfs: operation ftpfs_getdir failed because Input/output error
unique: 4, error: -5 (Input/output error), outsize: 16
unique: 5, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
unique: 5, success, outsize: 16 >>

Any idea?
 
Hello,
I will try to mount ftp folder to my Solo2 (Blackhole 2.1.0.1). With net drive setup system wrote that folder mounted, but then to view this mounted folder isn't possible (very big lag by opening folder with mediaplayer or file browser). From telnet with command curlftpfs -d ftp://user:pass@ftpserver:port/dir1/dir2 /media/hdd/dir1 got error please see log below:
<<
FUSE library version: 2.8.6
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.18
flags=0x0000047b
max_readahead=0x00020000
INIT: 7.12
flags=0x00000011
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40
unique: 2, opcode: ACCESS (34), nodeid: 1, insize: 48
unique: 2, error: -89 (Function not implemented), outsize: 16
unique: 3, opcode: OPENDIR (27), nodeid: 1, insize: 48
unique: 3, success, outsize: 32
unique: 4, opcode: READDIR (28), nodeid: 1, insize: 80
getdir[0]
ftpfs: operation ftpfs_getdir failed because Input/output error
unique: 4, error: -5 (Input/output error), outsize: 16
unique: 5, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
unique: 5, success, outsize: 16 >>

Any idea?


Solved. :) Bad configuration on ftp side (MasqueradeAddress)
 
Back
Top