Last Updated on April 1, 2023 by mishou

You can see your devices and their separate file systems by listing information about all available or the specified block devices. Run the following command:

lsblk
the table of all the devices

If you want to mount the “/dev/sda2” drive on the “nvme0n1p2” drive, where Garuda Linux is installed, run the following code:

udisksctl mount -b /dev/sda2

You need to unmount the mounted device once you are done with your drive by running the following command:

udisksctl unmount -b /dev/sda2

You can learn more here:

How to Mount a Hard Drive in Linux Using the Command Line

By mishou

Leave a Reply

Your email address will not be published. Required fields are marked *