GNU Info

Info Node: (fdutils.info)Ext2

(fdutils.info)Ext2


Prev: CPIO Up: Nickel tours
Enter node , (file) or (file)node

Ext2 (Second Extended File System)
==================================

     mke2fs /dev/fd0 1440          # Makes an ext2 filesystem of 1440
                                   # block on A:
     mke2fs -c /dev/fd0 1440       # Same as above, but tests floppy first
     e2fsck /dev/fd0               # Tests filesystem integrity. (like
                                   # chkdsk in Dos)
     e2fsck -p /dev/fd0            # Repairs filesystem. (like chkdsk /f
                                   # in Dos)
     mount -t ext2 /dev/fd0 /mnt   # Mounts the disk in A: on /mnt.
                                   # The directory /mnt must already exist
     umount /mnt                   # Unmounts /mnt. No process should
                                   # have its working directory in /mnt
                                   # No process should have open files in
                                   # /mnt

   Note: don't use ext2 on 2m disks On some systems `mke2fs' is also
called mkfs.ext2, and e2fsck is also called fsck.ext2


automatically generated by info2www version 1.2.2.9