Tech Note
Run the following command, after reading the notes below:
sfdisk -d /dev/sda | sfdisk /dev/sdb
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.
Checking for symbolic link (in supported platform) is a long time requirement of Java developers.
More News
- How to Set Up an Email Server on Local LAN?
- ‘20 Things I Learned About Browsers and the Web’ From Google
- Global SCVNGR Hunt is Powered By Google
- How to fix: jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file - Java Error on Linux
- How to disable IPv6 on CentOS 5.5
- How to remove / stop Software / mdadm Raid array on Linux - Cent OS
- Windows Control Panel Equivalent on Linux
- How to download & install JDK 6
- 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
- Offer: Adobe Photoshop CS4 Extended (80% discount + free shipping!)
- JDK 1.6 Compiler Optimization performance difference between IP address to long implementations
- Progressive Disclosure in API Design with example
- Firefox 3.5.1 fixes serious security flaws
- An Interview with Indian Travel Search service 90di’s co-founder Khushnood Naqvi
- Is Facebook killing Google softly? - A study
- Google launches ‘Explore Google Search’ (being weary of Bing?)
- Windows 7 Release Schedule
- Fluther accuses Jason Calacanis of content stealing
- Google Wave: Vision of Web 3.0?
- Convert PDF Tables to Excel Format
- Hosted Subversion Service: Advantages and Disadvantages
- Windows 8, How are you Shaping up?
- Ubuntu 9.10 : Karmic Koala - Complete Overview
- Linux Netbooks Return Rates are 4 Times Higher than Windows, but how Microsoft is Gonna Lose it Again
- Google App Engine Support Java And How To Get An Early Invite Free
- NVIDIA Quadro to Define the Next generation of Graphics Display
- Script to kill Resource Hungry Processes and Save from System Hang
- Configure Hotmail for POP3
- Google Docs Adds Drawing Feature
- How to Compile Java Source within Java Program
- How to Stop Crashing / Hanging of php-cgi / spawn-fcgi with nginx / lighttpd
- Boomarklet to make any web page editable
- How To Stop Firefox From Blocking Sites Suspected of Forgery or Attack