Commit 4f96cda8 authored by Aishwary Shukla's avatar Aishwary Shukla

fixed text formatting

parent cfb00e63
...@@ -63,7 +63,7 @@ Yes. Please see `/software/python_r_perl`. ...@@ -63,7 +63,7 @@ Yes. Please see `/software/python_r_perl`.
### How can I check my disk quota and disk usage? ### How can I check my disk quota and disk usage?
To check the disk quota of your home directory (/home/username), you can use the repquota command which prints a summary of the disc usage and quotas for the specified file systems. To check the disk quota of your home directory ( /home/username ), you can use the repquota command which prints a summary of the disc usage and quotas for the specified file systems.
$ /usr/sbin/repquota -a -s $ /usr/sbin/repquota -a -s
$ Block limits File limits $ Block limits File limits
...@@ -71,18 +71,25 @@ To check the disk quota of your home directory (/home/username), you can use the ...@@ -71,18 +71,25 @@ To check the disk quota of your home directory (/home/username), you can use the
$ cchave6 -- 116M 1024M 1280M 1922 0 0 $ cchave6 -- 116M 1024M 1280M 1922 0 0
Here, Here,
Soft Limit -> This is a warning threshold. A user can exceed this limit temporarily, but they must reduce usage back under this limit within a "grace period." Soft Limit -> This is a warning threshold. A user can exceed this limit temporarily, but they must reduce usage back under this limit within a "grace period."
Hard Limit -> Hard Limit: This is the absolute maximum disk space or number of files a user can use. The user cannot exceed this limit at all.
Hard Limit -> This is the absolute maximum disk space or number of files a user can use. The user cannot exceed this limit at all.
Grace Period -> The amount of time a user is allowed to exceed the soft limit before they are required to get back under it. If this period expires, the soft limit becomes enforced like a hard limit. Grace Period -> The amount of time a user is allowed to exceed the soft limit before they are required to get back under it. If this period expires, the soft limit becomes enforced like a hard limit.
File limits (inodes) -> These limit the number of files a user can create, regardless of their size. File limits (inodes) -> These limit the number of files a user can create, regardless of their size.
To check the quota of the main project storage (parallel file system - /fs1/proj/<project>), you can use this command: To check the quota of the main project storage (parallel file system - /fs1/proj/<project>), you can use this command:
$ mmlsquota -j <fileset_name> <filesystem_name> $ mmlsquota -j <fileset_name> <filesystem_name>
-j -> The -j option specifies that you are querying a fileset. Filesets in GPFS are similar to directories that can have independent quota limits. The -j option specifies that you are querying a fileset. Filesets in GPFS are similar to directories that can have independent quota limits.
fileset_name -> This is the name of the fileset whose quota you want to check. fileset_name -> This is the name of the fileset whose quota you want to check.
filesystem_name -> The name of the GPFS filesystem in which the fileset resides. filesystem_name -> The name of the GPFS filesystem in which the fileset resides.
example: mmlsquota -j project_fileset gpfs1 example: mmlsquota -j project_fileset gpfs1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment