LoginSignup
0
1

More than 5 years have passed since last update.

ddコマンド ダミーデータ生成

Last updated at Posted at 2019-01-09

ダミーデータ生成

ホームディレクトリ配下に1GBのデータファイルを1GB.dummyの名前で生成

$ dd if=/dev/zero of=~/1GB.dummy bs=1G count=1

ホームディレクトリ配下に10GBのデータファイルを10GB.dummyの名前で生成

$ dd if=/dev/zero of=~/10GB.dummy bs=1G count=10
0
1
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
1