From a7b7a90a5d5807bd6b78390bfb04413256bcb840 Mon Sep 17 00:00:00 2001 From: EwDa291 Date: Tue, 6 Aug 2024 14:32:20 +0200 Subject: [PATCH 1/5] added FAQ about getting more storage space as a VO --- mkdocs/docs/HPC/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mkdocs/docs/HPC/FAQ.md b/mkdocs/docs/HPC/FAQ.md index ab9a0cceded..4e5b2496e35 100644 --- a/mkdocs/docs/HPC/FAQ.md +++ b/mkdocs/docs/HPC/FAQ.md @@ -388,6 +388,11 @@ The `du` command returns the size of every file and subdirectory in the $VSC_HOM The `egrep` command will only let entries that match with the specified regular expression `[0-9]{3}M|[0-9]G` through, which corresponds with files that consume more than 100 MB. +### How can I get more storage space + +[By default](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#quota) you get 3 GB of storage space for your home directory and 25 GB in the data and scratch filesystems. It is not possible to expand these quota. However it is possible to get more storage space through a [Virtual Organisation](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), which will also give you access to the [extra directories](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#vo-directories) related to that VO. The moderator of a VO can [request more storage](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#requesting-more-storage-space) for their VO. + + ### Why can't I use the `sudo` command? When you attempt to use sudo, you will be prompted for a password. From 694695a5894622542d8f42bb7bb194404f0a218d Mon Sep 17 00:00:00 2001 From: EwDa291 <100782488+EwDa291@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:38:59 +0200 Subject: [PATCH 2/5] Update mkdocs/docs/HPC/FAQ.md Co-authored-by: Kenneth Hoste --- mkdocs/docs/HPC/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/FAQ.md b/mkdocs/docs/HPC/FAQ.md index 4e5b2496e35..4738fd2122a 100644 --- a/mkdocs/docs/HPC/FAQ.md +++ b/mkdocs/docs/HPC/FAQ.md @@ -388,7 +388,7 @@ The `du` command returns the size of every file and subdirectory in the $VSC_HOM The `egrep` command will only let entries that match with the specified regular expression `[0-9]{3}M|[0-9]G` through, which corresponds with files that consume more than 100 MB. -### How can I get more storage space +### How can I get more storage space? [By default](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#quota) you get 3 GB of storage space for your home directory and 25 GB in the data and scratch filesystems. It is not possible to expand these quota. However it is possible to get more storage space through a [Virtual Organisation](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), which will also give you access to the [extra directories](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#vo-directories) related to that VO. The moderator of a VO can [request more storage](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#requesting-more-storage-space) for their VO. From 8f8b953abb0e79820ebbc44b81cc64b663e09404 Mon Sep 17 00:00:00 2001 From: EwDa291 <100782488+EwDa291@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:39:50 +0200 Subject: [PATCH 3/5] Update mkdocs/docs/HPC/FAQ.md Co-authored-by: Kenneth Hoste --- mkdocs/docs/HPC/FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/FAQ.md b/mkdocs/docs/HPC/FAQ.md index 4738fd2122a..0e101e82461 100644 --- a/mkdocs/docs/HPC/FAQ.md +++ b/mkdocs/docs/HPC/FAQ.md @@ -390,7 +390,13 @@ The `egrep` command will only let entries that match with the specified regular ### How can I get more storage space? -[By default](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#quota) you get 3 GB of storage space for your home directory and 25 GB in the data and scratch filesystems. It is not possible to expand these quota. However it is possible to get more storage space through a [Virtual Organisation](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), which will also give you access to the [extra directories](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#vo-directories) related to that VO. The moderator of a VO can [request more storage](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#requesting-more-storage-space) for their VO. + +[By default](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#quota) you get 3 GB of storage space for your home directory and 25 GB in your personal directories on both the data (`$VSC_DATA`) and scratch (`$VSC_SCRATCH`) filesystems. +It is not possible to expand the storage quota for these personal directories. + +You can get more storage space through a [Virtual Organisation (VO)](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), +which will give you access to the [additional directories](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#vo-directories) in a subdirectory specific to that VO (`$VSC_DATA_VO` and `$VSC_SCRATCH_VO`). +The moderators of a VO can [request more storage](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#requesting-more-storage-space) for their VO. ### Why can't I use the `sudo` command? From ce0d2720ea9a17a1e5d2931c32f8c2877b14a2fc Mon Sep 17 00:00:00 2001 From: EwDa291 <100782488+EwDa291@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:17:52 +0200 Subject: [PATCH 4/5] Update mkdocs/docs/HPC/FAQ.md Co-authored-by: Kenneth Hoste --- mkdocs/docs/HPC/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/FAQ.md b/mkdocs/docs/HPC/FAQ.md index 0e101e82461..40701d37084 100644 --- a/mkdocs/docs/HPC/FAQ.md +++ b/mkdocs/docs/HPC/FAQ.md @@ -391,7 +391,7 @@ The `egrep` command will only let entries that match with the specified regular ### How can I get more storage space? -[By default](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#quota) you get 3 GB of storage space for your home directory and 25 GB in your personal directories on both the data (`$VSC_DATA`) and scratch (`$VSC_SCRATCH`) filesystems. +[By default](running_jobs_with_input_output_data.md#quota) you get 3 GB of storage space for your home directory and 25 GB in your personal directories on both the data (`$VSC_DATA`) and scratch (`$VSC_SCRATCH`) filesystems. It is not possible to expand the storage quota for these personal directories. You can get more storage space through a [Virtual Organisation (VO)](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), From 833ddcc09569f5c6a6e24e873c865c4e5bc7b8be Mon Sep 17 00:00:00 2001 From: EwDa291 <100782488+EwDa291@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:38:18 +0200 Subject: [PATCH 5/5] Update FAQ.md: changed the links from a few FAQ's --- mkdocs/docs/HPC/FAQ.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mkdocs/docs/HPC/FAQ.md b/mkdocs/docs/HPC/FAQ.md index 40701d37084..48e9d705c33 100644 --- a/mkdocs/docs/HPC/FAQ.md +++ b/mkdocs/docs/HPC/FAQ.md @@ -245,9 +245,9 @@ There is a standard inode limit in place that will be increased if needed. The number of inodes used per file system can be checked on [the VSC account page](https://account.vscentrum.be). Possible solutions to this problem include cleaning up unused files and directories or -[compressing directories with a lot of files into zip- or tar-files](../linux-tutorial/manipulating_files_and_directories/?h=zip#zipping-gzipgunzip-zipunzip). +[compressing directories with a lot of files into zip- or tar-files](linux-tutorial/manipulating_files_and_directories.md#zipping-gzipgunzip-zipunzip). -If the problem persists, feel free to [contact support](./#i-have-another-questionproblem). +If the problem persists, feel free to [contact support](FAQ.md#i-have-another-questionproblem). ## Other @@ -377,13 +377,13 @@ See also: [Your UGent home drive and shares](running_jobs_with_input_output_data Your home directory might be full without looking like it due to hidden files. Hidden files and subdirectories have a name starting with a dot and do not show up when running `ls`. -If you want to check where the storage in your home directory is used, you can make use of the [`du` command](https://docs.hpc.ugent.be/Linux/running_jobs_with_input_output_data/#check-your-quota) to find out what the largest files and subdirectories are: +If you want to check where the storage in your home directory is used, you can make use of the [`du` command](running_jobs_with_input_output_data.md#check-your-quota) to find out what the largest files and subdirectories are: ```shell du -h --max-depth 1 $VSC_HOME | egrep '[0-9]{3}M|[0-9]G' ``` -The `du` command returns the size of every file and subdirectory in the $VSC_HOME directory. This output is then piped into an [`egrep`](https://docs.hpc.ugent.be/Linux/linux-tutorial/beyond_the_basics/?h=grep#searching-file-contents-grep) to filter the lines to the ones that matter the most. +The `du` command returns the size of every file and subdirectory in the $VSC_HOME directory. This output is then piped into an [`egrep`](linux-tutorial/beyond_the_basics.md#searching-file-contents-grep) to filter the lines to the ones that matter the most. The `egrep` command will only let entries that match with the specified regular expression `[0-9]{3}M|[0-9]G` through, which corresponds with files that consume more than 100 MB. @@ -394,9 +394,9 @@ The `egrep` command will only let entries that match with the specified regular [By default](running_jobs_with_input_output_data.md#quota) you get 3 GB of storage space for your home directory and 25 GB in your personal directories on both the data (`$VSC_DATA`) and scratch (`$VSC_SCRATCH`) filesystems. It is not possible to expand the storage quota for these personal directories. -You can get more storage space through a [Virtual Organisation (VO)](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#virtual-organisations), -which will give you access to the [additional directories](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#vo-directories) in a subdirectory specific to that VO (`$VSC_DATA_VO` and `$VSC_SCRATCH_VO`). -The moderators of a VO can [request more storage](https://docs.hpc.ugent.be/running_jobs_with_input_output_data/#requesting-more-storage-space) for their VO. +You can get more storage space through a [Virtual Organisation (VO)](running_jobs_with_input_output_data.md#virtual-organisations), +which will give you access to the [additional directories](running_jobs_with_input_output_data.md#vo-directories) in a subdirectory specific to that VO (`$VSC_DATA_VO` and `$VSC_SCRATCH_VO`). +The moderators of a VO can [request more storage](running_jobs_with_input_output_data.md#requesting-more-storage-space) for their VO. ### Why can't I use the `sudo` command?