-----BEGIN PGP SIGNED MESSAGE-----


Please note that partitution is illegal in most states.

Mark Clark wrote:

>system and am going to put RH7.0 or 7.1 on it.  The thing is the
>current drive is a 6GB with win98se/plus and rather than
>reinstalling &*(*^*&* windoze, I'd like to create a 6gb partition

Avoid dd in this situation.  It won't forgive slight geometry and
partition differences.  Here's what you do.

- - Remove the 6G, install the 60G.

- - Boot to Windows 98 floppy.

- - Use fdisk to create 6G primary on the new disk.

- - Reboot, and 'format c:\ /u /s'.

- - Make sure you can now boot to DOS.

- - Shut down, and install the 6G drive as a secondary disk, preferably
on a second controller.  If you only have one controller (unlikely),
make it a slave to the new disk.

- - Install Linux, not disturbing either the secondary 6G disk or the
new 6G primary on the new disk.

- - Log in to your new system as root, and figure out where your
secondary disk is.  If it's on a second controller, it's /dev/hdc;
if it's a slave to the new disk, it's /dev/hdb.  I'll assume that it's
hdc.

Then do this:

# mkdir /mnt/oldwin /mnt/newwin
# mount -t vfat /dev/hda1 /mnt/newwin
# mount -t vfat /dev/hdc1 /mnt/oldwin
# cd /mnt/oldwin
# tar cf - . | (cd /mnt/newwin && tar xvf -)

Make sure you can boot into Windows (which LILO will call
"DOS", if you haven't changed it).  If so, shut down, remove the 6G,
and you're done.

- -d

- -- 
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/dt000823.asc




-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQEVAwUBOuEFrL1ZYOtSwT+tAQGxYggAteo+6LOeJG3gwR3w6ypeP2DASPdICvz9
zFN2izqUAlRm+Evq+aTttFbQiIyIJltWcRLCIgq+rPDgJvY0K92utNm7/kO3QAQX
1rAbUyMM8Zvf+EuqVxfiouipxaCLm2YC8Rmz2DI4NMAAi0FtWxU/uvU3ZcD+ZjBi
Tw22Wk9rtuDtKEFB0UkgFKLYQEgI9BC+lGGNZ14Y7W0PktKmeqfJPrHHKnY+mz6q
3zSf3193rB6AsW1QpyH/kvRFLqo/WD6HvYF3UK9xBfX4Mk14Rv+ec0u/GpJ4CN4F
YINujIqTJ+sJpIC9cLepxbVclV66O6An7f32fdIqflAu3Nu5ZyzNlw==
=L+o/
-----END PGP SIGNATURE-----




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to