I am about to do a fresh install of Ubuntu 14.04 LTS release. I had Ubuntu 14.04 and installed emerald, and now I am unable to get the unity nor I am able to access my data. Only option left was to do a clean install again. Thankfully, I do have my data on another laptop. That raised a question how should I do the partitions and data security.
I always partitioned my 500 GB Hard-Disk as below:
- 500 MB - /boot
- 50 GB - /
- 450 GB - /home
- 4800 MB - swap
Data I kept in /home:
- Install applications like sublime-text, hadoop, intelliJ, eclipse, oracle-home manually
- Lot of Media stuffs like - Songs, Movies and Wallpapers
- Lots of books, documents and office stuff
I also install many applications/libraries using Synaptic
I also keep playing with my distribution and sometimes that leads to broken system and I have to do clean install again. And this might result in data loss.
Therefore, I need to know how to to below:
- How should I ideally partition my data
- How should I implement data security and backup of /home and softwares installed manually as well as through Synaptic. I do work on development projects and data keep adding on.
/part1
and/part2
will help to organize things better. Even if we mess up with/part1
, data stored in/part2
will be unaltered. HTH! For dd images, you should follow this threadhttp://askubuntu.com/questions/537012/dd-image-size-does-it-equal-the-size-of-the-partition
– BDRSuite Oct 27 '14 at 06:34http://askubuntu.com/questions/343268/how-to-use-manual-partitioning-during-installation
– BDRSuite Oct 27 '14 at 06:38500 MB - /boot, 50 GB - /, 250 GB - /home, 200GB - /part1, 4800 MB - swap
.where
– BDRSuite Oct 27 '14 at 06:46/part1
is a new partitionSorry for these many questions. I actually used Windows 7 with 4 partitions 1 Partition only for Windows while data resided in other partitions. Therefore, if i have to reinstall the OS, my data was kept secured.
– Gaurav Dighe Oct 27 '14 at 06:48