Posted in linux
181
4:24 am, March 12, 2021

linux mount a drive manually

this is how you can mount a drive in linux

first list the drives available with: 

BASH

sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODEL

or this

BASH

sudo blkid

ok once we have the drive location in this example using /dev/sda2

BASH

sudo mount /dev/sda2 /mnt/media

 

linux mount a drive manually Demo

View Demo Full Screen View Demo New Tab

linux mount a drive manually Code

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here