Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: Manuel on October 30, 2016, 04:46:07 PM

Title: Hard Drive SSD not recognize
Post by: Manuel on October 30, 2016, 04:46:07 PM
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.
::) ::)
Title: Re: Hard Drive SSD not recognize
Post by: martinayotte on October 30, 2016, 06:25:35 PM
"df" is not the tool to use, it is only showing mounted partitions.
use "fdisk -l" instead.
Title: Re: Hard Drive SSD not recognize
Post by: Manuel on October 30, 2016, 09:35:46 PM
Hi.
All done.
Thanks for everything.