2

How to show the mounted disk in devices list, my disk is mounted on /media

Here is the screen shot.enter image description here

1 Answers1

0

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.

Pablo Bianchi
  • 15,657