Closed vaibhavholani closed 2 years ago
My best guess is that you are out of space in your home directory. That would explain https://github.com/hbs-rcs/hbsgrid-docs/issues/16 too.
Can you run
quota -s
and post the numbers here?
Here,
I am fine with removing everything on my drive, we were recently assigned a project space so planning to store data there. Could you please let me know how to do that?
Yep, you have used all 50 Gb, that is likely the cause of this and the other problems you reported. Bummer that trying to empty your trash didn't work, you were on the right track with that.
You should be able to open a Terminal on the Grid and run
rm -rf ~/.local/share/Trash/*
to manually empty the trash, can you try that?
Done, however, I only freed up about 205MB on the machine and all my home folders are empty. Not sure what is taking up all the space.
No, I think it looks good. The first number tells you how much space you are using, see how it went down from 51200M
to 205M
? I think you should be all set. Can you try e.g. configuring rclone
again as in https://github.com/hbs-rcs/hbsgrid-docs/issues/16 and see if it works now?
It works now! Thanks!
Title^