Normal
You can have a look into /media/you_username/ in a terminal if it has already been mounted (unlike Windows, an external disk can be detected correctly but not reachable before it is mounted to a directory)[CODE]ls /media/your_username/[/CODE]If it is not there, to check if it has been recognized, see if you find it in the list of[CODE]sudo fdisk -l[/CODE]You should see something like:Try to find out your disk by its size.
You can have a look into /media/you_username/ in a terminal if it has already been mounted (unlike Windows, an external disk can be detected correctly but not reachable before it is mounted to a directory)
[CODE]ls /media/your_username/[/CODE]
If it is not there, to check if it has been recognized, see if you find it in the list of
[CODE]sudo fdisk -l[/CODE]
You should see something like:
Try to find out your disk by its size.