Exporting Networked File Systems Via Another Networked File System
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 may also be interested in other helpful articles:
- OpenSSH Root user account restriction - revisited
- Red Hat Enterprise Linux Security: An Updated autofs Package Available
- Howto: Linux NFSv4 distributed file system access tutorial
- Back to basis: Understanding grid computing
- Download of the day: AcetoneISO - extract, browse ISO and other CD/DVD formats under Linux
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: bad idea, cifs, cluster file system, ftp, networked file system, nfs, performance, performance issue, permission problem



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.