Score:0

I copied my hdd to ssd with ddrescue it worked earlier but didn't work this time why?

in flag

I generally use this command sudo ddrescue /dev/sda /dev/sdb --force to clone my hdd ubuntu to ssd and the ssd would boot and work like a charm but .. this time the new ssd drive is not booting. does have to do with the file system in target ssd doesn't ddrescue or dd do a complete clone including file system and all.What can I do to clone my harddrive to ssd make that ssd a fully independent bootable disk;

oldfred avatar
cn flag
Better to just do a new install & restore data from your normal backup. Helps to prove your backup is complete, also. You cannot reboot with both drives connected as you cannot have duplicate UUID or GUIDs. If cloning from booted install, you may not be copying everything anyway in sync as system is running. Clone should only be done from another system.
sudodus avatar
jp flag
The target drive must be at least as big (not one single byte smaller) as the source drive, and the physical sector sizes should be the same for a clone to work correctly. You can find the sector size with for example `sudo fdisk -lu`. If a GUID partition table, GPT, you must also fix the backup partition table. See [this link](https://askubuntu.com/questions/958242/fastest-way-to-copy-hdd/958248#958248) for more details. - `ddrescue` is a reliable tool and is not causing problems. It might still be a good idea to make a fresh installation and get rid of old cruft.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.