“Mini How To” Clone A Drive With dd
Cloning under Windows always requires a third party application. In Linux we can use a build in command to clone a drive.
You can use this for a number of applications.
Keep in mind that there are more efficient ways of doing this. But if you need to clone a drive or make an image of a hard drive, and you only have access to a Live CD. Then using dd is a great way to do this. Also it does not matter if the harddrive has ntfs of ext3 or any of the other file systems dd will image the harddrive not matter what file system is on the drive.
**02-24-2009** Instructions for fix after update to kernel 2.6.27-11-generic below. This how to uses compat-wireless-2009-02-24.tar.bz2. It was tested on (K)Ubuntu 8.10 KDE 4.1.2. Kernel version 2.6.27-7-generic & 2.6.27-9-generic
For instructions on getting the AR242x to work on 8.04 click here.
You could see this as part 3 in the series: How To Get Atheros AR242x Wireless To Work
It’s with disappointment that I have to report the following:
I started with a fresh install of Kubuntu 8.10, the reason for this is simple I wanted to make sure that nobody could say “you should have done a clean install”. On a clean install out of the box the AR242x doesn’t work.
So I started to search for solutions. There a several solutions out there here is a quick list:
The last option worked the best for me so that is what I’ll go with for this how to. Let me clarify that ath_hal, ath5k and ath9k are all developed by madwifi so props to them for doing such a great job of developing the drivers that make wireless for the AR242x work under Linux.