Notice: 関数 _load_textdomain_just_in_time が誤って呼び出されました。tcd-source
ドメインの翻訳の読み込みが早すぎました。これは通常、プラグインまたはテーマの一部のコードが早すぎるタイミングで実行されていることを示しています。翻訳は init
アクション以降で読み込む必要があります。 詳しくは WordPress のデバッグをご覧ください。 (このメッセージはバージョン 6.7.0 で追加されました) in /home/braver/masamune.com/public_html/wp-includes/functions.php on line 6121
使用方法 | MASAMUNE Erasure
使用方法の解説

Usage:mmdd <source> <destination> [options]
Options:
- -b
- buffersize <num> sector size of input device/imagefile (default=512)
- -B
- skip <num> skip sector size in case of errs (default=100k)
- -s
- start <num> start position in input device/imagefile (default=0)
- -e
- end <num> end position in input device/imagefile (default=device size)
- -S
- copysize <num> copy size in input device/imagefile
- -d
- delay <num> the wait time when read bad sector(default=10s [1..60])
- -l
- logfile <file> log bad area in case of errs
- -r
- reverse reverse direction copy (default=forward)
- -t
- truncate truncate output file (default=no)
- -h
- help display this help and exit
example:
- High speed clone command
- mmdd /dev/sda /dev/sdb -b 4096
- Clone test command
- mmdd /dev/sda /dev/null -b 4096
- Reverse Clone command
- mmdd /dev/sda /dev/sdb -r
- Bad Sector Skip mode
- mmdd /dev/sda /dev/sdb -m 1
- Bad Sector Skip mode and Get Hash (Forensics Edtion Only)
- mmdd /dev/sda /dev/sdb -m 2