Zucca
Group: Members
Posts: 524
Joined: Feb. 2006 |
|
Posted: Feb. 23 2007,23:00 |
|
Some things in UNIX world just are more simple than in Windows world. =)
But on to next question: Let's say: I have my hard disk image named hd.iso. I want to put all the data back from it to hda. I have made the image like this:Code Sample | dd if=/dev/hda of=hd.iso |
If I do this:Code Sample | cat hd.iso >> /dev/hda | I belive it writes all the data back to it (boot sector, partition table, contents, etc...)?
But if I create image from a partition (for example /dev/hda1) it includes only the contents of that partition (excluding partition info, bootsector; but including file permissions)?
Back in the days when I used Macintosh I could create CD:s with partitions more than one. So if I had 650Mb hard disk around here divided to two or more partitions and I make image of it. Then burn to CD. The CD would have those partitions? If so, how would the partitions be shown in /dev?
-------------- Do you have it? - http://dy.fi/mak
|