About nixCraft

Topics

Exporting Networked File Systems Via Another Networked File System

Posted by Vivek Gite [Last updated: July 18, 2008]

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.

Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. The Chosen One Says:

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

  2. Pinguinpat Says:

    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

  3. Nugent Niggington Says:

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

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!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , ,

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.