thesourcerer8 / hddsuperclone

HDDSuperClone, HDDSuperTool
GNU General Public License v2.0
385 stars 34 forks source link

live cd does not detect nvme drive? #24

Open jimsy3 opened 1 year ago

jimsy3 commented 1 year ago

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?

thesourcerer8 commented 1 year ago

Can you provide screenshots please?

jimsy3 commented 1 year ago

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

jimsy3 commented 1 year ago

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 commented 1 year ago

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?

thesourcerer8 commented 1 year ago

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