Hello,
I am currently using a dual boot Windows 10 + Manjaro KDE.
Right now i'm using Windows for gaming and Manjaro for pretty much everything else (Development, music production, web surfing, text editing, etc.).
Seeing that gaming on linux is way more accessible than before with to proton, and that the end of life of windows 10 is in roughly a year, I would like to use linux for pretty much everything (including gaming) and keep Windows on the side, as an emergency solution in case something goes wrong.
To do that, i would like to reorganize the partitions, but I am unsure of the safest way to do it.
Right now, my disks look like this :
> lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ntfs Recovery tools F65647105646D153
├─sda2 vfat FAT32 SYSTEM A848-DA23 969,9M 3% /boot/efi
├─sda3
├─sda4 ntfs Windows 388E60108E5FC4D2
└─sda5 vfat FAT32 3171-9208
sdb
├─sdb1
├─sdb2 ntfs New Volume 5CF414E0F414BE68
└─sdb3 ext4 1.0 52d29b2c-8d6d-4ed6-b6eb-5d31e292c14b 17,8G 81% /
sdc
└─sdc1 ntfs TOSHIBA EXT 6630DF0630DEDC5D
sr0
> lsblk /dev/sda
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 238,5G 0 disk
├─sda1 8:1 0 500M 0 part
├─sda2 8:2 0 1000M 0 part /boot/efi
├─sda3 8:3 0 128M 0 part
├─sda4 8:4 0 235,9G 0 part
└─sda5 8:5 0 1000M 0 part
> lsblk /dev/sdb
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdb 8:16 0 931,5G 0 disk
├─sdb1 8:17 0 16M 0 part
├─sdb2 8:18 0 803,5G 0 part
└─sdb3 8:19 0 128G 0 part /
sda is a ~200 Gb SSD and sdb a 1Tb HDD. The windows partition is on sda4 and the manjaro partition is on sdb3, meaning that windows takes about 10s to launch while manjaro takes 1 or 2 minutes. To fix this, I would like to move my Manjaro partition on sda, alongside windows.
My best guess to do this would be to :
- Backup all important data from windows and Manjaro (on an external hard drive)
- Use window's partition tool to create a partition for Manjaro on sda
- Install Manjaro on sda
- Reorder the sdb partitions to clear the old Manjaro data
Can something go wrong with this method ? And what are the partitions I should ABSOLUTELY do not modify ?
As a subsidiary question, I am wondering if Manjaro KDE is a good distro for my needs.
I have been using for about two years so far with no major issue, but I have heard that for some people this ditro can break pretty easily. That being said, I use almost no package from the AUR, so maybe that's why ?
Do you have any recommendations regarding distros for mainly dev/gaming? And is it possible to put KDE on it easily ? I like the way it feels/looks
Anyway, thank you if you have any advice or opinion on this.