This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
public:personal_storage [2021/02/05 18:51] Nicolas Stolz |
public:personal_storage [2022/11/22 09:37] (current) Simon Haller-Seeber |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| for data exchange you can use [[filesharing|FileSharing]]. | for data exchange you can use [[filesharing|FileSharing]]. | ||
| + | |||
| + | ==== IFI Storage ==== | ||
| + | see https://ifi-wiki.intra.uibk.ac.at/services/ifi-nas | ||
| + | |||
| + | |||
| + | ==== ZID Data Archive ==== | ||
| + | For archiving data have a look at: | ||
| + | * FABS Service: https://www.uibk.ac.at/zid/abteilungen/zs/storage/datenarchivierung.html (in German) | ||
| + | * Data Repository: https://researchdata.uibk.ac.at/ (Invenio, Service might go online Q1/2023) | ||
| + | |||
| + | |||
| + | |||
| ==== ZID Storage ==== | ==== ZID Storage ==== | ||
| Line 8: | Line 20: | ||
| You can access the ZID Linux home directories via SSH and SCP. | You can access the ZID Linux home directories via SSH and SCP. | ||
| Hostname: zid-gpl.uibk.ac.at | Hostname: zid-gpl.uibk.ac.at | ||
| - | User: c703nnnn | + | User: c703XXXX |
| + | |||
| + | The Linux HOME is shared via all LPCCS machines. You can not directly mount the (encrypted) NFSv4 HOME directories on your PCs but via ssh-fs and zid-gpl.uibk.ac.at this is possible. | ||
| - | You can also directly access the AFS directories via Kerberos and OpenAFS. \\ | + | Accessing the Windows-Home (nethome) from zid-gpl: |
| - | There was a documentation on ZID subpages how to do (archived link): | + | |
| - | [[https://web.archive.org/web/20151009163152/http://www.uibk.ac.at/zid/systeme/linux/extafs.html|http://www.uibk.ac.at/zid/systeme/linux/extafs.html]] | + | smbclient //nethome.uibk.ac.at/c703XXXX -U c703XXXX -W UIBK |
| Line 39: | Line 53: | ||
| - | ==== IFI Storage ==== | + | == nethome on Personal Linux == |
| - | at the moment not available, but in progress (IFI NAS). | + | |
| + | mkdir ~/nethome | ||
| + | mount -t cifs -o user=c703nnnn,domain=UIBK //nethome.uibk.ac.at/~ ~/nethome | ||
| - | ==== IFI Group Storage ==== | ||
| - | Please ask your groups system administrator! | ||