In Manjaro Linux, you can perform disk management using several tools and commands. One of the most common ways is by using the fdisk command for creating, modifying, and deleting partitions, and mount for mounting filesystems.
For example, to list all available disks and partitions, you can use:
sudo fdisk -l
To manage disks graphically, you might use tools like GParted, which is a powerful partition editor for creating, reorganizing, and deleting disk partitions.
For managing file systems and mounting, you can use:
sudo mount /dev/sda1 /mnt
This command mounts the partition /dev/sda1 to the /mnt directory.
Additionally, df command can be used to check the disk space usage:
df -h
For more advanced storage management, including snapshots, replication, and high availability, you might consider using cloud services like Tencent Cloud's Block Storage, which offers persistent block storage for cloud virtual machines, ensuring data reliability and high performance.