Setup Raspberry Pi from scratch: Difference between revisions

From James's Wiki
(Created page with "sudo apt-get install tree")
 
No edit summary
Line 1: Line 1:
sudo apt-get install tree
sudo apt-get install tree
To find the SD Card for you Raspberry Pi, Insert it into your computer and type:
lsblk
Assuming that you only have one similarly sized device inserted at this time it should be fairly easy to figure out which device you want based on size.
If your using a Linux distro like Ubuntu, it will automaticly mount your SD Card, and you don't want that so umount it with:
sudo umount /dev/<device number>
Repete this command adjusting the device number until all partitions are unmounted.

Revision as of 00:13, 19 November 2017

sudo apt-get install tree


To find the SD Card for you Raspberry Pi, Insert it into your computer and type:

lsblk

Assuming that you only have one similarly sized device inserted at this time it should be fairly easy to figure out which device you want based on size. If your using a Linux distro like Ubuntu, it will automaticly mount your SD Card, and you don't want that so umount it with:

sudo umount /dev/<device number>

Repete this command adjusting the device number until all partitions are unmounted.