hbs-rcs / hbsgrid-docs

Documentation and discussion forum for the HBS grid technology preview
https://hbs-rcs.github.io/hbsgrid-docs/
4 stars 4 forks source link

Not being able to delete items from the trash #18

Closed vaibhavholani closed 2 years ago

vaibhavholani commented 2 years ago

Title^

Screenshot 2022-01-27 at 10 52 42 AM
izahn commented 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?

vaibhavholani commented 2 years ago

Here,

Screenshot 2022-01-27 at 11 25 28 AM

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?

izahn commented 2 years ago

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?

vaibhavholani commented 2 years ago

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.

Screenshot 2022-01-27 at 11 43 51 AM
izahn commented 2 years ago

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?

vaibhavholani commented 2 years ago

It works now! Thanks!