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