I have a dual boot system and I'm finally ready to remove my training wheels. Its time to say adieu to Windows, I have creates an ISO of my whole drive in case things go wrong and I intent to use GParted from within my Ubuntu system to simply delete every Windows related partition on the SSD (a separate drive) and then I wish to move Ubuntu to the newly freed drive and give it the drive it currently resides on as additional storage.
My question is that because I gave Windows additional storage on the drive my Ubuntu system is currently installed on I am unaware which partitions belong to to Windows and which belong to Ubuntu. So to clarify sda is all Windows and is no problem I'll delete it but sdb contains some partitions I am not certain on. These are some GParted screenshots
Windows
sbd containing both my Ubuntu install and some Windows storage
SO from the above screenshots my question is are sdb2 and sdb3 windows or Ubuntu?
thanks
sdb2
is windows (ntfs),sdb3
is ubuntu imho. I would back up all linux files and go for a fresh install, (something else
in the installer) with yourboot/efi
(fat32) and/
partition (ext4) on the SSD. The other drive will contain yourswap space
,/home
(ext4) and/usr
(ext4). I like giving/home
its own partition as it can make things easier when it comes to backing up and also restoring data. – Raffles Aug 17 '20 at 10:21/home
on the other drive. I don't know what the advantage is of having a separate partition for/usr
however, and swap partitions are no longer necessary on modern releases. – Jos Aug 17 '20 at 10:37/home
in its own partition, it gave a good explanation but it was a long while back. I haven't had the opportunity to upgrade my machines (talking about swap space) lately so I'm stuck with old technology for the moment. – Raffles Aug 17 '20 at 10:50/usr
rather than/home
I suppose? – Jos Aug 17 '20 at 10:51