Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- Date: Tue, 17 Jul 2007 16:39:13 +0200
- From: Attila Kinali <attila@example.com>
- Subject: Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- References: <d8fcc0800707162334w4c694ba2yd2b9b296e7964f94@mail.gmail.com> <469C673B.20104@stoicviking.net> <d8fcc0800707170018q1382f7a3me9d151ecc213aed5@mail.gmail.com> <200707172022.56133.tlug@extellisys.net>
- Organization: SEELE
On Tue, 17 Jul 2007 20:22:56 +0900 tlug@example.com wrote: > (This was back in the days of kinput2, of course.) Hey! I still use kinput2 at times, when scim fucks up completely :-) > One more note: I usually specify the block size when I use the dd command. > Example: dd bs=1MB if=/dev/zero of=/dev/hda > Note that the MB multiplicative suffix is the hardware definition of megabtye Depends on what hardware. If you talk about telecommunication hardware, then yes. If you talk about data storage hardware then it's 1024². > (1000*1000, not 1024*1024), which is what you want when you use dd on hard > disks. See `man dd` for details. > http://linux.die.net/man/1/dd Nope. With disks you want multiples of 512 bytes (sector size). With linux doing the disk handling you want multiples of PAGE_SIZE (which is 4096 on most plattforms). So, use "1M" instead. Attila Kinali -- Praised are the Fountains of Shelieth, the silver harp of the waters, But blest in my name forever this stream that stanched my thirst! -- Deed of Morred
- Follow-Ups:
- Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- From: Josh Glover
- References:
- [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- From: Josh Glover
- Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- From: Birkir A. Barkarson
- Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- From: Josh Glover
- Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- From: tlug
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Video Editing Soft & Formats
- Next by Date: Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- Previous by thread: Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- Next by thread: Re: [tlug] Tip of the Day: "ghosting" a machine with nc and dd
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links