This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Hawk777's profile picture

[MC 1.5.1] [CC 1.52] fs.getDrive wrong answer for network drives

Started by Hawk777, 21 April 2013 - 06:05 PM
Hawk777 #1
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).
Lyqyd #2
Posted 05 October 2014 - 03:47 AM
This bug (if it is a bug, rather than intended behavior) still exists as of CC 1.64.
dan200 #3
Posted 10 October 2014 - 12:39 PM
Fixed in ComputerCraft 1.65