<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: which one is fastest smb/nfs/ftp/scp in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182623#M63896</link>
    <description>Thanks everyone for help.&lt;BR /&gt;Yes I have experiment all, but I used to ask questions because by design I am unfortunately not a techy.&lt;BR /&gt;&lt;BR /&gt;And I have always found very rich suggestions/advices from this forum.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
    <pubDate>Sat, 19 Apr 2008 04:06:24 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-04-19T04:06:24Z</dc:date>
    <item>
      <title>which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182619#M63892</link>
      <description>Dear Experts,&lt;BR /&gt;have to move large file across linux boxes.&lt;BR /&gt;&lt;BR /&gt;which one is fastest (for upload/download)&lt;BR /&gt;1, ftp server&lt;BR /&gt;2, samba server&lt;BR /&gt;3, nfs server&lt;BR /&gt;4, ssh server&lt;BR /&gt;&lt;BR /&gt;security it not an issue. these machines are totally isolated(testing machines) in the labs.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 18 Apr 2008 11:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182619#M63892</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-04-18T11:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182620#M63893</link>
      <description>as per me nfs is fastest.</description>
      <pubDate>Fri, 18 Apr 2008 11:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182620#M63893</guid>
      <dc:creator>Change_happens</dc:creator>
      <dc:date>2008-04-18T11:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182621#M63894</link>
      <description>Why not run the experiment to find the actual&lt;BR /&gt;answer, instead of asking for opinions from&lt;BR /&gt;people who can know but little of your&lt;BR /&gt;environment?&lt;BR /&gt;&lt;BR /&gt;You left out "rcp".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; security it not an issue. [...]&lt;BR /&gt;&lt;BR /&gt;Then I'd expect ssh/scp to add some&lt;BR /&gt;unnecessary overhead.&lt;BR /&gt;&lt;BR /&gt;Samba was intended for use with Windows&lt;BR /&gt;systems.  I wouldn't drag it into a&lt;BR /&gt;Linux-Linux transaction.&lt;BR /&gt;&lt;BR /&gt;If your CPUs are faster than your network,&lt;BR /&gt;you might find it helpful to compress the&lt;BR /&gt;data before the transfer (and expand them&lt;BR /&gt;after).  If your CPUs are very fast, you&lt;BR /&gt;might gain more from bzip2, which probably&lt;BR /&gt;compresses better than gzip.</description>
      <pubDate>Fri, 18 Apr 2008 11:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182621#M63894</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-18T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182622#M63895</link>
      <description>I normally use rsh to move large files. This is because in that way, I can control the block size of the transfer using the dd command, for example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sourcehost# dd if=bigfile bs=256k | rsh dsthost dd of=/path/to/bigfile bs=256k&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2008 12:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182622#M63895</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-04-18T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182623#M63896</link>
      <description>Thanks everyone for help.&lt;BR /&gt;Yes I have experiment all, but I used to ask questions because by design I am unfortunately not a techy.&lt;BR /&gt;&lt;BR /&gt;And I have always found very rich suggestions/advices from this forum.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Apr 2008 04:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182623#M63896</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-04-19T04:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182624#M63897</link>
      <description>hi Maaz,&lt;BR /&gt;&lt;BR /&gt;if possible also look into the possibility of compressing the files before the transfer. You should experience a considerable gain in the transfer times in either option selected.&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 19 Apr 2008 06:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182624#M63897</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-04-19T06:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182625#M63898</link>
      <description>&amp;gt;Ivan: I can control the block size of the transfer using the dd command, for example:&lt;BR /&gt;&amp;gt;dd if=bigfile bs=256k | rsh dsthost dd of=/path/to/bigfile bs=256k&lt;BR /&gt;&lt;BR /&gt;Does this really work?  I would have thought this would be limited by the size of the pipe.&lt;BR /&gt;On HP-UX the size is a trivial 8 Kb.</description>
      <pubDate>Sat, 19 Apr 2008 09:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182625#M63898</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-19T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: which one is fastest smb/nfs/ftp/scp</title>
      <link>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182626#M63899</link>
      <description>&amp;gt; if possible also look into the possibility&lt;BR /&gt;&amp;gt; of compressing the files before the&lt;BR /&gt;&amp;gt; transfer. [...]&lt;BR /&gt;&lt;BR /&gt;Whoa.  Why didn't I think of that?&lt;BR /&gt;&lt;BR /&gt;No, wait...</description>
      <pubDate>Sat, 19 Apr 2008 13:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/which-one-is-fastest-smb-nfs-ftp-scp/m-p/4182626#M63899</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-19T13:22:32Z</dc:date>
    </item>
  </channel>
</rss>

