Recently, I received a call from client about FTP server not working. Basically, someone was trying to
access networked file system mounts such as cifs and nfs via ftp. This is bad idea and it will result into problems because it is not supported by many applications (I'm not talking about cluster file system here). There are many issues with this kind of weird setup:
+ Permission problem
+ I/O Problem
+ Performance issue etc
Some FTP server do offer work around but I don't recommend exporting networked file system via another file system.
Bottom line, don't mix networked file system with each other.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!


{ 3 comments… read them below or add one }
Well. I’ve been doing this with Openbsd’s sftp (chroot) and nfs. It seemed to work well.
The problem you are facing can have differant couses:
- Make sure you have ntfs-3g installed (using Synaptic) so you can read/write ntfs.
- By using gFTP (multithreaded FTP client) the security isues will be solved.
- http://www.howtoforge.com is a very usefull site to find the right answer for the distro you are using.
Greets
Who said anything about NTFS? He’s talking about NFS.