Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a Compaq Deskpro ep/sp series partitioned with Puppy Linux and Windows 2000. I bought the computer usedfor $72 and don't have a windows 2000 cd.It has been suggested to me that I dump the windows.
I originally wanted to do that the instructions started with putting in the windows 2000 cd that I didn't have.Is there a way I can do that?
Someone told me that Ubuntu dumps Windows during its installation but I prefer Puppy Linux.Does Puppy have a utility to dump Windows?
You can use fdisk to delete the Windows partitions off the hard-drive. Be sure to delete the correct one. Look in /etc/fstab to see which are the Linux partitions.
When you say live id,could a Puppy Linux cd do it?Do you mean a Windows 2000 cd. I don't have one of those.
I had a hard time finding the fdisk.or the file you said to check which parts were which.If you have the time,could you be more specific?
I did finally locate the fdisk but was afraid to do anything. I think Hdal is windows but am not sure.If I give you the names of what I see,could you tell me which look like Windows?
if I meant windows 2000 cd I would have said windows 2000 cd
Livecd is a bootable operating system that runs from the cd, e.g. KNOPPIX, Puppy, Ubuntu, SLAX, PCLinuxOS etc.
I took a look at the Puppy website... It says you should have gparted installed. This would be the easiest way for you to delete the Windows partition.
The Puppy website says it should be in the menu Menu / System / Gparted. Run the program. It should ask you for root's password. Type it in.
Gparted will then show you a graphic display of the layout of your hard-drive. Windows will be installed in a partition that has a filesystem type listed as FAT32 or NTFS. Anything listed as EXT2 or EXT3 will be your Linux.
If you delete the Windows partition, Windows will be gone. Then, you can create a new Linux partition in it's place to recover that drive-space.
You will also need to edit your /boot/grub/menu.lst to remove the Windows entry.
I would run
"dd if=/dev/zero of=/dev/hdax" (or sdax) on the Windows partition to zero it
then change the file type in a partitioning tool from NTFS to ext3.
Then run
"mkfs.ext3 /dev/hdax" (or sdax) on the Windows partiton.
If you delete it you could change the order of the partitions and cause yourself problems.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.