Reader small image

You're reading from  Raspberry Pi Computer Architecture Essentials

Product typeBook
Published inMar 2016
Reading LevelIntermediate
Publisher
ISBN-139781784397975
Edition1st Edition
Languages
Right arrow
Authors (2):
Andrew K. Dennis
Andrew K. Dennis
author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis

View More author details
Right arrow

Setting up the external HDD


Next we will explore how we can use an external HDD attached to one of the USB ports to store our programs and operating system. This will involve modifying the boot settings as well as setting up the external hardware.

First of all, we need to know what the disk name of our external hard drive is so we can copy the operating system to it and configure the Raspberry Pi to use it.

The first step is to plug the external hard drive into one of the free USB drives. Once you have done this, you can proceed with the next steps.

Getting the disk name

Grabbing the disk name for the device once it is connected is fairly simple; you'll need this and the microSD card name as we move through this chapter.

Start by loading up the command line if you don't have it open already. There is a utility called df, which tells us the amount of space left on the file system of the mounted disk. In addition, it lists the names of the disks attached to the Raspberry Pi 2.

You can run the command...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Raspberry Pi Computer Architecture Essentials
Published in: Mar 2016Publisher: ISBN-13: 9781784397975

Authors (2)

author image
Andrew K. Dennis

Andrew K. Dennis is a full stack and cybersecurity architect with over 17 years' experience who currently works for Modus Create in Reston, VA. He holds two undergraduate degrees in software engineering and creative computing and a master's degree in information security. Andy has worked in the US, Canada, and the UK in software engineering, e-learning, data science, and cybersecurity across his career, and has written four books on IoT, the Raspberry Pi, and supercomputing. His interests range from the application of pataphysics in computing to security threat modeling. Andy lives in New England and is an organizer of Security BSides CT.
Read more about Andrew K. Dennis