Debra Montague wrote:
I am totally new to Linux/Unix. I need to practice uninstalling a Linux OS and reinstalling. I have the 4 Fedora Core CD's. Where Do I Start. Thanks,
Try hitting return a little more often. There is really no such concept as "deinstallation" of an OS. It's not like an app, which sits on top of another structure which remains if it is removed. It *is* the infrastructure. However, in order to "wipe it out", so to speak, you can do this: (as root) # dd -if=/dev/zero -of=/dev/hda bs=512 count=1 This will completely wipe your Master Boot Record (MBR) including the Partition Table (PT), and "effectively deinstall". Make *SURE* you have saved any information you need before doing that command! Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} This message made from 100% recycled bits. You have found the bank of Larn. I can explain it for you, but I can't understand it for you. I speak only for myself, and I am unanimous in that!