Storage Configuration
This guide describes how to attach and configure sealing and permanent storage for Curio nodes
Adding sealing storage location
curio cli storage attach --init --seal <PATH_FOR_SEALING_STORAGE>
OR
curio cli --machine <Machine IP:Port> storage attach --init --seal <PATH_FOR_SEALING_STORAGE>Adding long-term storage location
curio cli storage attach --init --store <PATH_FOR_LONG_TERM_STORAGE>
OR
curio cli --machine <Machine IP:Port> storage attach --init --store <PATH_FOR_LONG_TERM_STORAGE>Attach existing storage to Curio
Common errors (from support)
permission denied when attaching storage
permission denied when attaching storageStale/ghost storage endpoints in storage list
storage listFilter sector types
Separate sealed and unsealed
Segregating long-term storage per miner
Last updated