- How to make disk image with dd on Linux or Unix
- What is a dd image?
- How to clone an entire hard disk
- How to clone a partition
- dd make disk image
- How to restore system (dd image)
- Tip #1: Not enough disk space locally? Use remote box
- Tip #2: See progress while making an image with dd
- Tip #3: Save extra information
- Download
- Download Freeware Trial Active@ Disk Image
- Freeware version 10
- Professional Trial version 10
- Upgrade/Update Policy
- Active@ Disk Image Freeware
- for Windows
- Active@ Disk Image makes an exact copy of any PC disks:
- Windows versions supported:
- Others:
- Create/restore disk image backup
- Bootable disk
- Scheduled backup
- Windows servers support
- Screenshots Click to enlarge
- Data Recovery Dialog
- SuperScan
- File successfully recovered
- Reviews
- Backup Your Data with Disk Image Freeware
- Создание точной копии диска — Active@ Disk Image Professional 9.1.4
- Создание точной копии диска — Active@ Disk Image Professional 9.1.4
How to make disk image with dd on Linux or Unix
What is a dd image?
Disk cloning is nothing but a mere process of creating an image of an entire disk. This can be useful for copying disks, backups, recovery and more. The dd command is easy to use tool for making such clones.
Warning: You should be very careful when using dd command; it can destroy data. Remember the order of input file (if=) and output file (of=).
How to clone an entire hard disk
The syntax is:
dd if=/dev/input/DEVICE-HERE of=/dev/OUTPUT/DEVICE-HERE bs=64K conv=noerror,sync
To clone /dev/sdc (250G) to /dev/sdd (250G) in Linux, enter:
# dd if=/dev/sdc of=/dev/sdd bs=64K conv=noerror,sync
To clone /dev/ada0 (250G) to /dev/adb0 (250G) in FreeBSD, enter:
# dd if=/dev/ada0 of=/dev/adb0 bs=64K conv=noerror,sync
Where,
- if=/dev/file : Input device/file.
- of=/dev/file : Output device/file.
- bs=64k : Sets the block size to 64k. You can use 128k or any other value.
- conv=noerror : Tell dd to continue operation, ignoring all read errors.
- sync : Add input blocks with zeroes if there were any read errors, so data offsets stay in sync.
How to clone a partition
To clone /dev/sdc1 to /dev/sdd1, enter:
# dd if=/dev/sdc1 of=/dev/sdd1 bs=128K conv=noerror,sync
Sample outputs:
dd make disk image
You can boot from a live cd. Once booted, make sure no partitions are mounted from the source hard drive disk. You can store disk image on an external USB disk. The syntax is as follows
dd if=/dev/INPUT/DEVICE-NAME-HERE conv=sync,noerror bs=64K | gzip -c > /path/to/my-disk.image.gz
In this example, create disk image for /dev/da0 i.e. cloning /dev/da0 and save in the current directory:
# dd if=/dev/da0 conv=sync,noerror bs=128K | gzip -c > centos-core-7.gz
Sample outputs:
Fig.01: dd command in action
How to restore system (dd image)
The syntax is:
# gunzip -c IMAGE.HERE-GZ | dd of=/dev/OUTPUT/DEVICE-HERE
For example:
# gunzip -c centos-core-7.gz | dd of=/dev/da0
- No ads and tracking
- In-depth guides for developers and sysadmins at Opensourceflare✨
- Join my Patreon to support independent content creators and start reading latest guides:
- How to set up Redis sentinel cluster on Ubuntu or Debian Linux
- How To Set Up SSH Keys With YubiKey as two-factor authentication (U2F/FIDO2)
- How to set up Mariadb Galera cluster on Ubuntu or Debian Linux
- A podman tutorial for beginners – part I (run Linux containers without Docker and in daemonless mode)
- How to protect Linux against rogue USB devices using USBGuard
Join Patreon ➔
Tip #1: Not enough disk space locally? Use remote box
You can send the image through ssh and save it on the remove box called server1.cyberciti.biz:
# dd if=/dev/da0 conv=sync,noerror bs=128K | gzip -c | ssh vivek@server1.cyberciti.biz dd of=centos-core-7.gz
Tip #2: See progress while making an image with dd
gdd (GNU DD) in action with progress bar running on MacOS X
Tip #3: Save extra information
- See how to save and restore MBR only.
- Not a fan of dd? See top 6 open source disk cloning and imaging softwares.
- Want to deal with corrupted disk? Try ddrescue command.
🐧 Get the latest tutorials on Linux, Open Source & DevOps via
Источник
Download
Download Freeware Trial Active@ Disk Image
The Active@ Disk Image Professional Trial is a fully functional version which will expire after 21 days.
You can download two versions of trial software — with and without a bootable CD image.
Freeware version 10
- Backup & restore your disks for free!
- license and documentation included
Installer only. Size: 31 MBDOWNLOAD FREEWARE (MIRROR)
Installer only. Size: 31 MB
Professional Trial version 10
- 21-day fully functional trial
- license and documentation included
Installer only. Size: 31 MBDOWNLOAD TRIAL (MIRROR)
Installer only. Size: 31 MBDOWNLOAD TRIAL
Installer & Bootable CD/USB. Size: 395 MBDOWNLOAD TRIAL (MIRROR)
Installer & Bootable CD
Upgrade/Update Policy
If you would like to upgrade/update your current version of the software please visit our Customer Support Center to log in with your client profile.
Active@ Disk Image brings even more functionality as a component of the Windows-based Boot Disk that comes with a collection of powerful disk and security utilities. Boot Disk Trial Version
- Active@ UNDELETE
- Active@ File Recovery
- Active@ Partition Recovery
- NTFS Recovery Tools
- UNFORMAT
- Active@ UNERASER
- Active@ Boot Disk
- Active@ LiveCD
- Active@ Partition Manager
- Active@ Hard Disk Monitor
- Active@ ISO File Manager
- Active@ ISO Burner
- Active@ Data Burner
- Active@ DVD Eraser
LSoft Technologies Inc.
7177 Danton Promenade
Mississauga, Ontario
L5N 5P3
Canada
Источник
Active@ Disk Image Freeware
for Windows
Active@ Disk Image Lite edition is a fully functional free disk image backup software having the core features of more advanced versions. Download it now and start using it for everyday backup tasks for free! If you ever need the functionality of Standard or Professional versions, you may always upgrade — the core of the product is the same and disk image files are compatible between editions.
Active@ Disk Image Lite differs from other versions in missing raw image support, scheduled backups, image encryption and Windows Server support. It also does not include a Active@ Boot Disk — a bootable rescue media used to restore disk image to back bone hardware.
This places no restrictions on making backups of data partitions, but if you need to restore a system partition to another disk, you have to attach it first to the system with working Windows and restore image.
Active@ Disk Image makes an exact copy of any PC disks:
Windows versions supported:
Windows XP SP3 / 7 / 8 / 8.1 / 10 / Server 2003 / Server 2008 / Server 2012 / Server 2016
Others:
Older Windows versions, Linux, FreeBSD, Solaris for PC, etc. can be backed up by Raw Disk Image mode after booting up from Active@ Boot Disk Lite *.
Create/restore disk image backup
Bootable disk
Scheduled backup
Windows servers support
Features: | Lite (Freeware) | Standard | Pro |
---|---|---|---|
Create & Restore Disk Image Backup (occupied clusters only) | |||
Image Compression (Fast, Normal and High) | |||
Mounting images as virtual drives | |||
RAID is supported | |||
Rescue bootable media | |||
Scheduled backups | |||
Create & restore raw disk image (sector by sector copy) | |||
Windows Servers are supported | |||
Image Encrypting (AES-128, AES-192, AES-256) | |||
Scripting support | |||
E-mail notifications | |||
Incremental Scheduled backups | |||
DOWNLOAD TRIAL | BUY NOW | BUY NOW |
Screenshots Click to enlarge
Main Menu Wizard
Select Disks and Partitions for Imaging
Schedule Backup Task
Data Recovery Dialog
SuperScan
File successfully recovered
Release Note: v.9.0.0 (April 12, 2018)
- Added revolutionary Fast compression method
- Added the latest ReFS file system support for native backups
- Improved handling of GPT partitions and disks
- Full version history
Reviews
Backup Your Data with Disk Image Freeware
Active@ Disk Image Lite is the disk image freeware utility from the long line of exceptional data backup and security programs from Active@. This software provides a fully functional disk image backup solution for your computer.
Data recovery software that you can rely on is often hard to come by. There is a plethora of things which can go wrong with our computers which may lead to losing important data forever. This is exactly why it is so important to take data backup seriously.
Manually backing up important files might seem like the obvious course of action to take, but you are bound to miss something sooner or later.
Disk image software, on the other hand, takes a somewhat different approach to the process of data backup. Instead of backing up a few selected files and folders, you can back up the entire contents of your hard disk.
This allows you to fully restore your programs, operating system, personal files and anything else stored on that disk in the event that something goes wrong leaving you with an unworkable computer system.
Best of all, such a backup utility does not even have to cost a great deal of money. Active@ Disk Image Lite is the ultimate disk image freeware to take care of all of your backup needs.
Active@ Disk Image Lite will thoroughly back up every occupied sector on your hard disk or any other storage media that you want to create a disk image of.
The disk image freeware only makes an image of the occupied sectors of the storage device, rather than making copies of the blank sectors on the disk as does a lot of disk imaging software.
This saves a great deal of time and storage space when creating the image. To create a disk image, you do not need to spend lots of time selecting individual files and folders. All you have to do is choose the storage device or hard disk partition that you want to create an image of and the program will do the hard work for you.
The size of the disk image can be further reduced by using the powerful built-in data compression feature, something which not a great deal of disk image freeware can claim it has! Also to reduce image size and backup speed, Active@ Disk Image Lite supports incremental and differential backup.
When it comes to restoring data from a disk image created with Active@ Disk Image Lite, the process could not be simpler. You can access and browse the disk image as though it were a folder and you can extract individual files and folders without any restrictions. You can also, of course, restore the entire disk image to a blank hard drive as well.
Active@ Disk Image Lite is the ultimate solution for those looking for disk image freeware. However, if you are looking for a more feature-rich program, Active@ makes it very easy to upgrade your edition of Active@ Disk Image Lite to either the Standard or Professional editions. The basic core of the product is exactly the same, so Active@ Disk Image Lite is a great way to see just what the software is capable of.
Источник
Создание точной копии диска — Active@ Disk Image Professional 9.1.4
Создание точной копии диска — Active@ Disk Image Professional 9.1.4
Active@ Disk Image — это программа для создания образов диска, которая делает точную копию любого диска ПК (HDD, SSD, USB, CD, DVD, Blu-ray и т.д.), сохраняет его в папке. Образы дисков могут использоваться для резервного копирования, обновления ПК или дублирования.
Системные требования:
Windows versions supported:
— Windows XP SP3 / 7 / 8 / 8.1 / 10 / Server 2003 / Server 2008 / Server 2012 / Server 2016
Others:
— Older Windows versions, Linux, FreeBSD, Solaris for PC, etc. can be backed up by Raw Disk Image mode after booting up from Active@ Boot Disk Lite
Торрент Создание точной копии диска — Active@ Disk Image Professional 9.1.4 подробно:
Active@ Disk Image создает два типа дисковых образов:
• резервный образ диска используется для резервирования целого компьютера или любого компьютерного диска и содержит только использованное пространство диска
• сырой образ диска содержит идентичную копию каждого сектора диска. Данный образ может быть использован в качестве резервирования не Windows систем для последующего восстановления данных.
Возможности программы:
• Создание и восстановление образа диска без перезагрузки компьютера
• Выбирает только те сектора, которые содержат используемую информацию
• Сохранение образа диска на локальный диск, сетевой диск или прямая запись на диск
• Создание точного посекторного образа для резервирования разделов неизвестных файловых систем
• Создание образа диска любых жестких дисков (IDE, SCSI, USB, FireWire), SSD или флоппи-диска
• Создание ISO образа из оптических дисков с прямой записью на другие диски
• Резервирование данных с базовых дисков или динамических дисков
• Настройка сжатия образа для баланса между размером архива и скоростью записи
• Создание образа нескольких дисковых разделов одновременно и их хранение в едином архиве
• Восстановление выбранных дисков, разделов или индивидуальных файлов из архива
• Запуск Active@ Disk Image из Active@ Boot Disk для исполнения всех операция с образами независимо от ОС
• Автоматическое создание образа дисков с использованием планировщика
• Простые операции с использованием пошаговых Мастеров
• Разделение образа диска на несколько файлов
• Использование функции защиты создаваемых образов паролем
• Легкое перемещение системных и программных файлов на несколько рабочих станций
• И многие другие возможности
Процедура лечения:
— Установить программу;
— заменить файлы disk_image.exe, SETTINGS.INI и winmm.dll на прилагаемые из папки Crack (соблюдать разрядность).
Скриншоты Создание точной копии диска — Active@ Disk Image Professional 9.1.4 торрент:
Источник