<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using NTFSClone to clone NTFS volumes super fast</title>
	<atom:link href="http://deadlytechnology.com/linux/using-ntfsclone/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadlytechnology.com/linux/using-ntfsclone/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: MasBlaMan</title>
		<link>http://deadlytechnology.com/linux/using-ntfsclone/comment-page-1/#comment-1226</link>
		<dc:creator>MasBlaMan</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/linux/using-ntfsclone/#comment-1226</guid>
		<description>use nfts-3g /path/to/file.img /mnt

dont use losetup</description>
		<content:encoded><![CDATA[<p>use nfts-3g /path/to/file.img /mnt</p>
<p>dont use losetup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://deadlytechnology.com/linux/using-ntfsclone/comment-page-1/#comment-592</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 09 May 2010 22:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/linux/using-ntfsclone/#comment-592</guid>
		<description>Great article, used this to setup a backup system for a computer lab</description>
		<content:encoded><![CDATA[<p>Great article, used this to setup a backup system for a computer lab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://deadlytechnology.com/linux/using-ntfsclone/comment-page-1/#comment-516</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/linux/using-ntfsclone/#comment-516</guid>
		<description>So, I tried this and am now completely confused. It appears that ntfsclone has copied the boot sector of the disk. When I try to restore it, it complains about a bad magic number. When I perform a bit more investigation, I get this:
root# losetup /dev/loop0 /backup.img
root# fdisk -l /dev/loop0

Disk /dev/loop0: 574 MB, 574324736 bytes
255 heads, 63 sectors/track, 69 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x75e975e9

      Device Boot      Start         End      Blocks   Id  System
/dev/loop0p1   *           1        1467    11783646    7  HPFS/NTFS
Partition 1 has different physical/logical endings:
     phys=(1023, 254, 63) logical=(1466, 254, 63)

If I try to mount the first partition, I get this:
root# losetup -d /dev/loop0
root# losetup -o32256 /dev/loop0 /backup.img
root# mount -t ntfs -o ro /dev/loop0 /media/dell
Failed to read last sector (23567291): Invalid argument
Perhaps the volume is a RAID/LDM but it wasn&#039;t setup yet, or the
wrong device was used, or the partition table is incorrect.
Failed to mount &#039;/dev/loop0&#039;: Invalid argument
The device &#039;/dev/loop0&#039; doesn&#039;t have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
 The sparse nature of the image will not allow a mount and the FAT will not allow a restore. Is there any hope?</description>
		<content:encoded><![CDATA[<p>So, I tried this and am now completely confused. It appears that ntfsclone has copied the boot sector of the disk. When I try to restore it, it complains about a bad magic number. When I perform a bit more investigation, I get this:<br />
root# losetup /dev/loop0 /backup.img<br />
root# fdisk -l /dev/loop0</p>
<p>Disk /dev/loop0: 574 MB, 574324736 bytes<br />
255 heads, 63 sectors/track, 69 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x75e975e9</p>
<p>      Device Boot      Start         End      Blocks   Id  System<br />
/dev/loop0p1   *           1        1467    11783646    7  HPFS/NTFS<br />
Partition 1 has different physical/logical endings:<br />
     phys=(1023, 254, 63) logical=(1466, 254, 63)</p>
<p>If I try to mount the first partition, I get this:<br />
root# losetup -d /dev/loop0<br />
root# losetup -o32256 /dev/loop0 /backup.img<br />
root# mount -t ntfs -o ro /dev/loop0 /media/dell<br />
Failed to read last sector (23567291): Invalid argument<br />
Perhaps the volume is a RAID/LDM but it wasn&#8217;t setup yet, or the<br />
wrong device was used, or the partition table is incorrect.<br />
Failed to mount &#8216;/dev/loop0&#8242;: Invalid argument<br />
The device &#8216;/dev/loop0&#8242; doesn&#8217;t have a valid NTFS.<br />
Maybe you selected the wrong device? Or the whole disk instead of a<br />
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?<br />
 The sparse nature of the image will not allow a mount and the FAT will not allow a restore. Is there any hope?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llama</title>
		<link>http://deadlytechnology.com/linux/using-ntfsclone/comment-page-1/#comment-99</link>
		<dc:creator>llama</dc:creator>
		<pubDate>Tue, 23 Dec 2008 08:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/linux/using-ntfsclone/#comment-99</guid>
		<description>@linux tips:
Yes, but ntfsclone saves space by not saving the empty space to its image file</description>
		<content:encoded><![CDATA[<p>@linux tips:<br />
Yes, but ntfsclone saves space by not saving the empty space to its image file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linux tips</title>
		<link>http://deadlytechnology.com/linux/using-ntfsclone/comment-page-1/#comment-98</link>
		<dc:creator>linux tips</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://deadlytechnology.com/linux/using-ntfsclone/#comment-98</guid>
		<description>Great tip. You can probablyt also use the dd command in Linux to diskcopy an ntfs partittion.</description>
		<content:encoded><![CDATA[<p>Great tip. You can probablyt also use the dd command in Linux to diskcopy an ntfs partittion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: deadlytechnology.com @ 2012-02-10 19:08:57 -->
