Gentoo Archives: gentoo-user

From: Meino Christian Cramer <Meino.Cramer@×××.de>
To: gentoo-user@l.g.o, tarpman@×××××.com
Subject: Re: [gentoo-user] backup tool for my Windows 98 desktop?
Date: Sun, 03 Sep 2006 07:45:54
Message-Id: 20060903.093944.74724012.Meino.Cramer@gmx.de
In Reply to: Re: [gentoo-user] backup tool for my Windows 98 desktop? by Ryan Tandy
1 From: Ryan Tandy <tarpman@×××××.com>
2 Subject: Re: [gentoo-user] backup tool for my Windows 98 desktop?
3 Date: Sat, 02 Sep 2006 19:11:15 -0700
4
5 > Zhang Weiwu wrote:
6 > # dd if=/dev/(win98) bs=512 | gzip -9 > win98.gz
7
8 dd if=/dev/(win98) bs=512 | 7z a win98.7z
9
10 p7zip is the 7zip implementation of 7z for windows. My knowledge is
11 based on the Linux version. Both version should create
12 compatible arcgives. Look at the manual: There are several options to
13 increase compression ratio. For me -mx=9 (1GB RAM needed) works fine.
14 7z for windows should have equal/identical/similiar setting available.
15
16 The compression ration of (p)7zip using LZMA compression is far better
17 than that of gzip -- and it costs more time to compress...
18
19 ...
20
21 > # mount /mnt/cdrom
22 > # zcat /mnt/cdrom/win98.gz | dd of=/dev/(win98)
23
24 7z x -so win98.7z | dd of=/dev/(win98)
25
26 > If even gzip -9 can't get the partition small enough for you, I'm not
27 > sure what to do.
28
29 ...then try 7z/p7zip.
30
31 Ony my two cent -- your mileage may vary...
32 Keep hacking!
33 mcc
34
35 PS: p/7zip is GPL'ed. Highest compression ratio for lowest price,
36 hehehe :)
37
38
39 > Try using DBAN (dban.sourceforge.net) to cover the
40 > partition in zeroes before doing the Windows install; the repeated
41 > zeroes in the unused space will probably help reduce the compressed file
42 > size.
43 >
44 > HTH.
45 > --
46 > gentoo-user@g.o mailing list
47 >
48 --
49 gentoo-user@g.o mailing list