Posted 21 April 2013 - 08:05 PM
Place a computer. Place a drive a few metres away. Places modems on both devices. Run cable between them. Right-click the drive’s modem, and be informed that its name is “drive_0”. Put a floppy in the drive. Observe the mount point, “disk”, appearing in the root directory. In lua, run “fs.getDrive("disk")”. Result: “right” (where the modem is). Expected result: “drive_0”, where the drive is, matching every other function that accesses disk drives by so-called side (which now includes network names).