on 2021 Jul 22 9:28 AM
Hello,
Disk Space in my trial dev space has reached 100%. I am trying to delete projects to free some space but i am not able to delete any files or projects. I tried all option to clear cache and trash folders by following this GA Support but it still does not work.
Please help/ guide me how i can resolve this issue to get some space in my BAS.
Thanks and Regards,
Navya
Hi Navya,
"Enable Trash" checkbox should be deselected in order to disable trash. Can you please check that?
Regards,
Rima
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It looks like you are using Theia menu or right click menu. Please do not use it to delete the files.
Please open the Terminal and follow these steps as described in GA:
3. Clean the Trash folder in the "/home/user/.local/share/Trash/files" path by running the following command:
rm -rf /home/user/.local/share/Trash/files
4. Clean the yarn cache folder in the "/home/user/.local/cache" path by running the following command:
rm -rf /home/user/.cache
5. Clean the npm cache folder in the "/home/user/.npm" path by running the following command:
rm -rf /home/user/.npm
Note that deleting files or folders using Theia menu is not actually deletes the files but moves them to the Trash folder.
To actually delete the files, you should use the rm command from the terminal.
Step 3 above will clean your Trash folder.
Regards,
Boris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi boris.tsirulnik,
I tried the above 3 commands but there is no change in my disk space and unable to delete projects.
Thank you,
Navya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Could you please check if you have an error in a console when you press on delete? if yes, please attach it here.
Could you provide your workspace id and the full link to your project?
Best regards,
Inna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can analyze which folders are using most of the disk quota.
This is the command to see the usage breakdown for specific folder:
du -ahd1 /home/user | sort -hr
Also check the inodes and disk usage.
Disk
df -h /home
inodes
df -i /home
In worst case, you can create a new dev space and move some of the projects there.
Regards,
Boris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI ,
Please try to check the param "enable trash":
File-> settings-> open preferences ->search for param "enable trash"-> check it
Stop and start the workspace.
In addition, please share the environment you are working on.
Best regards,
Inna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi inna.pinsky,
I have selected the enable trash option but result is the same.
My API Endpoint is https://api.cf.eu10.hana.ondemand.com.
Thank you
Navya
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.