Exporting Networked File Systems Via Another Networked File System

by Vivek Gite on July 18, 2008 · 3 comments

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:

Share this with other sys admins!
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 }

1 The Chosen One July 18, 2008

Well. I’ve been doing this with Openbsd’s sftp (chroot) and nfs. It seemed to work well.

Reply

2 Pinguinpat July 19, 2008

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

Reply

3 Nugent Niggington July 23, 2008

Who said anything about NTFS? He’s talking about NFS.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 10 + 11 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: