Questions tagged [disk-image]

a disk-image is an exact copy of a disk, partition or volume, or the process of making such a copy.

A disk-image is an exact copy of a disk, partition or volume, or the process of making such a copy.

244 questions
1
vote
5 answers

Network booting solution

I'm looking for preferably free/open source solution for booting from network. What I need to do is: Have a boot manager check specified folder on a server. If there's a file named f.e.: "image.img", then the manager will boot from it. The image…
arul
  • 193
  • 1
  • 3
  • 7
1
vote
2 answers

Is HD, SSD or SD card cloning a good practice?

Cloning is very convenient if multiple identical systems need to be created. But I have the following concern. As far as I know during formatting of file system and even during it's use a bad disk sector can be marked as "bad" by the file system.…
Linas
  • 19
  • 2
1
vote
1 answer

Obtain an offline image of an Xserve disk

We have an Intel Xserve with Mac OS X 10.4. It seems to have been infected by a virus. We want to obtain the disk image without booting into the OS. Preferably, we would want to boot via a USB disk or dongle. Any suggestions?
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
1
vote
2 answers

Adding custom package in Centos 6 DVD/CD

I am trying to include my custom build package in the CentOS installer DVD/CD. I am able to respine the DVD with my Kickstart file. The automated kickstart installation works fine, however, when I try to include my package in the Package dir and…
chandank
  • 847
  • 3
  • 14
  • 31
1
vote
1 answer

Problems cloning a bootable disk

I have an 80gb hard drive that is quite old, I expect it to fail soon. So I am trying to clone it to a bigger, newer disk or simply make a virtual machine out of it. I used various tools to clone my disk, Disk2vhd and Acronis TrueImage. Both have…
1
vote
1 answer

DD broke my whole partition - boot failed: not a bootable disk . Any way to recover it?

Im kind of freaking out here, if anyone can help me please help me... This happened to a Windows 2012 KVM virtual machine. I had a very important database running in it, if I could only recover that DB it would be great. The VM was struggling…
1
vote
1 answer

Trying to get a local copy of my Linodes disk image but getting permission denied when logging in via SSH

I'm following this guide so I can download a copy of the disk image as I want to migrate to another host. When I get to the stage where this command needs to be entered: ssh root@123.45.67.89 "dd if=/dev/xvda " | dd…
Theo
  • 19
  • 1
1
vote
1 answer

ddrescue - cloning a device

I am running the following command [root@localhost ~]# ddrescue -vf /dev/sdf /dev/sdg rescue.log Do I need to do anything else after that to make the drive bootable? One place said I should do a second pass with: ddrescue -d -r3 /dev/sdf /dev/sdg…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
1
vote
2 answers

Windows server detected error with hard disk

We have hosting Windows server 2008 R2 and I am working as admin in small company. The server is hanging and restarting as the hard disk seems to be damaged due to power fluctutaion(though having inverter) as it's showing the below error message on…
user53864
  • 1,723
  • 11
  • 37
  • 66
1
vote
3 answers

Solaris 10: How to image a machine?

I've got a Solaris 10 workstation that I'd like to create a full image backup from. The machine has 2 drives, one UFS for system root, and 1 ZFS for data storage. I intend to add a third HD to keep the backup images of both primary drives…
nonot1
  • 1,099
  • 1
  • 12
  • 16
1
vote
1 answer

hiberfil.sys and pagefile.sys... rebuilt on boot?

I need to take an image of a drive. I'm working from a bootable CD, so I have the option to decruft before taking the image. The Windows installation on the drive has both hyberfil.sys and pagefile.sys which I would rather not include in the image.…
spender
  • 368
  • 1
  • 3
  • 13
1
vote
3 answers

Can cloning a hard disk drive to a SSD drive physically damage the SSD or the performance of the SSD?

I have a new SSD drive, I want to use it to replace the old mechanical hard disk drive in a laptop. The laptop had a new O/S (Windows 7 64-bit) installed about 9 months ago and I want to know if it's worth the effort to reinstall the O/S or if I can…
1
vote
2 answers

Is there another way of installing an operating system from an ISO File without using Datastore ISO file

I am trying to install a Windows 7 on an empty virtual machine with the VMware Infrastucture Client. Because I do not have the image on the Datastore, I am looking for an alternative. Is there another way of installing an operating system from an…
Rookian
  • 111
  • 5
1
vote
0 answers

Imaging LVM-based Linux system to new computer: UUIDs change?

We are attempting to use Acronis TrueImage to copy the hard drive from one standalone Red Hat Enterprise Linux 5.5-based computer across to two others as part of a production operation. We are using a single SATA drive with no RAID and no network…
qid
  • 111
  • 4
1
vote
1 answer

Creating Custom ISO Images

I am working on creating some custom ISO images using primarily Fedora and CentOS. I want the image to be a bootable live CD with some specific files on it. I also want it to have the option to be able to be downloaded to the hard drive. I've read…
user22492