Personal storage: Difference between revisions

From ICT science
Jump to navigation Jump to search
(Created page with "{{pagebanner-opbouw|en}} {{switch|Persoonlijke opslagruimte|nl}} Category:Index Category:Facilities Category:Personal ICT")
 
 
(78 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{pagebanner-opbouw|en}}
Personal (centralised) storage offers a safe place to store your personal data. Personal storage also offers a (limited) protection against accidental deletion. 
{{switch|Persoonlijke opslagruimte|nl}}
 
Utrecht University offers several solutions to store personal data:
:- U-drive
:- SurfDrive
:- OneDrive
You can find an overview of the different uses on the Research Data Management support site: https://www.uu.nl/en/research/research-data-management/tools-services/tools-for-storing-and-managing-data/storage-solutions
 
==OneDrive==
Onedrive is the advised storage solution for personal UU-storage with 1 TeraByte  of personal storage space. Instructions on how to install OneDrive:
 
- for [https://manuals.uu.nl/en/handleiding/onedrive-for-business-for-windows-10/ Windows (10)]
 
- for [https://manuals.uu.nl/nl/handleiding/onedrive-for-business-op-mac/ MacOS]
 
You can also use no-config access through a webbrowser: https://solisservices-my.sharepoint.com/
 
OneDrive is the most secure network storage solution due to the 2FA authentication. Be careful when storing privacy sensitive data. Please consult https://www.uu.nl/en/research/research-data-management/guides/handling-personal-data
for more on how to store privacy sensitive data.
 
Note: the OneDrive app may synch a copy of your data on your local hard drive. Make sure your hard drive is also encrypted when sensitive data is involved.
 
 
__TOC__
 
==Storage needed for using Gemini or personal webpage==
The storage facility for using Gemini (Gemini Homedir) and personal webpage (webspace) will change from a default service to a service after request. You will be informed when this change takes place.
:- in order to access (personal) data from the [[Gemini_FAQ|Gemini server]] you need faculty storage (Gemini Homedir)
:- in order to create a [[Personal_web_site|personal webpage]] you need faculty storage (webspace)
 
==Basic features==
The initial storage capacity is:
{|style="{{listtablestyle}}"
|style="width: 8em"|for staff
|{{storagequota|space=storage|group=staff}}
|-
|for students
|{{storagequota|space=storage|group=students}}
|-
|for guests
|{{storagequota|space=storage|group=guests}}
|}
 
It is possible to build a [[personal web site]] on your storage space.
 
===Increasing storage capacity===
You can ask for more storage space through {{topdesk|lan=en}}.<br>
In your request, mention 'increase personal storage Science Faculty (S: drive)'.
 
==Accessing Science storage==
<code><nowiki>Linux: /science/users/[solis-id]
Windows: \\soliscom.uu.nl\science\users\[solis-id]
MacOSX: smb://soliscom.uu.nl/science/users/[solis-id]</nowiki></code>
 
===Using Windows===
When your Windows machine is connected to the soliscom domain, personal storage is usually available as drive S:.
 
You can manually map your personal storage to a drive:
* Open ''My Computer &rarr; Tools &rarr; Map Network Drive…''
* Select S: for drive letter (or any other available letter if desired).
* For folder, choose:
<code><nowiki>Windows: \\soliscom.uu.nl\science\users\[solis-id]
</nowiki></code>
:substituting your own Solis-id,<br />e.g.: <code>\\soliscom.uu.nl\science\users\ruule101</code>
* You may wish to check the ''Reconnect at logon'' option: this will ensure the mapping persists when restarting your system.
* Click 'Finish'; you may be asked for your Solis-id and password.
* The new drive will appear in the list of available drives and can be accessed.
 
===Windows 10===
On Windows 10 (and 7), as an alternative to the method described above, you can use the  <code>net use</code> command to connect to your personal storage.<br />Open ''Start &rarr; All Programs &rarr; Accessories &rarr; Command Prompt''.  Execute the following command:
 
:<code>net use <drive> \\soliscom.uu.nl\science\users\<solisid> /user:soliscom\<solisid></code>
 
For <code><drive></code> substitute an available drive letter, e.g. <code>s:</code>.    For <code><solisid></code> substitute your own Solis-id.  After you have supplied your password, the connection is established.
 
Use the parameter <code>/persistent:yes</code> to establish a connection that persists after you have re-logged in on your system.<br />Use <code>net use /help</code> for a list of further possibilities.
This will only work, within the SOLISCOM-network (i.e. the UU-network)
 
If you need to access your personal storage from outside the SOLISCOM-network (i.e. the UU-network), you need to have solis-vpn active.
 
===Using Mac OS X===
The Science Faculty storage has moved to a new location:
 
<code><nowiki>smb://soliscom.uu.nl/science/users/[solis-id]</nowiki></code>
 
If this doesn't work, you may try:
 
<code><nowiki>smb://netapp1.science.uu.nl/science/users/[solis-id]</nowiki></code>
 
In the Finder under ''Go - Connect to server'' enter the above address (replace [solis-id] with your own).  Use your solisID/password in the Finder pop up.
 
You can make this a favourite by dragging the newly mounted Science Faculty personal storage to the left Finder column.
 
Note: softlinks won't work when connecting this way. Contact support should you need this (TopDesk)
 
===Using Linux===
Your Science storage is mounted as home directory when you login to the [[Linux interactive shell]].
You may want to mount personal storage on your own Linux system.
 
First create a directory that will act as mountpoint:
<code>mkdir $HOME/choose name</code>
 
then lookup your ID when logged in on gemini.science.uu.nl:
<code>id -g <solisID></code>
 
then use the mount command:<br />
:<code>sudo mount.cifs //soliscom.uu.nl/science/users/<solisID> $HOME/chosen name -o user=<solisID>,uid=<yourID>,gid=<yourID>,rw</code>
 
You may also use your file manager to create a persistent mount (depending on Linux distribution)
 
===Using sFTP or SCP===
Use sFT or SCP to access personal storage from outside the Faculty domain.
====sFTP and SCP====
Use programs such as [https://filezilla-project.org/ Filezilla] and [http://winscp.net/ WinSCP], which will ensure a safe connection.
 
For server address use <code>{{storage|protocol=ftp}}</code>.
 
Project space can be reached under <code>/science/projects</code>.
 
'''Beware''' to select the correct protocol from within Filezilla or WinSCP; sftp should connect through gate 22!
 
<!-- ====WebDAV====
<code><nowiki>https://intercon.science.uu.nl/science/users/[solis-id]</nowiki></code> -->
 
==See also==
* [[Migration of Science Faculty Homedirectories: FAQ]]
* [[Personal web site]]
* [[Project_storage:_how_to | Project space]]


[[Category:Index]]
[[Category:Index]]
[[Category:Facilities]]
[[Category:Facilities]]
[[Category:Personal ICT]]
[[Category:Personal ICT]]
[[Category:Linux]]
[[Category:Mac OS]]
[[Category:Windows]]

Latest revision as of 15:05, 29 February 2024

Personal (centralised) storage offers a safe place to store your personal data. Personal storage also offers a (limited) protection against accidental deletion.

Utrecht University offers several solutions to store personal data:

- U-drive
- SurfDrive
- OneDrive

You can find an overview of the different uses on the Research Data Management support site: https://www.uu.nl/en/research/research-data-management/tools-services/tools-for-storing-and-managing-data/storage-solutions

OneDrive

Onedrive is the advised storage solution for personal UU-storage with 1 TeraByte of personal storage space. Instructions on how to install OneDrive:

- for Windows (10)

- for MacOS

You can also use no-config access through a webbrowser: https://solisservices-my.sharepoint.com/

OneDrive is the most secure network storage solution due to the 2FA authentication. Be careful when storing privacy sensitive data. Please consult https://www.uu.nl/en/research/research-data-management/guides/handling-personal-data for more on how to store privacy sensitive data.

Note: the OneDrive app may synch a copy of your data on your local hard drive. Make sure your hard drive is also encrypted when sensitive data is involved.


Storage needed for using Gemini or personal webpage

The storage facility for using Gemini (Gemini Homedir) and personal webpage (webspace) will change from a default service to a service after request. You will be informed when this change takes place.

- in order to access (personal) data from the Gemini server you need faculty storage (Gemini Homedir)
- in order to create a personal webpage you need faculty storage (webspace)

Basic features

The initial storage capacity is:

for staff 15GB
for students 4GB
for guests 5GB

It is possible to build a personal web site on your storage space.

Increasing storage capacity

You can ask for more storage space through the ITS Selfservicedesk.
In your request, mention 'increase personal storage Science Faculty (S: drive)'.

Accessing Science storage

Linux: /science/users/[solis-id] Windows: \\soliscom.uu.nl\science\users\[solis-id] MacOSX: smb://soliscom.uu.nl/science/users/[solis-id]

Using Windows

When your Windows machine is connected to the soliscom domain, personal storage is usually available as drive S:.

You can manually map your personal storage to a drive:

  • Open My Computer → Tools → Map Network Drive…
  • Select S: for drive letter (or any other available letter if desired).
  • For folder, choose:

Windows: \\soliscom.uu.nl\science\users\[solis-id]

substituting your own Solis-id,
e.g.: \\soliscom.uu.nl\science\users\ruule101
  • You may wish to check the Reconnect at logon option: this will ensure the mapping persists when restarting your system.
  • Click 'Finish'; you may be asked for your Solis-id and password.
  • The new drive will appear in the list of available drives and can be accessed.

Windows 10

On Windows 10 (and 7), as an alternative to the method described above, you can use the net use command to connect to your personal storage.
Open Start → All Programs → Accessories → Command Prompt. Execute the following command:

net use <drive> \\soliscom.uu.nl\science\users\<solisid> /user:soliscom\<solisid>

For <drive> substitute an available drive letter, e.g. s:. For <solisid> substitute your own Solis-id. After you have supplied your password, the connection is established.

Use the parameter /persistent:yes to establish a connection that persists after you have re-logged in on your system.
Use net use /help for a list of further possibilities. This will only work, within the SOLISCOM-network (i.e. the UU-network)

If you need to access your personal storage from outside the SOLISCOM-network (i.e. the UU-network), you need to have solis-vpn active.

Using Mac OS X

The Science Faculty storage has moved to a new location:

smb://soliscom.uu.nl/science/users/[solis-id]

If this doesn't work, you may try:

smb://netapp1.science.uu.nl/science/users/[solis-id]

In the Finder under Go - Connect to server enter the above address (replace [solis-id] with your own). Use your solisID/password in the Finder pop up.

You can make this a favourite by dragging the newly mounted Science Faculty personal storage to the left Finder column.

Note: softlinks won't work when connecting this way. Contact support should you need this (TopDesk)

Using Linux

Your Science storage is mounted as home directory when you login to the Linux interactive shell. You may want to mount personal storage on your own Linux system.

First create a directory that will act as mountpoint: mkdir $HOME/choose name

then lookup your ID when logged in on gemini.science.uu.nl: id -g <solisID>

then use the mount command:

sudo mount.cifs //soliscom.uu.nl/science/users/<solisID> $HOME/chosen name -o user=<solisID>,uid=<yourID>,gid=<yourID>,rw

You may also use your file manager to create a persistent mount (depending on Linux distribution)

Using sFTP or SCP

Use sFT or SCP to access personal storage from outside the Faculty domain.

sFTP and SCP

Use programs such as Filezilla and WinSCP, which will ensure a safe connection.

For server address use ftp.science.uu.nl.

Project space can be reached under /science/projects.

Beware to select the correct protocol from within Filezilla or WinSCP; sftp should connect through gate 22!


See also