Tagged Questions
8
votes
1answer
139 views
How to re-size partitions in a complete hard drive image?
I have taken a complete image of a hard drive using:
dd if=/dev/sda of=/home/user/harddriveimg bs=4M
It would seem to me, that I should be able to re-size the partitions within it after suitably ...
1
vote
2answers
177 views
Writing data on particular sectors or blocks
Not sure if it's better suited for superuser of serverfault boards, let me know.
I have a drive which I repartitioned with fdisk. Initially there was only one big partition, now there are a number ...
3
votes
4answers
870 views
Comparison of raw block devices
Is there a utility (or some shell magic) that allows me to compare two block devices?
Details: I have one large (0.5 TB) RAID device that I've backed up to a slightly larger SATA device using dd. ...