dmzeplin Posted April 4, 2005 Share Posted April 4, 2005 I have 10.1 official in my computer, and I wanted to format COMPLETE out, before my attempt with 10.2 RC2. When I tried to install 10.2 RC2 and I can see some 10.1 is till there which I tried to erase the data from 10.2 installation process. Since when I reboot after install 10.2 and I see there is still 10.1 desktop (wallpaper) still there. [moved from Everything Linux by spinynorman] Link to comment Share on other sites More sharing options...
niti Posted April 4, 2005 Share Posted April 4, 2005 (edited) During the installation, you will see the partition management section or thing like this. Pick in there custom or manual partition. Delete the partitions and create new partition or partitions. And go on to installation. Edited April 4, 2005 by niti Link to comment Share on other sites More sharing options...
Ixthusdan Posted April 4, 2005 Share Posted April 4, 2005 Your /home is not being formatted. Format /home along witht he rest, and you will wipe out your old settings. Link to comment Share on other sites More sharing options...
ramfree17 Posted April 5, 2005 Share Posted April 5, 2005 that might not be necessary ix. he only needs to remove his configuration files. that means you can just delete or move all files and directories beginning with a dot in your home directory. $ mkdir old-configs $ mv ~/.* old-configs or use a GUI-based window manager to do the select-move operation for you as my mv command might be rusty. :) ciao! Link to comment Share on other sites More sharing options...
idud Posted April 5, 2005 Share Posted April 5, 2005 You can use # mkfs.WHATEVERfs /device/name For example: # mkfs.reiserfs /dev/hda1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now