Hardware overview

uname

 root@shubuntu  ~  uname -a                                                                                                                                     ✔  ⚡  71  05:03:59
Linux shubuntu 4.15.0-1031-raspi2 #33-Ubuntu SMP PREEMPT Wed Jan 16 09:52:45 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux

lshw -short

sudo lshw -html > [filename.html]
 root@shubuntu  ~  lshw -short                                                                                                                                  ✔  ⚡  75  06:07:17
H/W path  Device  Class      Description
========================================
                  system     Raspberry Pi 3 Model B Rev 1.2
/0                bus        Motherboard
/0/0              processor  cpu
/0/1              processor  cpu
/0/2              processor  cpu
/0/3              processor  cpu
/0/4              memory     912MiB System memory
/1        usb1    bus        DWC OTG Controller
/1/1              bus        SMC9514 Hub
/1/1/1            generic    SMSC9512/9514 Fast Ethernet Adapter
/2        wlan0   network    Wireless interface
/3        eth0    network    Ethernet interface

lsxxx

lscpu
lsblk
lsusb
lspci

mount

fdisk -l

 root@shubuntu  ~  fdisk -l                                                                                                                                     ✔  ⚡  73  06:04:36
Disk /dev/mmcblk0: 14.9 GiB, 16021192704 bytes, 31291392 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x85baa6c1

Device         Boot  Start      End  Sectors  Size Id Type
/dev/mmcblk0p1 *      2048   526335   524288  256M  c W95 FAT32 (LBA)
/dev/mmcblk0p2      526336 31291358 30765023 14.7G 83 Linux

Last updated

Was this helpful?