How to show the mounted disk in devices list, my disk is mounted on /media
Here is the screen shot.
How to show the mounted disk in devices list, my disk is mounted on /media
Here is the screen shot.
First you need to make folder in /media ex. /media/Data then you can mount it to folder you've created before by using command :
# mount /dev/sda /media/Data
Now your mounted disk should appear in device list.
/media/$USER/...
, where $USER
is your username? BTW, there are better ways to mount
– Pablo Bianchi
Apr 05 '20 at 18:57
lsblk
ordf
(friendler thandfindmnt
,mount
orcat /proc/mounts
) – Pablo Bianchi Apr 05 '20 at 18:55