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 am currently running windows xp as main OS & running linux from my USB.
But i want to remove windows completely & install linux.
But i find a problem here.
If i install Linux as main OS and remove windows completely, then is it possible that the data present in my D, E & F drives will get lost because disk drives doesnt exist in linux.
I dont want to lose my data present in the drives.
So, i would like somebody to give me suggestions, what to do now ?
I know about backup. It is the last solution because for that, i need a large storage space for storing huge amount of data.
Thanks for reply
No, backup is the first solution, because it will take you a huge amount of time to recreate a huge amount of data if it is lost for any reason (drive failure, theft, virus, human error, etc.)
I know about backup. It is the last solution because for that, i need a large storage space for storing huge amount of data.
Thanks for reply
No, you can save your data which exist in D,E or F partition.(condition= if you have installed the XP in C: drive) and as well as you can install the linux.
As a precuation you can move your data in some external hard disk,USB or other PC .It is upto you.
For C: drive data you have to take the backup that is sure.
If that data is important, then you need to back it up.
To erase all the data, and then install Linux, you need to store the data somewhere. If there is no other copy, then that does not count as backup. In other words, you maybe need to make TWO copies of your data.
Please tell us the hard disk size and the size of the partitions ( Windows calls them "drives")
As already mentioned, you can access existing Windows "drives" from Linux---you just need to create enough space for Linux.
You can also simply install another hard drive just for Linux.
But you still need to backup that data even if you do not install Linux......
Are you familiar with Linux drive/partition naming conventions? When you begin your install, you will not see any reference to C, D, E or F. The drives are sda, sdb, sdc which are equivalent to the first, second and third physical drive. Partitions are numbered. sda1, is the first partition on the first drive, etc. So if you know where your operating system for windows is and the size of the drive, you should be able to determine which has the system you wish to overwrite. Giving the Linux operating system you are planning to install would help and backing up your data would help you.
It's entirely possible to just overwrite the one partition that contains your windows OS. Once you identify which disk/partition your windows OS lives on, you simply install linux to that same disk/partition and leave all of the others alone. Having a good backup is always advisable though.
Routine backing up is extremely important regardless if you are installing a new OS or not. Why can you not buy a standalone external harddisk and move your data to that so that you don't risk whiping the data with the new install?
Thanks for all your advices. I am getting a little idea what should i do now.
Quote:
Originally Posted by pixellany
If that data is important, then you need to back it up.
To erase all the data, and then install Linux, you need to store the data somewhere. If there is no other copy, then that does not count as backup. In other words, you maybe need to make TWO copies of your data.
Please tell us the hard disk size and the size of the partitions ( Windows calls them "drives")
As already mentioned, you can access existing Windows "drives" from Linux---you just need to create enough space for Linux.
You can also simply install another hard drive just for Linux.
But you still need to backup that data even if you do not install Linux......
My hard disk size is 120 GB, each partition is of 30 GB. But i already mentioned that i dont have any use of windows now because linux provides everything which windows provides. So i am thinking to completely remove windows xp from my system
Thanks
Quote:
Originally Posted by cmgeo
Hello arjun
please give the operating system you are using from usb and also inform do you have any critical data on c drive.
i can suggest you a solution based on your reply
---------- Post added 07-17-12 at 03:43 PM ----------
By operating system i mean linux distribution you are using.
Hello cmgeo
I am using Backtrack 5 r2 from my USB. There is not critical data in C. All important data are present in D,E & F drives
1. just install Linux over your C: drive and mount the rest as ntfs mounts.
Not really optimal, as NTFS has a different ownerships/permissions model to Linux.
Also risky if you don't know how to do a restricted install like that.
2. backup ALL your important data, then install Linux across the whole machine. Simpler and better in the long run.
You should backup everything anyway on a regular basis and definitely before trying either of the options above.
As said above data backup is the most relevant thing.
You could always mount your ntfs partitions on linux to access them. If in doubt try searching for 'HOWTO for mounting ntfs in linux' on google
Your C drive will most probably listed as /dev/sda1. in some extremly rare cases they then to be more than no 1, hence verify it and format the drive and then install your distribution
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.