> Sent: Monday, December 02, 2024 at 2:40 PM
> From: "Andrew M.A. Cater" <amaca...@einval.com>
> To: debian-user@lists.debian.org
> Subject: Re: From SSD to NVME
>
> On Mon, Dec 02, 2024 at 05:49:18PM +0100, Hans wrote:
> > Hi folks,
> >
> > as my old notebook died, I ntend to buy a new notebook.
> > The old one has got a SSD drive, the new one an NVME.
> >
> > I want to clone the whole system 1 to 1 to the new NVME.
> >
>
> It might be easier to produce a clean new install and then just rsync
> data from the SSD drive to the appropriate directories on the NVME.
No it is better that everything comes over all at one time
>
>
> > In my /etc/fstab I am using UUID entries instead of /dev/sdX.
> > The new one then would have /dev/nvme* as entries (that is clear), but if I
> > am
> > using only UUID, the question:
> >
> > Will the UUID change at clone, even when the partitions are not changed in a
> > bit of size? IMHO the UUID will not change, but I am not quite sure.
> >
>
> I'm fairly sure this was brought up just about at the end of last month.
It depends upon if you created a partition table, partitions and filesystems on
the drive.
I create the drive layout on the drive then rsync the old drive to the new
drive.
Then I fixup the PARTUUID in the /etc/fstab and boot loader.
If I am using Archlinux or my own custom build os I have a blank /etc/fstab and
/etc/hosts
cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
cat /etc/hosts
# Static table lookup for hostnames.
# See hosts(5) for details.
[alarm@alarm ~]$ blkid
/dev/nvme0n1p1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="5A88-04BC"
BLOCK_SIZE="512" TYPE="vfat" PARTUUID="b2c58878-01"
/dev/nvme0n1p2: LABEL="rootfs" UUID="5170097f-f1f6-42d8-a2ff-8938cbdfa7be"
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="b2c58878-02"
>
> > When cloning from SSD to SSD this is working, but I have no experience when
> > cloning from SSD to NVME.
> >
>
> Hoping to keep partition sizes etc. identical across drives is hard so it
> does seem easier to just copy data from one drive to the other.
dd is your friend
https://www.howtoforge.com/linux-dd-command-clone-disk-practical-example/
https://thelinuxcode.com/clone-disk-using-dd-linux/
$ ls -l /dev/nvme0*
crw------- 1 root root 245, 0 Dec 2 16:14 /dev/nvme0
brw-rw---- 1 root disk 259, 0 Dec 2 16:14 /dev/nvme0n1
brw-rw---- 1 root disk 259, 1 Dec 2 16:14 /dev/nvme0n1p1
brw-rw---- 1 root disk 259, 2 Dec 2 16:14 /dev/nvme0n1p2
https://wiki.archlinux.org/title/Solid_state_drive/NVMe
https://www.linuxoperatingsystem.net/nvme-command-line-in-linux-a-deep-guide-for-beginners-and-advanced-users/
https://superuser.com/questions/1449499/why-does-linux-list-nvme-drives-as-dev-nvme0-instead-of-dev-sda
--
Hindi madali ang maging ako