mkfs blkid fstab

mkfs: This command stands for make file system and it is used to format the partition by using file system.

Syntax: mkfs.
       Ex: mkfs.ext3 /dev/hdb
             mkfs.ext4 /dev/hda
blkid: This command is used to check file-system type of partion.

Ex: blkid /dev/hda

fstab: This is one of the inbuilt file of linux which is used to mount partition permanently across the reboot.


No comments:

Post a Comment