<?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: can I copy the whole hard disk using Knoppix Live Evaluation ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094317#M7289</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Just like Dave wrote just check&lt;BR /&gt;when you mount local disk that you specify&lt;BR /&gt;the wright filesystem that the HD is.&lt;BR /&gt;Because if your HD is not ntfs then it&lt;BR /&gt;would work.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
    <pubDate>Sat, 18 Oct 2003 12:50:17 GMT</pubDate>
    <dc:creator>Caesar_3</dc:creator>
    <dc:date>2003-10-18T12:50:17Z</dc:date>
    <item>
      <title>can I copy the whole hard disk using Knoppix Live Evaluation ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094315#M7287</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;can I copy the whole hard disk over LAN with nfs using Knoppix Live Evaluation ?&lt;BR /&gt;&lt;BR /&gt;I tried today, but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;has someone any EXPERIENCE in this case ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris   &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 14:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094315#M7287</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2003-10-15T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: can I copy the whole hard disk using Knoppix Live Evaluation ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094316#M7288</link>
      <description>Ya this should be no problem.  I have copied lots of stuff off of hard drives using knoppix and nfs. &lt;BR /&gt;&lt;BR /&gt;Here are the steps.&lt;BR /&gt;&lt;BR /&gt;you start as users knoppix but you need to be root for most of this so"&lt;BR /&gt;&lt;BR /&gt;sudo su&lt;BR /&gt;&lt;BR /&gt;first things first mount the local harddrive that you want to copy to the nfs drive:&lt;BR /&gt;&lt;BR /&gt;mount -t ntfs -o ro /dev/hda1 /mnt/hda&lt;BR /&gt;&lt;BR /&gt;This mounts the filesystem on the first partition of the first harddrive as ntfs on /mnt/hda.  The reason I used -t ntfs is because I remember you had posted about copying win2k images earlier.  You can just as easily do this with a linux partition.  The -o ro is important because you do not want a typo to accidentally remove all the data on a drive.&lt;BR /&gt;&lt;BR /&gt;Once mounted you will want to mount the nfs drive on your machine.  find a good mount point for this, ie. /tmp/nfs-drive, it doesn't really matter where.  Use a command such as this:&lt;BR /&gt;&lt;BR /&gt;mount -t nfs -o rw,rsize=32768,wsize=32768,hard hostname:/path/to/nfs/directory /path/to/mount/point&lt;BR /&gt;&lt;BR /&gt;The reason for all the options in the nfs mount is to increase the performance and reliability somewhat.  They are not strictly necessary so if you get a problem because of it just remove them, all of them except for rw of course ;)&lt;BR /&gt;&lt;BR /&gt;Now you can use whatever method you want to copy the files, cp -a, cpio, tar, star, dd.  I have used cp -a before and it worked fine, here is the command I would use:&lt;BR /&gt;&lt;BR /&gt;cp -a /mnt/hda /mnt/nfs&lt;BR /&gt;&lt;BR /&gt;and then I would go for coffee or maybe a hair cut or something cause it could take a while to complete.&lt;BR /&gt;&lt;BR /&gt;I hope that helps,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 16 Oct 2003 12:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094316#M7288</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2003-10-16T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: can I copy the whole hard disk using Knoppix Live Evaluation ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094317#M7289</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Just like Dave wrote just check&lt;BR /&gt;when you mount local disk that you specify&lt;BR /&gt;the wright filesystem that the HD is.&lt;BR /&gt;Because if your HD is not ntfs then it&lt;BR /&gt;would work.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sat, 18 Oct 2003 12:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-i-copy-the-whole-hard-disk-using-knoppix-live-evaluation/m-p/3094317#M7289</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-10-18T12:50:17Z</dc:date>
    </item>
  </channel>
</rss>

