Fedora 7
Run the following command, after reading the notes below:
sfdisk -d /dev/sda | sfdisk /dev/sdb
Notes:
1.
Use dd with low buffer size:
dd if=/dev/sda bs=1k of=/dev/sdb conv=sync,noerror
Notes:
1.
dd, while an excellent tool to back drive / partition images, copies entire hard drive including unused blocks and even bad blocks (where possible).
a. Use gzip
An example command:
dd if=/dev/hda1 bs=1k conv=sync,noerror | gzip -c | ssh -c blowfish user@hostname "dd of=filename.gz bs=1k"
Notes:
1.
Behold the wonders of mdadm:
mdadm --manage /dev/md1 --add /dev/sdb2
Notes:
1.
More News
- How to remove a drive from RAID array in Linux using mdadm
- How to check symbolic link in Java and why Apache common.io.FileUtils implementation is wrong
- Top 5 Best Popular Linux Distributions
- How to remove i386 packages from CentOS / Fedora / RHEL installation
- How to disable IPv6 on CentOS 5.5
- How to install sar, sadf, mpstat, iostat, pidstat and sa tools on CentOS / Fedora / RHEL
- How to Install and Configure DKIM On Postfix With dkim-milter (2.8.x) on 64 bit CentOS 5
- How to configure Java / Javac on Linux
- Solution: WordPress Nice Permalinks Not Working With Apache
- Windows Control Panel Equivalent on Linux
- How to find ethernet / MAC address on Linux
- How to install nVidia Driver on CentOS
- Developer Tips: How To Show Line Number in vi / vim & nano
- How to Hack Root Password in Linux
- How To Play All Multimedia Content on Fedora 9 Linux
- One Linux Formatting Tip I Bet You Didn’t Know
- Linux Tips: Bandwidth Monitoring, Common Commands, Accounting
- How To Append File Using SSH
- How To Speed Up Opening Linux Terminal & Running Linux Commands
- Linux: How To Make RAID-1 Disks Independently Bootable
- Pros & Cons of Software RAID versus Hardware RAID
- High-end Linux Computer w. 17″ TFT for Office Under Rs. 20000
- Java: How To Get Stacktrace of Any Local / Remote Java Process
- How To Run Google Chrome Browser on Linux
- How To Install RSSOwl (RSS News Reader) on Linux
- How To Disable On-Demand CPU Scaling on Linux
- How To Twitter Using IM on Linux & Windows
- How To Automatically Start Nginx & Fastcgi on Reboot on Fedora Linux
- FATAL: Module off not found. - Solution
- How To Install Windows msi Files in Linux
- How To Use Linksys Compact Wireless-G Internet Video Camera WVC54GC From Linux
- How To Rapidly Clean / Wipe Hard Disk Drive
- DansGuardian Configure Error Fix - configure: error: pcre-config not found!
- Solution: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs & Error: vlc conflicts with faad2 >= 2.5
- How To Copy Master Boot Record (MBR) Between Hard Disks
Older News | ||||||
S | M | T | W | T | F | S |
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |