Fedora 11
Run the following command, after reading the notes below:
sfdisk -d /dev/sda | sfdisk /dev/sdb
Notes:
1.
Compilation time is the time required by a compiler to successfully transform source code written in a programming language into an executable program.
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.
More News
- How to add a new partition to RAID array in Linux using mdadm
- 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 fix: jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file - Java Error on Linux
- 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
- Cheapest Performance Improvement Tip for Heavily Used File Systems (High IO Wait) / Heavily Loaded MySQL Database / Over worked WordPress
- How to remove / stop Software / mdadm Raid array on Linux - Cent OS
- How to Install and Configure DKIM On Postfix With dkim-milter (2.8.x) on 64 bit CentOS 5
- 10 Best Linux Distributions / Distros in 2010
- How to configure Java / Javac on Linux
- Solution: WordPress Nice Permalinks Not Working With Apache
- Windows Control Panel Equivalent on Linux
- How to install / enable Java Plugin / Applets in Firefox on CentOS 5
- How to find ethernet / MAC address on Linux
- How to install nVidia Driver on CentOS
- How to auto-start synergyc in Fedora / CentOS / RHEL Linux
- Top 10 Coolest Fedora Themes
- 10 technological announcements that shook us in 2009
- Top 10 Features of Fedora 11 Leonidas
- Fedora 11 Pre Release Download
- What’s the new name for Fedora 11
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 |