scp vs netatalk, samba, and/or vsftpd with External USB drive
Posted
by
KitsuneYMG
on Server Fault
See other posts from Server Fault
or by KitsuneYMG
Published on 2011-03-15T01:49:24Z
Indexed on
2011/03/17
8:12 UTC
Read the original article
Hit count: 268
I set up a ubuntu server machine to share an ext2 formatted external usb drive. When attempting to copy a single 275MB files from said device through netatalk, I get estimated download rates at around 45 min. With samba and ftp (using vsftpd) I get 1+ hours! Using scp to copy the file results in complete download within 5 minutes. Another option, ssh+cp from external device to ~ and then using netatalk to grab it from there results in a total time of arounf 7 minutes. Does anyone have a clue what is misconfigured?
Assuming that nothing is, is there any fs/pseudo-fs that would use the internal hdd as an intermediate location/onion-layer for the external hdd (for reads only)?
Details: AppleVolumes.default: /mnt/ext USB allow:username cnidscheme:cdb options:usedots,upriv
© Server Fault or respective owner