Hard Drive SSD not recognize

Started by Manuel, October 30, 2016, 04:46:07 PM

Previous topic - Next topic

Manuel

Hi.
In my A20-OLinuXino-MICRO-4GB, I've put a 120GB SSD hard drive.
I just want to have data, not the system
The kernel is 3.4.103-00033-g9a1cd03-dirty.
df -h not recognize the hard disk.
What should I do to use it?

Greetings.
::) ::)

martinayotte

"df" is not the tool to use, it is only showing mounted partitions.
use "fdisk -l" instead.

Manuel

Hi.
All done.
Thanks for everything.