Size: 4296
Comment:
|
Size: 3144
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Line 4: | Line 3: |
= Getting an overview of your data = | = Overview of your storage locations = The '''itetstor''' service provides a list of links to all storage locations you have access to. This list is invidivual for each user, it is updated once a day. If a link appears in this list you have at least read access to the contents of the linked directory. |
Line 6: | Line 6: |
As your data grows in size and as the data is spread over different data stores, it may become difficult to organize and find it later again. Maybe you will even forget about some data stores (homes, projects) you are in possession. Therefore we offer the '''itetstor''' service. This service allows you to see your data stores at a glance. Typically, you are in possession of a home, but you may also keep data on backup servers, have some private data on different NAS servers and - especially - you may have project data in several project homes in which you are a project member. Being a "member" of a certain project means, in terms of the itetstor service, that you have at least ''read'' access on the project home. This read access might be given, because you are the owner of the home, or because you are allowed to access the data via its group rights. Of course, you might also encounter folders you've never heard about before, but they are displayed because you possess access rights on them. | == Links in itetstor == This list typically contains links to * Your personal home directory * The [[Services/NetScratch|net_scratch service]] * The [[Services/DataArchivingNG|personal archive service]] * One or more [[Services/ProjectData|project home directories]] you are the owner or a member of |
Line 8: | Line 13: |
== To avoid misunderstandings == The itetstor service does not offer you new data storage locations, but it rather is an overview over and an entry point to your ''existing'' homes, projects and so on. |
The availability of links may be differ depending fom which operating system or rather through which file sharing mechanism ''itetstor'' is accessed. |
Line 11: | Line 15: |
== How does it work? == The itetstor service creates a folder on specific filesystem share, one for each user. This folder contains generated links to almost all storage resources the users possesses. These links are updated (added/ removed) once per day. So if you are missing a folder that has been created today, it won't show up in the itetstor share before the next day. Some special folders (you most probably don't want to see anyway) are never displayed, despite they exist. |
== Access itetstor on Windows == |
Line 14: | Line 17: |
== How do I access the service? == | === Using a managed Windows client === On a managed Windows client ''itetstor'' is mapped to drive `S:`.<<BR>> If for some reason drive `S:` isn't available: * Press the keys ''Windows'' and ''r'' at the same time to open the ''run'' dialog * Enter the path to the server ''itet-stor'' followed by your ETH username: {{{ \\itet-stor\<ETH username> }}} * Press ''Enter'' Also see the detailled article about [[Workstations/Windows/MappedDrives|mapped drives]]. |
Line 16: | Line 26: |
=== Windows users === To see all the shares you own or you are a group member of (i.e. projects), press the keys {{{ Windows+"R" }}} at the same time. The "run" dialog will appear. In this dialog, enter {{{ \\itet-stor\$USERNAME }}} where {{{ $USERNAME }}} is your NETHZ login name. Hit enter, then a new folder opens that will contain entry points (subfolder links) to all your data shares. |
=== Using a self-managed Windows client === See the [[Services/FileAccess/CIFSWindows|detailled instructions]] for self-managed windows clients. |
Line 22: | Line 29: |
==== Example for user "stortest" on Windows ==== | |
Line 24: | Line 30: |
{{attachment:linkmgr_win01.jpg}} {{attachment:linkmgr_win02.jpg}} | == Access itetstor on Linux == |
Line 26: | Line 32: |
For more information about Windows mappings at D-ITET, please have a look at [[Workstations/Windows/MappedDrives]] | === Using a managed Linux client === On a managed Linux client ''itetstor'' is mapped to `/itet-stor`. Your personal directory is mounted there on demand, access it by * listing the contents of your personal directory with {{{ ls /itet-stor/$USER/ }}} * or changing your current directory: {{{ cd /itet-stor/$USER }}} Some storage locations allow read access to a wide circle and write access only to a small group. If you're a member of such a group, use the access method described for self-managed Linux clients below. |
Line 28: | Line 40: |
=== Linux users === On Linux, the itetstor service is offered to managed clients only (i.e. not to private laptops, ...). The get an overview of (and an entry point to) your shares, just change to the directory {{{ /itet-stor/$USERNAME }}} where {{{ $USERNAME }}} is your NETHZ login name. The directory will contain a collection of links to your data stores. Please note: In some cases it might happen that a storage resource appears on the Linux side, but not on the Windows side or vice versa. This depends on how the storage resources are configured. |
=== Using a self-managed Linux client === See the [[Services/FileAccess/CIFSLinux|detailled instructions]] for self-managed windows clients. |
Line 33: | Line 43: |
==== Example for user "stortest" on Linux ==== | |
Line 35: | Line 44: |
{{attachment:linkmgr_unix01.jpg}} {{attachment:linkmgr_unix02.jpg}} === Mac users === To see all the shares you own or you are a group member of (i.e. projects), press the keys {{{ cmd+"K" }}} at the same time. The "Connect to Server" dialog will appear. In this dialog, enter {{{ smb://itet-stor/$USERNAME }}} where {{{ $USERNAME }}} is your NETHZ login name. Unfortunately, due to a inadequate SMB protocol implementation in Mac OSX all shares shown are empty. To circumvent this behaviour, you have to connect directly to one of these shares in a second step. {{{ smb://itet-stor/$USERNAME/$SHARENAME }}} If the SMB protocol does not work at all try CIFS instead, e.g. {{{ cifs://itet-stor/$USERNAME/$SHARENAME }}} ==== Example for user "stortest" on Mac OS X ==== {{attachment:linkmgr_mac01.jpg}} {{attachment:linkmgr_mac02.jpg}} |
== Access itetstor on macOS == * Make sure you're in the ETH network by WLAN, physical cable or VPN connection * Press the keys ''CMD'' and ''k'' at the same time to open the ''Connect to server'' dialog * Enter the path to the server ''itet-stor'' followed by your ETH username prefixed with the protocol ''smb'': {{{ smb://itet-stor.ee.ethz.ch/<ETH username> }}} * Authenticate with your ETH username and password |
Line 59: | Line 53: |
== Quota of storage locations == Quota used and available for storage locations shown in ''itetstor'' are tracked in [[https://quotaview.ee.ethz.ch|QuotaView]]. |
Contents
Overview of your storage locations
The itetstor service provides a list of links to all storage locations you have access to. This list is invidivual for each user, it is updated once a day. If a link appears in this list you have at least read access to the contents of the linked directory.
Links in itetstor
This list typically contains links to
- Your personal home directory
One or more project home directories you are the owner or a member of
The availability of links may be differ depending fom which operating system or rather through which file sharing mechanism itetstor is accessed.
Access itetstor on Windows
Using a managed Windows client
On a managed Windows client itetstor is mapped to drive S:.
If for some reason drive S: isn't available:
Press the keys Windows and r at the same time to open the run dialog
Enter the path to the server itet-stor followed by your ETH username:
\\itet-stor\<ETH username>
Press Enter
Also see the detailled article about mapped drives.
Using a self-managed Windows client
See the detailled instructions for self-managed windows clients.
Access itetstor on Linux
Using a managed Linux client
On a managed Linux client itetstor is mapped to /itet-stor. Your personal directory is mounted there on demand, access it by
listing the contents of your personal directory with
ls /itet-stor/$USER/
or changing your current directory:
cd /itet-stor/$USER
Some storage locations allow read access to a wide circle and write access only to a small group. If you're a member of such a group, use the access method described for self-managed Linux clients below.
Using a self-managed Linux client
See the detailled instructions for self-managed windows clients.
Access itetstor on macOS
- Make sure you're in the ETH network by WLAN, physical cable or VPN connection
Press the keys CMD and k at the same time to open the Connect to server dialog
Enter the path to the server itet-stor followed by your ETH username prefixed with the protocol smb:
smb://itet-stor.ee.ethz.ch/<ETH username>
- Authenticate with your ETH username and password
Important: Changing file permissions with chmod on content of a share mounted via Samba does not work. For an explanation see the page Weirdness of macOS mounting Linux Samba share from our colleagues at D-PHYS. Changing permissions works well while connected to your account through ssh.
Quota of storage locations
Quota used and available for storage locations shown in itetstor are tracked in QuotaView.