Re: burning of ntfs partition to a dvd
- From: Douglas Mayne <doug@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 01 Sep 2006 14:39:07 -0600
On Thu, 31 Aug 2006 20:39:47 -0700, robannexs wrote:
Hi all,I think at the very least you need mkisofs (with UDF).
I am trying to burn a ntfs partition (windows xp) lying in /dev/sda2
into a dvd. the partition is 3gb.
What i did:
sudo dd if=/dev/sda2 of=mydvd.iso bs=2048 conv=notrunc
growisofs -dvd-compat -Z /dev/dvdrw=dvd.img
it successfully burnt the image into the disc, or so i assumed because
it did not give me any errors. but I am somehow unable to view the
files in both windows and in linux.
what could be wrong?
Thanks all !
I would use another method to backup. I would use ntfsclone, not dd.
The resulting image file can be saved to any media. Then, the resulting
backup image file can be written to ISO/DVD, etc.
More information about ntfsclone...
Backups made with the simple backup image format can be mounted loopback:
mount -o loop c.img /mnt/c-drive.backup
Backups made with the "special format" saves only the space in use, but
is not directly mountable (as shown above).
The ntfsprogs contain a useful set of tools, including ntfsclone,
ntfsresize. Check it out here:
http://wiki.linux-ntfs.org/doku.php?id=ntfsprogs
--
Douglas Mayne
.
- References:
- burning of ntfs partition to a dvd
- From: robannexs
- burning of ntfs partition to a dvd
- Prev by Date: Knoppix for reading from WinXP - please help
- Next by Date: Re: Filesystem corrupts after power failure
- Previous by thread: Re: burning of ntfs partition to a dvd
- Next by thread: a super grep
- Index(es):
Relevant Pages
|
|