Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.os.linux > #75565
| From | Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> |
|---|---|
| Newsgroups | alt.os.linux |
| Subject | Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? |
| Date | 2022-05-19 22:27 +0000 |
| Message-ID | <jenuhmFij1vU1@mid.individual.net> (permalink) |
| References | <SL-dnZNbAZEsxxv_nZ2dnUU7-RvNnZ2d@earthlink.com> <mJqdncnJkcgHChv_nZ2dnUU7-fmdnZ2d@earthlink.com> |
On 2022-05-19, Ant <ant@zimage.comANT> wrote: > My current HDD's df and /etc/fstab can be found in > https://pastebin.com/raw/zAJM6Npc. > > > In alt.os.linux.debian Ant <ant@zimage.comant> wrote: >> Hello. > >> What's the best and easy way to copy/move my old slow 320 GB SATA HDD's >> updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe >> it clean)? Yes, SSD is smaller but my Debian's installation only uses >> about 8 GB. I installed Debian use the whole 320 GB drive. I will still >> be using the same 13 yrs. old PC. > >> Thank you for reading and hopefully answering soon. :) > Boot up the latest version of SytemRescueCD/USB with both drives attached. Use fdisk -l to determine where the drives are located on the /dev tree. (example; determine which drive is /dev/sda and which is /dev/sdb) Partition the new SSD drive with fdisk, run mke2fs to create/ format ext4 filesystem on the partition, then run tune2fs -U <UUID-OF-HDD> on the partition/filesystem on the SSD to set the UUID to exactly what you have on the HDD. Mount both drive partitions/filesystems and use rsync to copy the filesystem from the HDD partition/filesystem to the SSD partition/filesystem. After rsync has completed copying the filesytem, chroot into the filesystem on the SSD and run the grub-install from the chrooted environment. Just a basic instruction as I do not have time at the moment to go into every detail as I am extremely burnt from a long day of work but could go into detailed instructions on how to do so later if you wish.
Back to alt.os.linux | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? ant@zimage.comANT (Ant) - 2022-05-19 09:56 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? ant@zimage.comANT (Ant) - 2022-05-19 14:16 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2022-05-19 22:27 +0000
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? bad sector <forgetski@postit_INVALID_.gov> - 2022-05-21 09:51 -0400
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Dustin Crook <frelwizzen@gmail.com> - 2022-05-21 09:48 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? ant@zimage.comANT (Ant) - 2022-05-21 14:24 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Bit Twister <BitTwister@mouse-potato.com> - 2022-05-21 18:40 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-05-21 19:52 -0400
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? ant@zimage.comANT (Ant) - 2022-05-22 19:45 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Bit Twister <BitTwister@mouse-potato.com> - 2022-05-22 20:57 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? William Unruh <unruh@invalid.ca> - 2022-05-23 15:44 +0000
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Smit Michael Glaser <frelwizzen@gmail.com> - 2022-05-23 09:17 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Bit Twister <BitTwister@mouse-potato.com> - 2022-05-23 13:43 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Ann Glaser <frelwizzen@gmail.com> - 2022-05-24 00:26 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Dustin Cook <frelwizzen@gmail.com> - 2022-05-23 23:54 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2022-05-22 23:27 -0400
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Bit Twister <BitTwister@mouse-potato.com> - 2022-05-22 23:02 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? William Unruh <unruh@invalid.ca> - 2022-05-23 15:55 +0000
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Smit Michael Glaser <frelwizzen@gmail.com> - 2022-05-23 02:34 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Steve Carroll <frelwizzen@gmail.com> - 2022-05-23 10:36 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? ant@zimage.comANT (Ant) - 2022-05-22 20:06 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? "J.O. Aho" <user@example.net> - 2022-05-19 21:50 +0200
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Bit Twister <BitTwister@mouse-potato.com> - 2022-05-19 15:00 -0500
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? "J.O. Aho" <user@example.net> - 2022-05-20 08:02 +0200
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2022-05-19 20:03 +0000
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? "J.O. Aho" <user@example.net> - 2022-05-20 08:10 +0200
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Steve Carroll - frelwizzer <frelwizzen@gmail.com> - 2022-05-20 05:37 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Steve <frelwizzen@gmail.com> - 2022-05-21 05:16 -0700
Syslinux (was: what's the best and easy way to copy/move ...) Ivan Shmakov <ivan@siamics.netREMOVE.invalid> - 2022-06-24 10:30 +0000
Re: Syslinux Computer Nerd Kev <not@telling.you.invalid> - 2022-07-11 18:12 +1000
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Paul <nospam@needed.invalid> - 2022-05-20 02:03 -0400
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Stephen Carrolll 8768 <frelwizzen@gmail.com> - 2022-05-20 06:57 -0700
Re: What's the best and easy way to copy/move my old slow 320 GB SATA HDD's updated Debian bullseye v11.3 to an old fast 115 GB SSD (going to wipe it clean)? Steven Carroll <frelwizzen@gmail.com> - 2022-05-20 14:56 -0700
csiph-web