Main Menu

RAIDing drives together

Started by JustMonika0, Jan 25, 2022, 06:21 AM

Previous topic - Next topic

JustMonika0

Hello! I recently have started a modpack survival with my friends and we've been using computercraft. The computercraft computers don't have enough space by default and the drives themselves are too small. Is there a code/program that would allow me to RAID several disk drives together? I tried looking into this one "http://www.computercraft.info/forums2/index.php?/topic/27776-ext2cc-raid-floppy-drives-beta/page__p__260931__hl__partition__fromsearch__1#entry260931" but I received errors everytime.

Lupus590

If you have access to the server configs then the easiest option would be to make the max storage sizes bigger.

JustMonika0

Quote from: Lupus590 on Jan 25, 2022, 09:58 AMIf you have access to the server configs then the easiest option would be to make the max storage sizes bigger.
Is there not a way to increase it within the game itself via a program? I'd prefer not to do that as it feels like cheating.

Lupus590

Outside of the RAID idea, I can't think of any other in-game ways.

If you just need to read large files then downloading the large file every time is an option, CC doesn't limit RAM.

IF you need to be able to write large files then RAID is your best option, if so then knowing what errors you are getting with Ext2CC will help me to fix it for you.