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.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 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.