LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to format linux os without loosing data (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-format-linux-os-without-loosing-data-925235/)

suresh.k 01-23-2012 06:26 AM

How to format linux os without loosing data
 
Hi all,
I am little bit confused with this problem,
how to format linux OS without loosing any data.
Means, in windows we have create partitions like C and D drives, there we can format OS from C Drive without loosing any data from D drive.
In Linux also is there any method to format only OS.
And In windows we can repair Operating System by booting from OS CD and then by pressing R to repair and by going to safemode and typing FIXBOOT and FIXMBR, this will repair the operating system. like this is there any option to repair Linux OS.

If we Install linux OS by default partion type then i get this partitions
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
33G 20G 11G 65% /
/dev/hda1 99M 12M 82M 13% /boot
tmpfs 490M 0 490M 0% /dev/shm

In this where the OS is Installed, and how to reinstall OS in that OS partition, in this what is /dev/mapper/volgroup00, /dev/hda and tmps partitions.
please explain step by step iam little bit confuse with this problems.

acid_kewpie 01-23-2012 06:33 AM

if you had created a separate /home partition then your data would have gone there, that could have been seen to be your "D:", but as you haven't there aren't any options that I would suggest would work out for you. You may be able to resize your / LVM volume there, assign that to be /home and then create a new LVM volume for / (which would be somethign equivalent to "C:"), but this will still probably leave you in a bit of a mess trying to clear up the old data there.

So it is possible, but it doesn't look feasible for the level of experience you suggest. I would recommend backing up your data and reinstalling from scratch, but this time remember to create a /home volume if you wish to be in a better situation next time.

grail 01-23-2012 06:43 AM

Chris is correct in that your current situation equivalent in Windows is you have used the entire drive for C: and now wish to format which will blat everything.

You could look at gparted and, as Chris has said, try to resize the current volume and create another to store your data, but I would also agree at this point
it may be just as easy to copy saved data to an external unit and format and repartition drive with a fresh install.

resetreset 01-23-2012 07:41 AM

Hey Suresh,
So glad to see a fellow Indian getting into Linux.

First of all, to format, the command is "mkfs" - you'll have a "mkfs.ext4" or whatever for your particular system. (ext4 is a type of filesystem).
Secondly, all those partitions you see are because of LVM - I'm not knowledgable about it, but it's a way to add and subtract physical drives from a "partition", i.e. it can resize on the fly (sounds amazing, right?) - Is Fedora the distro you're installing? If you were installing Ubuntu, you would not get these, as Ubuntu does not include the LVM system within it.

..and finally, to repair the boot sector, you'll need to reinstall GRUB. This question has probably been asked lots of times here on LQ, so just search for it.

If I've helped you, I'd appreciate a postcard :), but I don't like to give out my address online :(

acid_kewpie 01-23-2012 08:04 AM

Quote:

Originally Posted by resetreset (Post 4582087)
First of all, to format, the command is "mkfs" - you'll have a "mkfs.ext4" or whatever for your particular system. (ext4 is a type of filesystem).

The OP is clearly not wanting to directly format his partitions, please be careful what advice you give as it can be potentially misleading and confusing.

suresh.k 02-29-2012 11:58 PM

Iam very sorry for the late replay,
And iam very thank full to u all for this solution
Net=xt time i will create the seperate partition like D in windows so that i cant loose my data if i format the OS.

Suresh

grail 03-01-2012 12:08 AM

No probs ... hope it works out. Please remember to mark as SOLVED if you have your solution


All times are GMT -5. The time now is 07:47 AM.