Advertisement
Guest User

Untitled

a guest
Feb 15th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. maden@madennetbook:~$ sudo mkfs.ext2 -m0 -c /dev/sdb
  2. [sudo] password for maden:
  3. mke2fs 1.42 (29-Nov-2011)
  4. /dev/sdb is entire device, not just one partition!
  5. Proceed anyway? (y,n) y
  6. Filesystem label=
  7. OS type: Linux
  8. Block size=4096 (log=2)
  9. Fragment size=4096 (log=2)
  10. Stride=0 blocks, Stripe width=0 blocks
  11. 492880 inodes, 1967872 blocks
  12. 0 blocks (0.00%) reserved for the super user
  13. First data block=0
  14. Maximum filesystem blocks=2017460224
  15. 61 block groups
  16. 32768 blocks per group, 32768 fragments per group
  17. 8080 inodes per group
  18. Superblock backups stored on blocks:
  19. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
  20.  
  21. Checking for bad blocks (read-only test): done
  22. Allocating group tables: done
  23. Writing inode tables: done
  24. Writing superblocks and filesystem accounting information:
  25. Warning, had trouble writing out superblocks.maden@madennetbook:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement