>> describe how do you mount and show vsftpd's config

ON> in /etc/fstab:

ON> /dev/sda4       /mnt/internal_storage_1 xfs defaults 0 2
ON> UUID=e241f3f5-9243-4ac1-819c-82bd9c15adaf /mnt/external_storage_1 xfs 
defaults
ON> 0 2
ON> mhddfs#/mnt/internal_storage_1,/mnt/external_storage_1 /srv fuse
ON> defaults,allow_other 0 0

ON> in /etc/vsftpd.conf:

ON> listen=YES
ON> write_enable=YES
ON> anonymous_enable=YES
ON> anon_world_readable_only=NO
ON> no_anon_password=YES
ON> anon_root=/srv/ftp/
ON> anon_umask=077
ON> anon_max_rate=786432
ON> local_enable=YES
ON> anon_upload_enable=YES
ON> anon_mkdir_write_enable=YES
ON> anon_other_write_enable=NO
ON> dirmessage_enable=YES
ON> xferlog_enable=YES
ON> connect_from_port_20=YES
ON> chown_uploads=YES
ON> chown_username=ftp
ON> ftpd_banner=Welcome to omega FTP server
ON> secure_chroot_dir=/var/run/vsftpd
ON> pam_service_name=vsftpd
ON> rsa_cert_file=/etc/ssl/certs/vsftpd.pem

I installed vsftpd with Your config and it works fine.

Could You send me Your /etc/fuse.conf too?

and show permissions for each of directories

ls -ld /mnt/internal_storage_1
ls -ld /mnt/external_storage_1

I think that Your directory /mnt/internal_storage_1 has 0555
permissions that is why You have this problem :)

PS: Current mhddfs (from testing) has a few fixes, use it instead
stable, these changes aren't RC, but can be important enough
-- 
... mpd is off

. ''`.                               Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’              GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537

Attachment: signature.asc
Description: Digital signature

Reply via email to