Crystal Pony 04/01/2024 (Mon) 15:44 No.10107 del
>>10100
>212,693 total
>"ipfs dag import --stats QmbYszVbDz9TNvFGmvvTVVyL3M2vmiMDHj8NwyL3h8iusu.car" says... whatever it says, that may not correspond to the total count of DATA files that it uses up.
This:
>Pinned root QmbYszVbDz9TNvFGmvvTVVyL3M2vmiMDHj8NwyL3h8iusu success
>Imported 254327 blocks (2538815644 bytes)
254,327 blocks means that there's not enough inodes to host it all in that system. It would maybe fit if I used 1Mchunk+raw leaves, but I'd rather not do that. I wonder if I can zero out free space in that device then repartition it to something else which has more inodes. Or, I could do a different solution. (https://en.wiktionary.org/wiki/inode says "(computing) A data structure representing an object such as a file or a directory in a Unix (or similar) file system." - also includes symlinks.)