Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
miyoyo

[Logical Problem] Unmanaged HDDs

Recommended Posts

Hello,

I've found this mod a little while ago now and, while going to the next level, I noticed some inconsistencies

 

 

1.Platters from another dimensions

All disks have platters, ranging from 2 to 6 and, while the getPlatterCount() function is completely useless (I'm not joking, except for quickly Identifying what was this function made for), The number it reports doesn't make sense, at least for the 4Mb drive.

 

  • The 1Mb Drive uses 2 Platters, so 512Kb each - âœ”ï¸ Logical!
  • The 2Mb Drive uses 4 Platters, so 512Kb each - âœ”ï¸ Logical too!
  • The 4Mb Drive uses... 6 Platters? 666.666... Kb each? - ✖ï¸Makes NO sense

2.Sizes, capacities, and sizes of capacities

The computer.getDeviceInfo() for drives reports:

  • Capacity
  • Clock
  • Class
  • Description
  • Product ID
  • Size
  • Vendor

Why are there two values for mostly the same thing?

  • Size : The space taken by something
  • Capacity : The space that can be taken inside of a container

This would make sense, if the Size was actually bigger than the capacity!

  • Size of a 1Mb drive :        1048576 Bytes = 1024 Kb
  • Capacity of a 1Mb drive : 1073741 Bytes =  1048,57 Kb?!

But what's crazier is that the drive command getCapacity() does not return the "Capacity", but the "Size" of the drive!

3.Firing the manager

I Think one of the worse thing about all of this is that the Unmanaged mode is so badly referenced on the wiki (There is no reference to it when you search 'component' on the wiki wiki as of now) and if you don't know that it's called "Drive" and not "Filesystem" or just Hard Drive, You have to go to the filesystem component page and click on the drive component link to finally find how it works, and you just can't find how to switch the mode of a drive on the page (FYI: It's a right click, and doing it wipes the disk, and I just  added it to the component page) or crawl trough the wall of text that is the block and item section.

 

It's sad to see that this specific mode gets so little love.

 

In conclusion, you've just read a text about someone talking about a highly useful but unused feature that gets too little love :(

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.