Open main menu

Changes

How to View/Partition/Format/Mount HDD/SSD

54 bytes added, 18:41, 26 July 2023
1. Check USB device:
lsusb
The result is as follows
‎<pre>
Bus 002 Device 004: ID 152d:0561 JMicron Technology Corp. / JMicron USA Technology Corp. JMS551 - Sharkoon SATA QuickPort Duo
Sometimes, '''insufficient power supply''' may also cause the USB device not to be found, so we can also try to replace a high-quality power adapter.
If you have tried these actions and still cannot solve the problem, please contact us ('''support@geekworm.com''') with the result information after running the lusb '''lsusb''' command and your order number.
2. View HDD/SSD
lsblk-pThe result is as follows
<pre>
pi@raspberrypi:~ $ lsblkNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT/dev/sda 8:0 0 298.1G 0 disk └─sda1 └─/dev/sda1 8:1 0 298.1G 0 part /dev/sdb 8:16 0 74.5G 0 disk └─sdb1 └─/dev/sdb1 8:17 0 74.5G 0 part /dev/mmcblk0 179:0 0 7.4G 0 disk ├─mmcblk0p1 ├─/dev/mmcblk0p1 179:1 0 256M 0 part /boot└─mmcblk0p2 └─/dev/mmcblk0p2 179:2 0 7.1G 0 part /
</pre>
The last There are two lines indicate that 2 SSDs devices were found. (/dev/sda and /dev/sdb)