create

All posts tagged create by Linux Bash
  • Posted on
    Featured Image
    This tutorial outlines creating and mounting a new filesystem in Linux Bash, starting with identifying an unallocated device using `lsblk`. Steps include partitioning with `fdisk`, formatting with `mkfs.ext4’, and mounting to make the filesystem accessible. It concludes with how to ensure permanent mounts through `/etc/fstab`. The guide is essential for efficient data management on Linux systems.