I am considering similar setup for ftp users, separate directories on external usb fat32 disk, one private directory for each user, and some common (pub) directories for more general ftp access. There is however a problem for fat32 partition as it does not support setting access permissions on dirs and files. It may be possibly done using symlinks (or hardlinks?) from users home dirs on ext2 partition to dirs on mounted fat32 and setting access permission on this links, but i am not sure as i am no experienced linux user and not tried it yet myself. I want use this "symlinks method" to grant access for selected ftp users to some shared dirs by creating symlinks from their homes to those dirs too. I dont want my usb disk to be all etx2 formated, as i want use it on windows machine directly too. Can some experienced linux user comment this possible solution?


Reply With Quote