How to delete a partition in linux?
You can delete a partition in Linux using the fdisk, parted or gdisk command-line utilities, depending on the partition table ...
Read more
Mount file systems at boot by UUID or label in linux
Configuring your Linux system to mount file systems at boot using Universally Unique ID (UUID) or label is a good ...
Read more
How to format a partition with the ext4 or xfs filesystem in linux?
To format a partition with the ext4 or xfs filesystem on a Linux system, you can use the mkfs.ext4 command. ...
Read more
How to create a new logical partition in linux?
To create a new logical partition within an extended partition in Linux, you can use the fdisk or parted command-line ...
Read more
How to create a new primary partition on a blank disk in linux?
To create a new primary partition on a blank disk in Linux, you can use the fdisk or parted command-line tools. ...
Read more
Create and Configure Local Storage and Filesystems in linux
Here are the 50 practical scenarios on how to Create and Configure Local Storage and Filesystems, which are important for ...
Read more