Posts

Raspberry Pi - Tutorial #8 - Mounting Drives - Learn how to mount drives on your Pi!

Image
Commands used in this tutorial: tail -f /var/log/messages sudo fdisk -l cd /mnt sudo mkdir /mnt/usbstick sudo mount -t vfat -o uid=pi,gid=pi /dev/sda1 /mnt/usbstick cd /mnt sudo umount /mnt/usbstick sudo umount /dev/sda1

Raspberry Pi - Tutorial #7 - Editing Files, Root Access Using Sudo, Installing with Apt-Get

Image

Raspberry Pi - Tutorial #6 - Running Programs, File Permissions & Environment Variables

Image

Raspberry Pi - Tutorial #5 - Getting around the Unix command line

Image

Raspberry Pi - Tutorial #4 - First Boot

Image

Raspberry Pi – Tutorial #3B – Installing BerryBoot Multi-OS Loader

Image

Raspberry Pi - Tutorial #3 - Installing an OS

Image