12-29-2015, 12:07 PM
(12-29-2015, 10:11 AM)stevedat link Wrote: Can you guys guide me best ways to do it without losing any existing data at /home?There is no 100% guarantee when installing any operating system (Windows or Linux), so it's always advisable to make backup copies of important files before doing any new installation. Please do that if you can.
Whenever partitions on the drive need to be manipulated/changed there is always a risk that something will go wrong. When following correct procedures problems are rare, but there is always some risk involved.
In order to give you best advise on how to proceed, please boot into Linux Lite, open a terminal and post back here with the output from this command:
Code:
sudo parted --list
That will show exact partition structure on the disk right now and whether those partitions are "primary" or "logical", which is important to know before giving you instruction.
If you are only planning to use Windows for a few things (and don't plan to install a lot of programs to it), there is a good chance that you may not need to shrink your Linux home partition at all. Your current LL root partition is 80GB, which is way more than necessary. I believe a new install of Win 10 will take-up around 20GB +/- of space. Your LL root probably uses only 6-10GB of space, so you can safely shrink the root partition to 20GB and still have plenty of space left over for expansion. That will leave you with 60GB to put Windows on. Windows will take-up about 20GB of that and you'll still have around 40GB left to install other programs, etc.
If you want to see exactly how much space is being used on your LL root partition right now, open a terminal, enter this command and look at what is says for the root partition:
Code:
df -h
Before doing anything, make sure you have a "live" Linux Lite dvd/usb. If you still have the one you used to install LL, good. If not, make a new one and test booting it to make sure it works properly.
You will need the LL dvd/usb to shrink the root and/or home partition. (You can not do that while booted into the LL that you installed on the hard drive. It must be done from a live dvd/usb.)
After you post back with terminal output requested above, I (or someone else) will get back to you with specific instructions on how to proceed. Unless you already know how to fix boot issues yourself, don't attempt to shrink the root partition before one of us posts back with those instructions. (Shrinking root could break booting of LL, so you'll need to know how to fix that using a live dvd/usb before you try doing it.)
Try Linux Beginner Search Engine for answers to Linux questions.