Hook

Their other posts in the index, biggest breakout first.
Mounted volume not working??? So I just mounted a 15 gigabyte volume on my server and it still didn't work. I'm trying to investigate and I'm like, dude, it clearly says, obviously 14 gigs, but I have a 15 gigabyte instance right here. And when I transfer everything, projects into it, it failed halfway and only three and a half gigs or so were being used. So I did some more digging and turns out, and in Linux, every single file and folder, no matter how small, requires an exact one inode to exist. So I ran this command and basically it told me how many inodes I have, which turned out to be an issue because you, node modules is. It basically makes a new inode for every file. So the fix was pretty simple. I had to run this command and basically it just tells Linux for every 4 kilobytes of space, create an index. So now basically I have millions of index cards instead of thousands. So right now, only 7.2 gigabytes are actually being used. All my projects are in here now and only 16% of inodes are being used. That was the actual issue.