Disk Management
A collection of 7 posts

umount Command in Linux
Learn some practical examples of using umount command to unmount the mounted disk partitions in Linux command line.
ยท Sagar Sharma

lsblk Command Examples
The lsblk command is helpful for getting information on drives and block devices on your Linux system.
ยท Sagar Sharma

findmnt Command Examples
Learn to use findmnt instead of mount for a more robust and customizable listing of mounted file systems.
ยท Eric Simard

fsck Command Examples
Linux systems come with a command line utility fsck to check for file system errors. Learn how to use it.
ยท Christopher Murray

mkfs Command Examples
mkfs is the command line tool in Linux to format a disk or partition in a certain filesystem of your choice.
ยท Christopher Murray

dd Command Examples
The dd command in Linux is a utility for copying and converting files and has many practical uses.
ยท Christopher Murray

df Command Examples
The df command is used for checking disk space in Linux. Learn some of the most common usage of the df command in Linux.
ยท Helder