4

I'm running ChrUbuntu 14.04 LTS on my Asus M004U Chromebox, and I wanted to find out information about the disks connected.

I tried sudo lshw, but got command not found. After attempting to install it using sudo apt-get install lshw, executing sudo lshw gave me:

terminate called after throwing an instance of 'std::bad_alloc'
what():  std::bad_alloc

Any ideas what's going on?

snoop
  • 4,040
  • 9
  • 40
  • 58
lemon
  • 41

1 Answers1

0

Use one of these commands:

sudo lshw -class disk -class storage

or

sudo hdparm -I /dev/sda