Using “dd” command!!!
လက္ရွိ linux သံုးေနတဲ့ partition (eg. /dev/hda) ကို image file type ေျပာင္းၿပီး “Linux Live CD” အျဖစ္လည္း သံုးႏိုင္ပါတယ္။ command ကေတာ့-
#dd if=/dev/hda2 of=/save/place/linux-live-cd.img bs=512
မည္သည့္ additional software မွ သံုးစရာမလိုပဲ ဒီလို လုပ္ႏိုင္တာေတြကေတာ့ linux ရဲ႕ အားသာခ်က္ပါပဲ။
/dev/cdrom ထဲက CD ကိုလည္း ‘dd’ command သံုးၿပီး .iso file type သို႕ ေျပာင္းေပးႏိုင္ပါတယ္။ ရိုးရိုးေလးပါပဲ။
#dd if=/dev/cdrom of=my_cdrom.iso
