>> I have a dual booting Redhat/Windows 2000 system. I am ready to ditch Win2k.
>> How do I do it?
>> My guess,
>> 1) Make a linux boot disk just in case.
>> 2) Remove Win2k from LILO (how?)
>> 3) Use fdisk to delete the win2k partition
>> 4) Use mkfs to build a new ext2 file system (how?)
>> 5) Mount it in /etc/fstab
>> Is this correct?
>Correct.
>(2) As root. Edit '/etc/lilo.conf'. Remove the win2k entry (probably
>DOS). Make sure the default boot points to Linux.
>Run 'lilo -v'
>(4) 'man mk2fs'. Read these man pages. Its pretty simple.
>I would recommend EXT3. Make sure you have EXT3 in your kernel.
>'mke2fs -t ext3 -j /dev/<partition>'
3) If you actually delete the partition you then need to create a new
one in the same place, also using fdisk. Or keep the partition, and use
fdisk to change the partition type from Win2K (FAT32 or NTFS/HPFS) to
Linux.
--
Joe