create

All posts tagged create by Linux Bash
  • Posted on
    Featured Image
    When managing Linux systems, understanding how to create and manage filesystems is crucial. Filesystems are the methods and data structures that an operating system uses to control how data is stored and retrieved. Without a filesystem, it would be impossible to store data in an organized manner. In this guide, we will walk through the processes of creating a new filesystem and mounting it using the Linux command line, also known as Bash. Before creating a filesystem, you must have a storage device (like a hard drive or SSD) that is not already allocated. You can list all connected storage devices by using the lsblk command. lsblk This command will show you all the available block devices and their mount points.