LoginSignup
0
0

More than 3 years have passed since last update.

Windows10-64 Cygwin64 ddrescue

Last updated at Posted at 2021-03-26

備忘ログ(2021/3/26)

☆Windowsで実行
◎Cygwinで実行

☆Cygwin本体のダウンロード、インストール
  ・https://cygwin.com/install.html
   [setup-x86_64.exe]をクリック

☆パッケージのインストール
  ・tar
  ・lzip
  ・gcc-g++

☆windowsでDdrescueのダウンロード
  ・http://ftp.jaist.ac.jp/pub/GNU/ddrescue/
   [ddrescue-1.25.tar.lz]
  ・cygwin内に渡す

◎ddrescueのインストール
  ・tar -xvf ddrescue-1.25.tar.lz
  ・cd ddrescue-1.25/
  ・./configure
  ・make
  ・make install

◎ddrescueの実行
  ・https://minasesango.hatenablog.com/entry/2019/07/09/224633
  ・https://qiita.com/ryuichi1208/items/76806a1547fb94da2bca#%E4%BD%BF%E3%81%84%E6%96%B9%E3%82%AA%E3%83%97%E3%82%B7%E3%83%A7%E3%83%B3
  ・など参考に

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0