Questions tagged [image]

200 questions
57
votes
6 answers

Extracting files from Clonezilla images

Is there a way to browse Clonezilla images and extract individual files from them without restoring the whole image?
Ferruccio
  • 2,583
  • 2
  • 19
  • 10
30
votes
4 answers

How do I install 'convert' on a linux system?

My application needs to call 'convert' - http://linux.about.com/od/commands/l/blcmdl1_convert.htm But its not present on my redhat system. How / what do I install?
siliconpi
  • 1,707
  • 6
  • 30
  • 45
30
votes
9 answers

How to make a bootable USB drive out of a bootable DVD or CD

Is there a "universal" way of how you can make a bootable USB drive out of a bootable dvd or cd? What makes a USB drive bootable? What makes a dvd and cd bootable? For example there is a program called UNetBootin which can make bootable USB drives,…
Svish
  • 6,627
  • 14
  • 37
  • 45
26
votes
3 answers

Deploying Windows 10 in an enterprise - how do I remove the pre-installed apps?

I'm trying to deploy some Windows 10 machines at work, and need to remove or disable the pre-installed apps. For some reason, management feels that the Xbox app and Candy Crush Soda Saga (etc.) shouldn't be installed on a corporate…
HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
20
votes
9 answers

Open Source Image Software

I need an open source disk imaging application (something like Ghost or Acronis). Which one would you suggest?
14
votes
6 answers

How to configure IIS for SVG and web testing with Visual Studio?

Let's say I have a simple web page with svg image in it: not working If I make this page as static html page and view it directly svg is displayed. If I type the address of this svg -- it is displayed. But when I make…
greenoldman
  • 313
  • 2
  • 5
  • 14
9
votes
15 answers

What is your recommended disk cloning tool?

Symantec Ghost used to be the tool to use, but from what I read, you no longer get a cli-client, unless you are willing to buy the Ghost Solution Suite at least 5 licenses and have another service running on a server somewhere. So what tool do you…
Zoredache
  • 128,755
  • 40
  • 271
  • 413
8
votes
2 answers

How to mount dd image of digital ocean?

I have created a dd image of /dev/vda using the following command: ssh root@1.2.3.4 "dd if=/dev/vda" | dd of=/home/backup/vda.img and I can't mount it on my local Ubuntu server where I transferred it. I get this in dmesg | tail : [763158.222159]…
Debrian
  • 154
  • 2
  • 12
7
votes
2 answers

Mount dd image with multiple partitions

I have created an image of a disk using dd using the command dd if=/dev/sdb of=/jobs/image.dd. The SATA drive /dev/sdb has 3 partitions on it (one NTFS, two FAT32). How do I mount the complete image with all its partitions in one go? I actually…
Luke Bibby
  • 127
  • 3
  • 6
6
votes
5 answers

create image from hard disk without free space (linux)

I want to create image from hard disk without free space (useless space) in linux(ex3 type). I've been tried to create image with dd command but this command gave us total size of hard disk. I need data on this hard disk without free space. thanks a…
M.Rezaei
  • 405
  • 4
  • 9
  • 19
6
votes
2 answers

How to use terraform.io to change the image of a stateful server without downtime or data loss?

Say I have application servers, database servers, and a few dns-round-robin load balancers. All this powered by images created with Packer with deployment managed with Terraform. How do I change the image of the database servers without nuking their…
jpadvo
  • 183
  • 1
  • 5
6
votes
3 answers

Creating backup disk image of RAID 1 array (MDADM)

We have some servers that run in very harsh environments (research vessel) that need to have high-availability. We have software RAID 1 for some measure of resiliency, along with proper data backups (tapes etc), however we would like to be able to…
Caligari
  • 163
  • 1
  • 1
  • 3
5
votes
3 answers

Receiving a 404 for a file that exists in nginx web server

I recently switched the web server on my CentOS 7 machine from Apache to nginx. I use software to take screenshots on my computers and to upload them to the server for public viewing. Originally, it worked fine on Apache – however, now I am running…
J.W.F.
  • 328
  • 2
  • 4
  • 15
5
votes
4 answers

Convert VMware image to Virtualbox image (Guest OS Windows Server 2008)

I am trying to convert several VMware images towards Virtualbox images. I have succesfully been able to convert my Windows Server 2003 image, but I haven't been able to convert any Windows Server 2008 image. I found 2 solutions on the internet. One…
5
votes
3 answers

Deploying workstations - best practices?

I've been researching on the subject of workstation deployment for a while, and found a ton of info and dozens different methods and tools, but no "best practice" method that doesn't lack at least one feature that i consider required for the…
V. Romanov
  • 1,169
  • 1
  • 9
  • 19
1
2 3
13 14