#[Solved ] move current OS drive to another drive.

9 messages · Page 1 of 1 (latest)

cosmic gulch
#
[phoenix@ArchLinux ~]$ lsblk 
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda           8:0    0 465.8G  0 disk 
└─sda1        8:1    0 465.8G  0 part /mnt/data
nvme0n1     259:0    0 476.9G  0 disk 
├─nvme0n1p1 259:1    0   1.5G  0 part /boot
├─nvme0n1p2 259:2    0    24G  0 part [SWAP]
└─nvme0n1p3 259:3    0 451.4G  0 part /var/tmp
                                      /var/log
                                      /var/lib/libvirt/images
                                      /home
                                      /var/cache
                                      /.snapshots
                                      /

in the above , nvme0n1 is all my arch-installation ( btrfs with subvolumes ), i want to move all that into sda as i may have to sell this laptop, sda is a ssd which i added to my laptop. I also have to preserve the data inside sda. 79 GB is being used in nvme and 86 GB in sda.

i am able to come up with the right term to search on the internet, also considering btrf ( subvolumes ) , i wanted to ask here first.

Please point out to me some guide from archwiki or some other you might now of.

Thank you.

lament wind
#

well, cloning the disk is always an option

cosmic gulch
cosmic gulch
dire basalt
#

dd

#

I think gparted can too

warm ember
#

rsync can too but i can't remember the proper flags for it

cosmic gulch
#

thank you .. i will look into those.