Kategorie: Raspberry Pi
-
Externes Laufwerk mounten
Plug the storage device into a USB port on the Raspberry Pi. List all the disk partitions on the Pi using the following command:sudo lsblk -o UUID,NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,MODELThe Raspberry Pi uses mount points / and /boot. Your storage device will show up in this list, along with any other connected storage. Use the SIZE, LABEL, and MODEL columns to…