About 43 results
Open links in new tab
  1. fdisk command in Linux Explained [with Examples]

    Aug 28, 2022 · fdisk is a powerful command-line utility in Linux used for managing disk partitions on your system. With fdisk, you can create, delete, resize, and manage partitions on your hard …

  2. fdisk vs parted - Compared - LinuxOPsys

    Nov 1, 2023 · fdisk fdisk is a traditional disk partitioning tool primarily designed for MBR (Master Boot Record) partition tables. Key Features MBR Support: Traditionally used for creating and …

  3. How to Check Unallocated Space on Linux - LinuxOPsys

    Jun 27, 2022 · Here shows commands which can help to check unallocated space on your Linux system in order to extend existing partition or create a new disk.

  4. How to Mount XFS Filesystem - LinuxOPsys

    Jul 5, 2022 · Learn here how to mount XFS filesystem and its options. XFS is a high-performance 64-bit journaling file system created by SGI in 1993.

  5. How to Format a USB Drive as exFAT on Linux - LinuxOPsys

    Jun 22, 2022 · To create and add a new partition. Just type n in fdisk menu: n n - command is for creating a new partition. After you type, It will ask to enter some values, you can just press …

  6. gdisk Command in Linux with Examples - LinuxOPsys

    Nov 11, 2023 · gdisk is an interactive command-line tool used for managing disk partitions, particularly designed for disks using the GUID Partition Table (GPT) format. It

  7. How to Shrink Root Partition without Live CD/USB

    Apr 11, 2023 · Using fdisk we perform the following task in the script. Start delete command Choose partition number 2 for deletion Create a new partition Make it a primary partition Enter …

  8. How to List Disks in Linux Command Line - LinuxOPsys

    Jun 21, 2022 · The fdisk command is a text-based utility used to manage disk partitions. Using fdisk you can list disk partitions, create a new partition, delete an existing hard disk partition …

  9. Shell Script to Create and Format a Partition

    Dec 20, 2023 · Do you have a new disk on your Linux system and want to format it? Here we have created a bash script that creates and formats a partition with the ext4 filesystem.

  10. How to List USB Devices in Linux - LinuxOPsys

    Oct 10, 2023 · List USB Device Names Using fdisk Command You can use the good old fdisk command that is used for partitioning volumes to list all the partitions on the Linux system, …