- #!/bin/bash
- echo "mke2fs 1.42.10 (1-May-2014)"
- sleep 0.05
- echo "Filesystem label=erv"
- sleep 0.05
- echo "OS type: Linux"
- sleep 0.05
- echo "Block size=1024 (log=0)"
- sleep 0.05
- echo "Fragment size=1024 (log=0)"
- sleep 0.05
- echo "30120 inodes, 120456 blocks"
- sleep 0.05
- echo "6022 blocks (5.00%) reserved for the super user"
- sleep 0.05
- echo "First data block=1"
- sleep 0.05
- echo "15 block groups"
- sleep 0.05
- echo "8192 blocks per group, 8192 fragments per group"
- sleep 0.05
- echo "2008 inodes per group"
- sleep 0.05
- echo "Superblock backups stored on blocks:"
- sleep 0.05
- echo 8193, 24577, 40961, 57345, 73729
- echo -n "Writing inode tables: "
- sleep 3; echo "done"
- echo -n "Creating journal (4096 blocks): "
- sleep 1; echo "done"
- echo -n "Writing superblocks and filesystem accounting information: "
- sleep 2; echo "done"
- sleep 0.05
- echo "This filesystem will be automatically checked every 38 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override."
Untitled
Posted by Anonymous on Thu 19th Feb 2015 08:17
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.