Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Networks and Servers using Beaglebone

You're reading from  Building Networks and Servers using Beaglebone

Product type Book
Published in May 2015
Publisher
ISBN-13 9781784390204
Pages 110 pages
Edition 1st Edition
Languages

Determining the available partitions


The first thing that we have to do is to determine the volumes that the Kernel thinks are available to it. We do this using the fdisk –l command.

Here's the output of the fdisk -l command before you've attached the USB hub and USB disks; the reader should note that only block devices (mmcblk) appear in the listing:

Tip

If you connect the USB flash drives one at a time to your hub, you can label them as sda and sdb in case they are ever removed.

Moreover, here's the output of the command after you've attached the disks. Note that several new devices have appeared now. Rather that block devices, these devices appear as /dev/sda1 and so on.

Tip

The term mount is a leftover from the "good old days" when a techie had to physically mount a disk or magnetic tape on a drive.

If you use the the df –k command, it will show you the filesystems that are mounted and their mount points.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}