<?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: Basic Working difference between Windows Copy and linux copy in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701929#M59527</link>
    <description>Lucifer Megacruel.&lt;BR /&gt;&lt;BR /&gt;Truly Evil.&lt;BR /&gt;&lt;BR /&gt;Lol!  ;^))&lt;BR /&gt;&lt;BR /&gt;You made my day man!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Jan 2011 13:54:24 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-01-07T13:54:24Z</dc:date>
    <item>
      <title>Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701921#M59519</link>
      <description>can anyone tell me what is the basic working difference between a Windows copy and linux copy ?&lt;BR /&gt;&lt;BR /&gt;Thanxs in Advance</description>
      <pubDate>Wed, 20 Oct 2010 07:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701921#M59519</guid>
      <dc:creator>Prasanjit Shome</dc:creator>
      <dc:date>2010-10-20T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701922#M59520</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;On the pure OS level, its not that different. Its just i/o at a certain block size.&lt;BR /&gt;&lt;BR /&gt;What skews performance data however is the GUI windows has to support and work with. Linux overhead is lower so generally things like file copy will work more quickly. There are of course exceptions to every general rule.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Oct 2010 14:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701922#M59520</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-20T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701923#M59521</link>
      <description>You will need to expound on what you mean by Windows Copy sir. Because there are multiple ways Copies (file/tree) copies are done on Windows and there could be some basic differences between Linux and Windows.&lt;BR /&gt;&lt;BR /&gt;Windows Explorer (aka File Manager or File Explorer) copies in the fashion of Copy/Cut and Paste could be similar to a Linux GUI aided copy (via Nautilus or KDE's File Manager or equiv).&lt;BR /&gt;&lt;BR /&gt;On the Windows Command Line (aka DOS or CMD32/64) - you have COPY.EXE and XCOPY.EXE. On Linux Command Line - you have a "cp" which performs the functionaility of both COPY.EXE and XCOPY.EXE. You also have "dd" for copying large files and which could be faster as it can do Direct IO (cacheless wriets). Both cp, XCOPY/COPY.EXE likely use the same basic tenets of FileIO. For tree/recursive copies -- both likely uses arrays to recurse the copy and which could have the same limitations in dealing with so called gazillion nested trees.&lt;BR /&gt;&lt;BR /&gt;So there ya go - basic working differences between the 2 platforms.&lt;BR /&gt;&lt;BR /&gt;And Shalom.</description>
      <pubDate>Wed, 20 Oct 2010 14:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701923#M59521</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-10-20T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701924#M59522</link>
      <description>how many ways are there to copy a file? the process will be much the same between any platform.&lt;BR /&gt;&lt;BR /&gt;things that make the difference are the filesystem used, the OS IO layer, which are ofcourse different and contribute to a difference in performance (but not in the actual copy process itself).</description>
      <pubDate>Thu, 21 Oct 2010 06:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701924#M59522</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-10-21T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701925#M59523</link>
      <description>By Windows copy, he means at most a copy command executed via Windows software command, on a Windows file system.  At the very least, he means a copy command on a Windows file system.  Not that it matters that much, if it is on a Windows file system, whatever method the copy, underneath the covers, you're stilling using Windows OS file I/O primitives to get the work done (yeah, I wanted to say DOS at this point, but I held back).&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Fri, 22 Oct 2010 20:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701925#M59523</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-10-22T20:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701926#M59524</link>
      <description>TwoProc,&lt;BR /&gt;&lt;BR /&gt;I dont think Windows Explorer (aka File Explorer) &lt;BR /&gt;copies" on windows use the same "primitives" as the DOS/CMD32/CMD64 - COPY.EXE or XCOPY.EXE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just like Nautilus or FIle manager on UNIX/Linux - GUI driven file copies could be different IMHO, I still remember my memory use increasing when using a GUI copy under Wndows or UNIX/Linux GUI. (the case of those gazillionm files and trees filesystems).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701926#M59524</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-10-25T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701927#M59525</link>
      <description>haa haa i like the quest.&lt;BR /&gt;&lt;BR /&gt;If i am not wrong, windows will not check for free space available before copying data.&lt;BR /&gt;&lt;BR /&gt;i am not sure...... :(</description>
      <pubDate>Thu, 25 Nov 2010 04:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701927#M59525</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-11-25T04:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701928#M59526</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Windows generally used to use the FAT file system , ie  FAT file system is very easy to implement and understand. A  windows disk looks like this (Taking the example of a floppy since it is the easiest to understand )&lt;BR /&gt;&lt;BR /&gt;[Boot Block][Fat table1][Fat table2][Root Directory] [ Rest of Data]&lt;BR /&gt;&lt;BR /&gt;The boot block is 512 bytes in length and should have a  signature 0x55aa (remember intel x86 is little endian) &lt;BR /&gt;&lt;BR /&gt;a boot sector would look some thing like things&lt;BR /&gt;org 0x7c00&lt;BR /&gt;jmp start&lt;BR /&gt;&lt;BR /&gt;; BIOS Parameter block&lt;BR /&gt;&lt;BR /&gt;start:&lt;BR /&gt;   ; enable a20 line&lt;BR /&gt;   ; set up  a dummy gdt &lt;BR /&gt;   ; and enter protected&lt;BR /&gt;   ; read few clusters using bios 13 h service ( basically load the loader into memory)&lt;BR /&gt;   ; jump to the os loader code &lt;BR /&gt;&lt;BR /&gt;times db 512-($-$$) 0  ; Pad rest of the bytes with zero&lt;BR /&gt;&lt;BR /&gt;dw 0xaa55&lt;BR /&gt;&lt;BR /&gt;BPB contains media related information. Each file has a entry in the root directory area called the directory entry. The directory entry in contains a field called the first cluster number&lt;BR /&gt;FatTable1[cluster_number] will give the next cluster number. &lt;BR /&gt;&lt;BR /&gt;So to copy a file , you basically need to create a directory entry and set the fat table accordingly with new set of clusters containing the duplicate data of the first file :) . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Linux supports many file systems as long as you implement the vfs interface you can implement your own fs as well. Which FS are you talking about here ? &lt;BR /&gt;&lt;BR /&gt;Truly Evil &lt;BR /&gt;Lucifer Megacruel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jan 2011 06:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701928#M59526</guid>
      <dc:creator>Lucifer Megacruel</dc:creator>
      <dc:date>2011-01-07T06:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701929#M59527</link>
      <description>Lucifer Megacruel.&lt;BR /&gt;&lt;BR /&gt;Truly Evil.&lt;BR /&gt;&lt;BR /&gt;Lol!  ;^))&lt;BR /&gt;&lt;BR /&gt;You made my day man!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jan 2011 13:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701929#M59527</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-07T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Working difference between Windows Copy and linux copy</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701930#M59528</link>
      <description>Just for fun Alzhy :)</description>
      <pubDate>Mon, 31 Jan 2011 11:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-working-difference-between-windows-copy-and-linux-copy/m-p/4701930#M59528</guid>
      <dc:creator>Lucifer Megacruel</dc:creator>
      <dc:date>2011-01-31T11:07:54Z</dc:date>
    </item>
  </channel>
</rss>

