Advertisement
Guest User

Untitled

a guest
May 24th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. vadi@gooseberry:~$ tune2fs -l /dev/sda1
  2. tune2fs 1.42 (29-Nov-2011)
  3. tune2fs: Permission denied while trying to open /dev/sda1
  4. Couldn't find valid filesystem superblock.
  5. vadi@gooseberry:~$ sudo tune2fs -l /dev/sda1
  6. tune2fs 1.42 (29-Nov-2011)
  7. Filesystem volume name: <none>
  8. Last mounted on: /
  9. Filesystem UUID: 20aa0109-67bb-46a0-95c6-626f0f0487eb
  10. Filesystem magic number: 0xEF53
  11. Filesystem revision #: 1 (dynamic)
  12. Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
  13. Filesystem flags: signed_directory_hash
  14. Default mount options: (none)
  15. Filesystem state: clean
  16. Errors behavior: Continue
  17. Filesystem OS type: Linux
  18. Inode count: 6807552
  19. Block count: 27228928
  20. Reserved block count: 1361446
  21. Free blocks: 2430490
  22. Free inodes: 6379403
  23. First block: 0
  24. Block size: 4096
  25. Fragment size: 4096
  26. Reserved GDT blocks: 1017
  27. Blocks per group: 32768
  28. Fragments per group: 32768
  29. Inodes per group: 8192
  30. Inode blocks per group: 512
  31. Flex block group size: 16
  32. Filesystem created: Sat Mar 24 04:28:52 2012
  33. Last mount time: Fri May 18 07:38:12 2012
  34. Last write time: Tue May 1 08:51:10 2012
  35. Mount count: 9
  36. Maximum mount count: 37
  37. Last checked: Tue May 1 08:51:10 2012
  38. Check interval: 15552000 (6 months)
  39. Next check after: Sun Oct 28 08:51:10 2012
  40. Lifetime writes: 353 GB
  41. Reserved blocks uid: 0 (user root)
  42. Reserved blocks gid: 0 (group root)
  43. First inode: 11
  44. Inode size: 256
  45. Required extra isize: 28
  46. Desired extra isize: 28
  47. Journal inode: 8
  48. First orphan inode: 5821341
  49. Default directory hash: half_md4
  50. Directory Hash Seed: a2d423c6-0d65-4b96-b3c9-482c1ba073a5
  51. Journal backup: inode blocks
  52. vadi@gooseberry:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement