You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data that has been "ingressed" - approved and brought into the secure research environment - can be found in the `/data/` folder.
697
+
Data that has been "ingressed" - approved and brought into the secure research environment - can be found in the `/mnt/input` folder.
698
698
699
699
Everyone in your group will be able to access it, but it is **read-only**.
700
700
701
701
```{important}
702
-
You will not be able to change any of the files in `/data/` .
703
-
If you want to make derived datasets, for example cleaned and reformatted data, please add those to the `/shared/` or `/output/` directories.
702
+
You will not be able to change any of the files in `/mnt/input` .
703
+
If you want to make derived datasets, for example cleaned and reformatted data, please add those to the `/mnt/shared` or `/mnt/output` directories.
704
704
```
705
705
706
-
The contents of `/data/` will be **identical** on all SRDs in your SRE.
707
-
For example, if your group requests a GPU-enabled machine, this will contain an identical `/data/` folder.
706
+
The contents of `/mnt/input` will be **identical** on all SRDs in your SRE.
707
+
For example, if your group requests a GPU-enabled machine, this will contain an identical `/mnt/input` folder.
708
708
709
709
```{tip}
710
-
If you are using the Data Safe Haven as part of an organised event, you might find example slides or document templates in the `/data/` drive.
710
+
If you are using the Data Safe Haven as part of an organised event, you might find example slides or document templates in the `/mnt/input` drive.
711
711
```
712
712
713
-
#### Shared space: `/shared/`
713
+
#### Shared space
714
714
715
-
The `/shared/` folder should be used for any work that you want to share with your group.
715
+
The `/mnt/shared` folder should be used for any work that you want to share with your group.
716
716
Everyone in your group will be able to access it, and will have **read-and-write access**.
717
717
718
-
The contents of `/shared/` will be **identical** on all SRDs in your SRE.
718
+
The contents of `/mnt/shared` will be **identical** on all SRDs in your SRE.
719
719
720
+
<!--
720
721
#### Scratch space: `/scratch/`
721
722
722
723
The `/scratch/` folder should be used for any work-in-progress that isn't ready to share yet.
@@ -727,7 +728,9 @@ You should not use `/scratch/` for long-term storage as it can be reset at any t
727
728
```
728
729
729
730
The contents of `/scratch/` will be **different** on different VMs in your SRE.
731
+
-->
730
732
733
+
<!--
731
734
#### Backup space: `/backup/`
732
735
733
736
The `/backup/` folder should be used for any work-in-progress that you want to have backed up.
@@ -736,15 +739,16 @@ This **cannot** be used to recover individual files - only the complete contents
736
739
Everyone in your group will have **read-and-write access** to all folders on `/backup`.
737
740
738
741
The contents of `/backup/` will be **identical** on all SRDs in your SRE.
742
+
-->
739
743
740
-
#### Output resources: `/output/`
744
+
#### Output resources
741
745
742
-
Any outputs that you want to extract from the secure environment should be placed in the `/output/` folder on the SRD.
746
+
Any outputs that you want to extract from the secure environment should be placed in the `/mnt/output` folder on the SRD.
743
747
Everyone in your group will be able to access it, and will have **read-and-write access**.
744
748
Anything placed in here will be considered for data egress - removal from the secure research environment - by the project's principal investigator together with the data provider.
745
749
746
750
```{tip}
747
-
You may want to consider having subfolders of `/output/` to make the review of this directory easier.
751
+
You may want to consider having subfolders of `/mnt/output` to make the review of this directory easier.
748
752
```
749
753
750
754
```{hint}
@@ -793,12 +797,12 @@ One of the benefits of having cloud based infastructure is that it can be delete
793
797
Deleting the infrastructure ensures that neither sensitive data nor insights derived from the data or modelling techniques persist.
794
798
795
799
While working on the project, make sure that every piece of code you think might be useful is stored in a GitLab repository within the secure environment.
796
-
Any other work should be transferred to the `/shared/` drive so that it is accessible to other TRE users.
797
-
You can also use the `/backup/` drive to store work that you want to keep safe from accidental deletion.
798
-
Anything that you think should be considered for **egress** from the environment (eg. images or processed datasets) should be transferred to the shared `/output/` drive.
800
+
Any other work should be transferred to the `/mnt/shared` drive so that it is accessible to other TRE users.
801
+
<!--You can also use the `/backup/` drive to store work that you want to keep safe from accidental deletion.-->
802
+
Anything that you think should be considered for **egress** from the environment (eg. images or processed datasets) should be transferred to the shared `/mnt/output` drive.
799
803
800
804
```{caution}
801
-
Anything that is not transferred to the `/output/` drive to be considered for egress will be deleted forever when the project is over.
805
+
Anything that is not transferred to the `/mnt/output` drive to be considered for egress will be deleted forever when the project is over.
802
806
```
803
807
804
808
### {{unlock}} Access GitLab
@@ -943,7 +947,7 @@ Our example user, Ada Lovelace, participating in the `sandbox` project at a Turi
943
947
````
944
948
945
949
- This will bring you to the normal login screen, where you use the same `username` and `password` credentials as before.
946
-
- Any local files that you have created in the `/output/` folder on other VMs (e.g. analysis scripts, notes, derived data) will be automatically available in the new VM.
950
+
- Any local files that you have created in the `/mnt/output` folder on other VMs (e.g. analysis scripts, notes, derived data) will be automatically available in the new VM.
947
951
948
952
```{tip}
949
953
The naming pattern of the available desktop connections lets you know their compute capabilities.
0 commit comments