Hi Stan, Steve: My notes show that in late December and early January I did multiple successfull copies of a 2TB solid state drive using 20191226 Focal build for AMD64. Yes, the copy times were 4+ hours, but they were successfull copies and correctly booted OK. I have an Intel i7-4770S CPU, 3.10 GHz with 32GB DDR3 RAM.
Hi Steve, I did as you requested, see crash info in Bug#340 https://sourceforge.net/p/clonezilla/bugs/340/
ocs-onthefly: line 1347: 6093 killed ... failed to clone
I was doing my yearend full disk cloning using Clonezilla V2.6.4.10 and noticed that the copy times were now 6 hours up to 18 hours for 850GB of data on a 1TB disk. A year ago, the same data copy took about 3 hours using Clonezilla V2.5.6.22. On a differend PC, with only 186GB data on a 1TB disk, the previous 1 hour copy time went up to 18 hours. I should also note that the reliability of the copy process has improved, only 1 unusable copy this year, compared to a 30% - 50% failure rate in previous...
gnuplot support datablock from -e option
Hi Ethan: I did some more tinkering with the parsers involved here. To help with the diagnosis and provide a second opinion, I created the following DOS batch file: show_args.bat @echo off rem Show cmd line args passed to this batch file. echo 0=%0 1=%1 2=%2 3=%3 4=%4 5=%5 6=%6 7=%7 8=%8 9=%9 echo all=%* Here is the DOS command line parsing of arguments: c:\JOHN_MIS\PY_EX>show_args.bat a b c d e f g h i j k l m n o p 0=show_args.bat 1=a 2=b 3=c 4=d 5=e 6=f 7=g 8=h 9=i all=a b c d e f g h i j k l...
Request to support single-quotes on -e command syntax
gnuplot -V info not going to stdout on Windows?