Next Previous Contents

6. Examples

THE COMMANDS AND THEIR OUTPUT (What I got on my system) :

********************************************************************
debian:~# mke2fs -j /dev/hda9
mke2fs 1.22, 22-Jun-2001 for EXT2 FS 0.5b, 95/08/09
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
134784 inodes, 269080 blocks
13454 blocks (5.00%) reserved for the super user
First data block=0
9 block groups
32768 blocks per group, 32768 fragments per group
14976 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376

Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 29 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
********************************************************************

********************************************************************
debian:~# tune2fs -i 0 /dev/hda9 
tune2fs 1.22, 22-Jun-2001 for EXT2 FS 0.5b, 95/08/09
Setting interval between check 0 seconds
********************************************************************

Next Previous Contents