Tagged Questions
4
votes
1answer
91 views
Experiences with using `dd` to copy multi-partition, multi-FS device
I have a disc with several partitions on, each of which has a different kind of file system (ext3, ext4, and, let's say, NTFS). I want to know if I can copy the whole disc to a new one (which is of ...
2
votes
2answers
921 views
Mounting a linux image built with “dd” on Mac OSX 10.7 [closed]
I recently did a
ssh root@myserver "dd if=/dev/xvda " | dd of=/<localpath>/myimage.img
as instructed by my VPS server docs at linode. I did this before to another linux system and mounted it ...