Advertisement
remim

time mkfs.ext4 -v -cc -D /dev/sda1

Aug 11th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. # /dev/sda: ST4000VN000-1H4168
  2.  
  3. livecd ~ # sfdisk --dump /dev/sda
  4. label: gpt
  5. label-id: 2087E7E2-5D7E-4CA8-90A5-2513F1170B53
  6. device: /dev/sda
  7. unit: sectors
  8. first-lba: 34
  9. last-lba: 7814037134
  10. /dev/sda1 : start= 2048, size= 7814035087, type=0FC63DAF-8483-4772-8E79-3D69D8477DE4, uuid=03BB2AF8-80E9-4963-9B83-DFD39E838C5B, name="Linux filesystem"
  11.  
  12. livecd ~ # time mkfs.ext4 -v -cc -D /dev/sda1
  13. mke2fs 1.43.6 (29-Aug-2017)
  14. /dev/sda1 contains `5View capture file' data
  15. Proceed anyway? (y,N) y
  16. fs_types for mke2fs.conf resolution: 'ext4'
  17. Filesystem label=
  18. OS type: Linux
  19. Block size=4096 (log=2)
  20. Fragment size=4096 (log=2)
  21. Stride=0 blocks, Stripe width=0 blocks
  22. 244195328 inodes, 976754385 blocks
  23. 48837719 blocks (5.00%) reserved for the super user
  24. First data block=0
  25. Maximum filesystem blocks=3124756480
  26. 29809 block groups
  27. 32768 blocks per group, 32768 fragments per group
  28. 8192 inodes per group
  29. Filesystem UUID: 9249ce26-572d-4e84-9969-1b244cc16673
  30. Superblock backups stored on blocks:
  31. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  32. 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
  33. 102400000, 214990848, 512000000, 550731776, 644972544
  34.  
  35. Running command: badblocks -b 4096 -X -s -w /dev/sda1 976754384
  36. Testing with pattern 0xaa: done
  37. Reading and comparing: done
  38. Testing with pattern 0x55: done
  39. Reading and comparing: done
  40. Testing with pattern 0xff: done
  41. Reading and comparing: done
  42. Testing with pattern 0x00: done
  43. Reading and comparing: done
  44. Warning: the backup superblock/group descriptors at block 578748416 contain
  45. bad blocks.
  46.  
  47. Allocating group tables: done
  48. Writing inode tables: done
  49. Creating journal (262144 blocks): done
  50. Writing superblocks and filesystem accounting information: done
  51.  
  52.  
  53. real 4460m24.675s
  54. user 90m3.790s
  55. sys 77m36.310s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement