bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-parted] i am sorry


From: Andrew Clausen
Subject: Re: [Bug-parted] i am sorry
Date: Wed, 20 Sep 2000 19:26:12 +1100

Nick Brown wrote:
> 
> i am sorry. this isn't really a bug report. in order install linux on my
> computer, i need to shrink my fat32 partition. my computer has an ata/100
> hard drive. the parted disk image uses an old kernel that does not support
> ata/100 drives. could anyone out there please please please compile a
> kernel with ata/100 support? this is in the 2.2.17 kernel, it might be
> under 'experimental.' it uses the Promise chipset. i need a disk image of a
> disk with parted and linux with ata/100 support on it. i will then rawrite
> it to a floppy from my win98 box and use it to shrink my fat32 partition.
> 
> thanks a lot anyone who can help!

It's fairly complicated at the moment, to get more drivers, and access
drivers.

I've just written some instructions, for the documentation:
NOTE: the "trick" I mention only works for >= 1.3.x.  (i.e. NOT YET)

Unfortunately, the boot disk doesn't support a very wide range of
hardware.  If your hard disk isn't supported, then:
(1) Boot off the Parted boot disk.
(2) Insert another (formatted) floppy disk.  (Trick: you can format
the floppy with Parted, by doing
        "parted /dev/fd0 mklabel loopback mkpartfs primary ext2 0 1.440")
(3) Mount the floppy disk. ("mount -t ext2 /dev/fd0 /mnt/floppy" or
"mount -t vfat /dev/fd0 /mnt/floppy")
(4) Copy /sbin/parted to the floppy.  ("cp /sbin/parted /mnt/floppy")
(5) Copy /lib/* to the floppy.  ("cp /lib/* /mnt/floppy)
(6) Unmount the floppy.  ("umount /mnt/floppy")
(7) Find a boot disk that DOES support your hard disk.  (Hint: try looking for 
rescue
disks from various distributions on big mirror sites)
(8) Boot off your rescue disk.  Mount the disk you copied Parted onto.
(9) Run Parted:
        # cd /mnt/floppy
        # LD_LIBRARY_PATH=. ./parted

Does that look as long and complicated to you as it does to me?  :-(

Andrew Clausen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]