From a980af948a247a31397100cf9f4384d836e8ef2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 2 Feb 2014 16:51:43 -0800 Subject: [PATCH] Updated Tutorial HardDrives (markdown) --- Tutorial-HardDrives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial-HardDrives.md b/Tutorial-HardDrives.md index 7f9f871..5abcf27 100644 --- a/Tutorial-HardDrives.md +++ b/Tutorial-HardDrives.md @@ -3,7 +3,7 @@ When [[writing programs|Tutorial/WritingCode]] you'll usually want to have your *Note*: all concepts in this tutorial also apply to [[floppy disks|Items#floppy-disk]]. First, insert a fresh hard drive into a computer: -![Inventory](http://i.imgur.com/zVgvsO1.png) +![Inventory](http://i.imgur.com/QQN9M79.png) You'll notice in the tooltip of the hard drive that it has been assigned an address (that shortened, alpha-numeric string). You don't have to remember that, it's just there for reference. Next, open the screen's GUI and type `df`. This program lists all present file systems and their current mount points. Among them you'll notice one that's only known by address (unlike the ROM and temporary file system). That should be the address you saw in the tooltip, earlier. ![Labeling](http://i.imgur.com/xFCHvVY.png)