Re: Make new ssd the boot drive

Originally Posted by
Prexy
karlmistelberger, here is fdisk -l
Code:
fdisk -l
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST3500418AS
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf010f010
DeviceBoot Start End Sectors SizeIdType
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 564633026 564426179 269.1G 7 HPFS/NTFS/exFAT
/dev/sda3 564633600 565776383 1142784 558M 27 Hidden NTFS WinRE
/dev/sda4 565778432 976773119 410994688 196G f W95 Ext'd (LBA)
/dev/sda5 565780480 570001407 4220928 2G 82 Linux swap / Solaris
/dev/sda6 570003456 653893631 83890176 40G 83 Linux
/dev/sda7 653895680 976752639 322856960 154G 83 Linux
Disk /dev/sdb: 111.79 GiB, 120034123776 bytes, 234441648 sectors
Disk model: Samsung SSD 850
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x821faa25
DeviceBoot Start End Sectors SizeIdType
/dev/sdb1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sdb2 206848 127377387 127170540 60.6G 7 HPFS/NTFS/exFAT
/dev/sdb3 152518656 234441647 81922992 39.1G 83 Linux
/dev/sdb4 127377408 152518655 25141248 12G 83 Linux
Partition table entries are not in disk order.
Your HDD is an old drive with SATA II interface. It's a bad bottleneck. Moving home from /dev/sdb4 to /dev/sda7 will slow down your machine again. To avoid this buy a larger SSD, which now come with a very reasonable price tag.
Another option is to go with /home on /dev/sdb4 and mount /dev/sda7 somewhere /home/username/HDD. Thus heavily used files stay on the faster /dev/sdb4 and less often used files may still be accessed easily.
If you indeed prefer to do the move, boot into Tumbleweed on /dev/sdb3 and login into a virtual console, e.g vt1. Change the mount point /home from /dev/sdb4 to /dev/sda7 in /etc/fstab and reboot.
AMD Athlon 4850e (2009), openSUSE 13.1, KDE 4, Intel i3-4130 (2014), i7-6700K (2016), i5-8250U (2018), AMD Ryzen 5 3400G (2020), openSUSE Tumbleweed, KDE Plasma 5
Bookmarks