It's a type of Planche
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

dd_create_sparse_file 138B

123
  1. # Create sparse.img with 100G (1K * 104857600) and
  2. # actually transfer 0 K into it (count).
  3. dd of=sparse.img bs=1k seek=104857600 count=0