Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 2.40 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. root@ps3-linux:/dev# mkfs.ext3 /dev/ps3dd1
  2. mke2fs 1.41.12 (17-May-2010)
  3. Filesystem label=
  4. OS type: Linux
  5. Block size=4096 (log=2)
  6. Fragment size=4096 (log=2)
  7. Stride=0 blocks, Stripe width=0 blocks
  8. 917504 inodes, 3664820 blocks
  9. 183241 blocks (5.00%) reserved for the super user
  10. First data block=0
  11. Maximum filesystem blocks=3753902080
  12. 112 block groups
  13. 32768 blocks per group, 32768 fragments per group
  14. 8192 inodes per group
  15. Superblock backups stored on blocks:
  16.         32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
  17.  
  18. Writing inode tables: done                            
  19. Creating journal (32768 blocks): done
  20. Writing superblocks and filesystem accounting information: done
  21.  
  22. This filesystem will be automatically checked every 36 mounts or
  23. 180 days, whichever comes first.  Use tune2fs -c or -i to override.
  24. root@ps3-linux:/dev# mkfs.ext3 /dev/ps3dd2
  25. mke2fs 1.41.12 (17-May-2010)
  26. Filesystem label=
  27. OS type: Linux
  28. Block size=4096 (log=2)
  29. Fragment size=4096 (log=2)
  30. Stride=0 blocks, Stripe width=0 blocks
  31. 3727360 inodes, 14894263 blocks
  32. 744713 blocks (5.00%) reserved for the super user
  33. First data block=0
  34. Maximum filesystem blocks=0
  35. 455 block groups
  36. 32768 blocks per group, 32768 fragments per group
  37. 8192 inodes per group
  38. Superblock backups stored on blocks:
  39.         32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  40.         4096000, 7962624, 11239424
  41.  
  42. Writing inode tables: done                            
  43. Creating journal (32768 blocks): done
  44. Writing superblocks and filesystem accounting information: done
  45.  
  46. This filesystem will be automatically checked every 34 mounts or
  47. 180 days, whichever comes first.  Use tune2fs -c or -i to override.
  48. root@ps3-linux:/dev# mkswap -f /dev/ps3dd3
  49. Setting up swapspace version 1, size = 2788364 kB
  50. no label, UUID=df80362f-7272-446b-9fb7-300a675f8804
  51. root@ps3-linux:/dev# blkid
  52. /dev/ps3dc: UUID="0000-0000" TYPE="vfat"
  53. /dev/ps3dd1: UUID="4f759e2a-0fd3-4783-b3fd-16bed6c68ed6" SEC_TYPE="ext2" TYPE="ext3"
  54. /dev/ps3dd2: UUID="5fd4c358-6889-4b0e-846f-538e051f8ad4" SEC_TYPE="ext2" TYPE="ext3"
  55. /dev/ps3dd3: UUID="df80362f-7272-446b-9fb7-300a675f8804" TYPE="swap"
  56. /dev/ps3vflashc: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
  57. /dev/ps3vflashd: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
  58. /dev/ps3vflashe: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
  59. /dev/sda1: UUID="D631-1695" TYPE="vfat"
  60. root@ps3-linux:/dev#