- root@ps3-linux:/dev# mkfs.ext3 /dev/ps3dd1
- mke2fs 1.41.12 (17-May-2010)
- Filesystem label=
- OS type: Linux
- Block size=4096 (log=2)
- Fragment size=4096 (log=2)
- Stride=0 blocks, Stripe width=0 blocks
- 917504 inodes, 3664820 blocks
- 183241 blocks (5.00%) reserved for the super user
- First data block=0
- Maximum filesystem blocks=3753902080
- 112 block groups
- 32768 blocks per group, 32768 fragments per group
- 8192 inodes per group
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
- Writing inode tables: done
- Creating journal (32768 blocks): done
- Writing superblocks and filesystem accounting information: done
- This filesystem will be automatically checked every 36 mounts or
- 180 days, whichever comes first. Use tune2fs -c or -i to override.
- root@ps3-linux:/dev# mkfs.ext3 /dev/ps3dd2
- mke2fs 1.41.12 (17-May-2010)
- Filesystem label=
- OS type: Linux
- Block size=4096 (log=2)
- Fragment size=4096 (log=2)
- Stride=0 blocks, Stripe width=0 blocks
- 3727360 inodes, 14894263 blocks
- 744713 blocks (5.00%) reserved for the super user
- First data block=0
- Maximum filesystem blocks=0
- 455 block groups
- 32768 blocks per group, 32768 fragments per group
- 8192 inodes per group
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
- 4096000, 7962624, 11239424
- Writing inode tables: done
- Creating journal (32768 blocks): done
- Writing superblocks and filesystem accounting information: done
- This filesystem will be automatically checked every 34 mounts or
- 180 days, whichever comes first. Use tune2fs -c or -i to override.
- root@ps3-linux:/dev# mkswap -f /dev/ps3dd3
- Setting up swapspace version 1, size = 2788364 kB
- no label, UUID=df80362f-7272-446b-9fb7-300a675f8804
- root@ps3-linux:/dev# blkid
- /dev/ps3dc: UUID="0000-0000" TYPE="vfat"
- /dev/ps3dd1: UUID="4f759e2a-0fd3-4783-b3fd-16bed6c68ed6" SEC_TYPE="ext2" TYPE="ext3"
- /dev/ps3dd2: UUID="5fd4c358-6889-4b0e-846f-538e051f8ad4" SEC_TYPE="ext2" TYPE="ext3"
- /dev/ps3dd3: UUID="df80362f-7272-446b-9fb7-300a675f8804" TYPE="swap"
- /dev/ps3vflashc: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
- /dev/ps3vflashd: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
- /dev/ps3vflashe: SEC_TYPE="msdos" UUID="0000-0000" TYPE="vfat"
- /dev/sda1: UUID="D631-1695" TYPE="vfat"
- root@ps3-linux:/dev#