Skip to content
GitLab
  • Explore
  • Sign in
  • EDA Guides
  • eda-servers-guide
  • Wiki
  • storage

storage · Changes

Page history
Update storage authored May 06, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Hide whitespace changes
Inline Side-by-side
storage.md
View page @ 30f63b9b
# Storage Management and Quotas # Storage Management and Quotas
The servers have quite different storage capabilities and settings. The servers have quite different storage capabilities and settings. However, all servers have quotas activated to limit the disk occupation of single users. If you don't know what different types of quota mean, please check [online](https://en.wikipedia.org/wiki/Disk_quota).
Users can check their quota limits and current occupied space usage with the following command:
```
quota -s
```
Group quotas (currently not used) are checked with:
```
quota -s -g
```
The minimum between the user and group quotas is what determines the available space for a user.
## Storage on Philae ## Storage on Philae
...@@ -12,7 +27,7 @@ Currently, `philae.polito.it` is where most of the storage resources are. Theref ...@@ -12,7 +27,7 @@ Currently, `philae.polito.it` is where most of the storage resources are. Theref
philae.polito.it:/home/<user> philae.polito.it:/home/<user>
``` ```
All servers have quotas activated to limit the disk occupation of single users. The quota settings on philae are as follows: The quota settings on philae are as follows:
| Role | Quota | | Role | Quota |
| ------ | ------ | | ------ | ------ |
......
Clone repository
Home

Server Information
Account
Connecting to the Servers
  • Maintaining a Permanent Shell
  • File Transfers
Storage Management and Quotas
Monitoring Resources
  • Monitoring CPU and RAM
  • Monitoring GPU
  • Monitoring Storage
Gitlab
Software and Libraries
  • Additional Software on Philae (Modules)
  • Remote Code Deployment (Example with PyCharm)
  • Python Virtual Environments
  • EDA Technology Libraries
Miscellaneous
  • Setting CUDA Drivers on Icaro

Sidebar