-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from university-of-york/feature/newpages
fix errors
- Loading branch information
Showing
8 changed files
with
50 additions
and
27 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Virtual desktop sessions don't close if you simply disconnect, this is to allow | |
Backing up data | ||
---------------- | ||
|
||
The ``scratch`` folder, the main folder in your home directory where you store data, is not backed up. This is partyly due to the sheer size of the filesystem and so this means that backing up your data is every users responsibility. In the worst case scenario all data could be lost, therefore you should regularly :doc:`back up your data </getting_started/backing_up>`. | ||
The ``scratch`` folder, a large area in your home directory where you can store data, is **not backed up**. This is partly due to the sheer size of the filesystem and so this means that backing up your data is each users responsibility. In a worst case scenario all data could be lost, therefore you should regularly :doc:`back up your data </getting_started/backing_up>`. If you need any help with this, please get in touch with [email protected]. | ||
|
||
|
||
Deleting Unneeded Files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,17 +25,22 @@ Where ``abc123`` will be replaced by your username. This home directory has a si | |
/users/abc123/scratch | ||
.. FIXME: needs size | ||
This is a special high-performance filestore with a default size of **3TB** and **no limit** on the number of files. Because of this, you should run all your jobs on Viking from this directory rather than the home directory. | ||
|
||
.. tip:: | ||
If you need more ``scratch`` storage space, please email us at [email protected], we are more than happy to accommodate large projects. | ||
|
||
|
||
Additionally, you also have access to the ``warm storage`` area, linked as ``FIXME: warm_storage`` which is **FIXME:??TB** and has no file limit. This is used for FIXME: What is it used for? | ||
.. FIXME: add size, and file duration | ||
Additionally you also have access to two more folders, ``localscratch`` and ``localtmp`` which points to some storage space on the current node you are logged into, on fast SSD drives. You can access these directories at: | ||
|
||
.. code-block:: console | ||
/users/abc123/FIXME: warm | ||
/users/abc123/localscratch | ||
/users/abc123/localtmp | ||
Checking Your Quota | ||
------------------- | ||
|
@@ -48,6 +53,8 @@ To check how much space you have left, run the following command: | |
Which will produce the following result: | ||
|
||
.. FIXME: update this | ||
.. code-block:: console | ||
Scratch quota: | ||
|
@@ -111,6 +118,11 @@ scp | |
|
||
This is recommended for transferring a small number of files. This example will copy data from your device to your ``scratch`` directory on Viking | ||
|
||
.. hint:: | ||
|
||
The 'tilde' symbol ``~`` is shorthand for your home directory, e.g ``/users/abc123`` | ||
|
||
|
||
.. code-block:: console | ||
:caption: for an individual file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters