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)