Questions tagged [imaging]

describes the process of creating an exact copy of a data storage media.

75 questions
14
votes
2 answers

What is the most efficient, native way to image a Windows partition?

What is the most efficient, native way to image a Windows partition? Is the native method generally the best method for most users? How does the native method differ from conventional cloning? What are the pros and cons of native versus third-party…
JW0914
  • 9,096
11
votes
7 answers

Detecting blank image files

I am using scanimage with a document scanner (Canon DR-2510C) that supports duplex scanning. Unfortunately, its SANE driver does not support blank page detection, so that with mixed pages (single/double-sided), blank pages make it into the scan…
10
votes
1 answer

dd_rescue vs dcfldd vs dd

What are the main differences between dd_rescue, dcfldd, and dd? In what situations would you use one over the other? Why are there three different yet simliar programs?
에이바
  • 1,346
8
votes
2 answers

Why does Windows7 create two partitions?

I installed Windows7 Ultimate from scratch, and it warns that it might create a 100MB partition before creating a second one where the real stuff lives. This makes imaging more complicated. # fdisk -lu Disk /dev/sda: 320.1 GB, 320072933376…
5
votes
4 answers

Access data from a linux partition inside an image without root privileges

I have a whole-drive image file containing a partition table and some partitions. I would like to list and read files from an ext2/ext3 partition inside this file. Using root priveleges, it is somehow complicatied but possible to mount into some…
dronus
  • 1,978
4
votes
2 answers

Imaging UEFI computers

We are buying computers for a new building, but our current imaging software, Symantec Ghost Solution Suite 2.5, does not support imaging of UEFI computers. I’m hesitant to dummy down 300-500 computers into legacy mode so I can manage them with…
4
votes
2 answers

Can Clonezilla clone a computer that is running live over a network? Can anything?

I saw a similar but not duplicate question. Is it possible to use Clonezilla to clone a computer over the network? Now I have to boot into the CD like always, but wondered if it could be done. If it can't what could I use do to it? These are all…
johnny
  • 2,033
4
votes
1 answer

What is a golden bitstream

In the context of boards, like framegrabbers.... if the bitstream fails it will go through the golden bitstream.... Something like that, can anyone put some light on this matter for me ? I remember hearing about the subject in one of my meetings so…
Reza M.
  • 377
4
votes
1 answer

How to read tmpfs as a block device in linux?

A typical linux machine mounts a tmpfs to store temporary files: $ df Filesystem Size Used Avail Use% Mounted on /dev/sda1 953M 702M 203M 78% / tmpfs 1.5G 111M 1.5G 0% /tmp ... On a live machine, how…
Duke Nukem
  • 1,255
  • 2
  • 10
  • 21
3
votes
1 answer

Where can I store driver files so that Windows sees them when it 'searches automatically' for them?

I am in the process of creating a few generic images and I have downloaded all the drivers for all the models of machines we use here. I can extract these drivers to any location but I am not sure where Windows looks when it is searching for…
qroberts
  • 5,329
3
votes
1 answer

How to get a listing for properties of many image files?

I am looking for a tool that can process directories or directory trees containing image files and output a line-by-line plaintext directory listing of file names and image properties. I am mainly interested in dumping out resolution and color…
Ishmaeel
  • 485
3
votes
9 answers

What is the easiest way to make a backup of an entire hard disk

I got myself a dell laptop from the local computer store. Its a used machine with Windows Vista Home Basic on it. I want to load Ubuntu Desktop 10.10 though so I can do perl development. BUT I want to keep a copy of the entire harddrive with the…
3
votes
1 answer

Why do these configuration file exclusions work with DISM /Capture-Image but not the New-WindowsImage cmdlet?

I am trying to create a configuration file to define exclusions for an image capture as described in DISM Configuration List and WimScript.ini Files. The exclusion rules seem to be ignored when I pass my configuration file using the -ConfigFilePath…
3
votes
2 answers

Can I get Windows Backup and Restore to save more than one system image backup on a single drive?

I've been using legacy (Windows 7) Backup and Restore on a Windows 10 Pro system to generate system image backups that can be restored from bare metal. A major limitation of the tool, however, is that I can only have one image stored on a particular…
bwDraco
  • 46,683
2
votes
0 answers

FOG to deploy only the first partition of HDD

i am using FOG (free opensource ghost) for cloning computers i want to image only the first partition of my HDD which would be my system drive c: i have tried all the options size partition(resizable),multiple partition single disk etc but every…
1
2 3 4 5