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?