hddsuperclone icon indicating copy to clipboard operation
hddsuperclone copied to clipboard

live cd does not detect nvme drive?

Open jimsy3 opened this issue 1 year ago • 5 comments

so i tried to use the latest live cd to clone a bit faulty nvme drive, but it did not even show it in the source list... the drive basically just froze a win10 picture and then went into boot loop after i had to press the reset button... (probably has bad sectors).

so is there something wrong with the program or is there an option to make it visible for the program, because the terminal commands can see the drive and all of its partitions?

jimsy3 avatar Mar 25 '23 21:03 jimsy3

Can you provide screenshots please?

thesourcerer8 avatar Mar 25 '23 21:03 thesourcerer8

i was probably using the 24.07 version tho, because i probably dont know how to install this github version...

jimsy3 avatar Mar 25 '23 21:03 jimsy3

so now i tried to install git and the hddsc, but it says that the hddsc repository does not exist?(the command in the readme file) i only typed "... install git", not "... install git-all" or anything... so how can i install this latest verion and test if it sees the disk with this? i guess the live cd has the same version that is in the other google drive folders(standalone version), so the standalone version would not work either?

jimsy3 avatar Mar 26 '23 11:03 jimsy3

ok, i used the full url and .git at the end, but now it gives these errors after the "make" command: hddsc.c:11 "usb.h" no such file or directory, commands,c:13 same thing, io.c:12, tool.c:11, usbrelay.c:12, common.c:7, clone_gui2.c:14 - all same error

so is there a way to install it manually from a .tar file or smth?

jimsy3 avatar Mar 26 '23 11:03 jimsy3

sudo apt-get install libusb-dev should help for the usb problem

thesourcerer8 avatar Mar 28 '23 14:03 thesourcerer8