Explanation
The Linux file servers for UTD have quotas enabling the limitation of user’s storage to 10 GB. If you go over the quota you will not be able to write any new data. Existing data will still be accessible, but you will not be able to add any new data until you have deleted or moved enough data to go under the 10 GB quota. You can check your usage, by opening a SSH session.
Table of Contents
- Launch an SSH client (e.g. PuTTY).
- Enter
giant.utdallas.edu
as the Host Name.
- Ensure the SSH bubble is selected for "Connection type," then choose Open.
- Enter your NetID, Password, and Duo Authentication when prompted.
- Once connected to Giant, please enter the following command to display your disk usage:
du -sh $HOME
Enter the following command to list all large files on your drive. For best results, copy and paste this command:
find . -size +10M -exec ls -lh {} \;
Once you have identified a file that can be deleted, please enter the following command below while substituting the file's name as seen in the SSH client for "filename.": rm -f filename
This will delete the selected file from your drive. As seen in the image below, a file was deleted and confirmed through running the List Large Files command.
You can use these instructions to map your Mars drive and move or delete files directly. If you have any questions or concerns, please contact the OIT Service Desk or your departmental IT support about moving your data to Box, OneDrive, a department share, or local storage.