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.