Splitting and storing a single k32 plot into multiple drives #7829
Replies: 3 comments 3 replies
-
It's theoretically possible, but you would have to make some changes to chiapos. |
Beta Was this translation helpful? Give feedback.
-
You could swap out the K32 and replace with some K33 or K34. |
Beta Was this translation helpful? Give feedback.
-
If you're using Windows, somebody posted a guide about this in the Chia forum. https://chiaforum.com/t/tip-for-using-that-last-bit-of-space-on-your-drives/6400 I urged you though to read all the comments. Somebody accidentally reformatted all his drives following the guide. So be careful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have many drives that are filled with k32 plots but each each drive has 70GB space left. I know k31 plots are no longer in used for farming so the idea of using them to fill up the remaining 70GB is not feasible. Is it possible for DEV to create a way to split a k32 plot into N parts and be stored in N number of drives using some kind of file naming convention. E.g. plot-k32-3032-07-27-18-21-16-abcdef.plot can be split into like 5 parts and each file name will be like
plot-k32-3032-07-27-18-21-16-abcdef.plot_part_1_out_of_5
plot-k32-3032-07-27-18-21-16-abcdef.plot_part_2_out_of_5
plot-k32-3032-07-27-18-21-16-abcdef.plot_part_3_out_of_5
plot-k32-3032-07-27-18-21-16-abcdef.plot_part_4_out_of_5
plot-k32-3032-07-27-18-21-16-abcdef.plot_part_5_out_of_5
and each file can be stored anywhere in the list of plot directories. When each Challenge going through the filter, it would attempt to find 1st part "plot-k32-3032-07-27-18-21-16-abcdef.plot_part_1" and then search for remaining parts to process the challenge as if were process in the original plot "k32-3032-07-27-18-21-16-abcdef.plot". Of course if some parts went missing, then this plot cannot be used for challenge.
Beta Was this translation helpful? Give feedback.
All reactions