I already have some data along with my windows operating system on my desktop. I intend to replace it with Ubuntu. So do I need to create a backup for my data even when I have more than 50 GB of free hard disk?
2 Answers
Backing up your data is always a good idea in case of problems.
50 GB unallocated space is enough to install Ubuntu.
It will not erase the other partitions, provided you pick the right install option (use free space).
- 6,924
If you create a new partition along side your already existing windows partition, you can perform your Ubuntu installation without any data loss. You can do this by reading my answer to this question. My answer is currently the second one and perform the part about disk defragmentation (the stuff I did with e4defrag) by using Window's Defregmentation utility. After creating your new partitions and filesystems (ext4 for the main Ubuntu install and a 5GB SWAP partition for SWAP), just go on to install the Ubuntu on your new partitions. No reason to touch the existing Windows partition, no risk of data loss.
- 637