Skip to content

Instantly share code, notes, and snippets.

@akiradeveloper
Created February 26, 2014 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiradeveloper/9226004 to your computer and use it in GitHub Desktop.
Save akiradeveloper/9226004 to your computer and use it in GitHub Desktop.
strace mkfs.xfs した結果. 正常に終わってるんじゃないのこれ・・・closeまでしてますよ
pwrite(4, "XAGI\0\0\0\1\0\0\0\4\0\4\200\0\0\0\0\0\0\0\0\3\0\0\0\1\0\0\0\0"..., 512, 4831839232) = 512
pwrite(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 4831838208) = 512
pwrite(4, "IABT\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 3623890944) = 4096
pwrite(4, "XAGI\0\0\0\1\0\0\0\3\0\4\200\0\0\0\0\0\0\0\0\3\0\0\0\1\0\0\0\0"..., 512, 3623879680) = 512
pwrite(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 3623878656) = 512
pwrite(4, "IABT\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 2415931392) = 4096
pwrite(4, "XAGI\0\0\0\1\0\0\0\2\0\4\200\0\0\0\0\0\0\0\0\3\0\0\0\1\0\0\0\0"..., 512, 2415920128) = 512
pwrite(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 2415919104) = 512
pwrite(4, "IABT\0\0\0\0\377\377\377\377\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 1207971840) = 4096
pwrite(4, "XAGI\0\0\0\1\0\0\0\1\0\4\200\0\0\0\0\0\0\0\0\3\0\0\0\1\0\0\0\0"..., 512, 1207960576) = 512
pwrite(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 1207959552) = 512
pread(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 0) = 512
pwrite(4, "XFSB\0\0\20\0\0\0\0\0\0H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 0) = 512
fsync(4) = 0
ioctl(4, BLKFLSBUF, 0) = 0
close(4) = 0
exit_group(0) = ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment