{{INLINETOC}} ====== Network drives at the HS.R ====== For joint and independent work on different computers you can use network drives of the university of applied sciences, on which you can store your data. Each registered user has its own drive, which is indicated with the letter G:\. By default this network drive can be accessed by the respective user only. No other User can read or change the data - however you can change [[en:public:lwdoc:Windows-Dateirechte|read and write permissions]]. Altogether the following drives are available: *F:\ - installation files for university-used software *G:\ - home-drive for the respective user; with a quota of 10GB *H:\ - department specific and general data *K:\ - for german "Kurs" english "course"; listings of professors e.g. for lecture data *P:\ - "projects"; for faculty-referred data, e.g. projects and laboratories *S:\ - "software"; general drive for software, which is used in the university *[[en:public:cip:benutzerprofil:info|Profile]] - (no own drive letter) your local user directory in the CIP pools, in which own files, download and anything similiar is stored. The profile files will be copied to the computer when you are logging in; therefore the quota is only 1GB. *Student - [[en:public:lwdoc:netzlaufwerke_cifs#Enter_Network_Drive_path|drive]], on which you can do filesharing (read & write) The RZ only supports windows computers as operating systems. The instructions to [[en:public:lwdoc:netzlaufwerke_linux|Linux]] & [[en:public:lwdoc:netzlaufwerke_mac|MacOS]] are available as assistance. These instructions require a connection to the net of the HS.R - e.g. connected by [[en:public:netz:vpn-forticlient|VPN]] or logged in the WLAN of the university. If you do not want to use VPN it is recommended to connect via [[en:public:lwdoc:Netzlaufwerke_Webdav|WebDAV]]. On the drives a virus scanner is active, which automatically shifts affected files into quarantine area. These files will be deleted after 60 days. You can [[https://www.oth-regensburg.de/hochschule/einrichtungen/rechenzentrum/services-und-support/rz-support-formular.html|request the release]] of quarantined files if needed. ==== Computers in the HSR-Domain (CIP-Pools & new PersonalComputers) ==== If the computer is in the domain (in the Login-Screen it says "Anmelden bei: HSR"), you will automatically get the network drives assigned in your Windows-Explorer after log in. ===== Map network drive ===== ==== Open the dialogue ==== *1. Click the **Start** button *2. In the search box, type **This PC**, then select **This PC** from the search results. *3. Click **Computer** and then click **Map network drive**. {{:en:public:lwdoc:map_network_drive.png?400| How to Open the Map Dialogue}} *4. A new Window will open: {{:en:public:lwdoc:map_network_drive_dialogue.png?400| Map Dialogue}} ==== Enter Network Drive path ==== Select a free drive letter in the [[en:public:lwdoc:netzlaufwerke_cifs#Map_network_drive|map dialogue]] and insert a network path into the **Folder** box. The format of the path should be like this: \\fs-.hs-regensburg.de\ The following drive paths exist: F: \\fs-software.hs-regensburg.de\soft1 G: \\fs-home.hs-regensburg.de\home\abc12345 (abc12345 needs to be replaced by your RZ-username) H: \\fs-fb.hs-regensburg.de\fb K: \\fs-kurs.hs-regensburg.de\kurs P: \\fs-projekte.hs-regensburg.de\projekte S: \\fs-software.hs-regensburg.de\software \\fs-student.hs-regensburg.de\student \\fs-profile.hs-regensburg.de\profile\abc12345.V2 (abc12345 needs to be replaced by your RZ-username) Because of a clearance the old network drive K can be accessed by using \\fs-kurs.hs-regensburg.de\kurs-alt (old course drive with existing data, only reading) {{:en:public:lwdoc:map_network_drive_dialogue.png?400| Map Dialogue}} If the drive should be connected automatically after each restart, make sure to check the "Reconnect at sign-in"-box. **Important** Users who do not register at the domain, need to check the "Connect with different credentials". If it is not checked, Windows will try to connect to the network drive using your Windows-Account. ==== Username & password ==== After clicking **Finish** Windows will ask you for your credentials. **Important:** Insert the username in the format abc12345@hs-regensburg.de. To check the "Save credentials" is useful for connecting the drive after restart automatically, since you do not have to enter your username & password multiple times. {{:en:public:lwdoc:network_drive_credentials.png?400|Drive Credentials}} ==== Finish ==== If everything worked fine, you should see your NetDrive: {{:en:public:lwdoc:mappingdone.jpg?400|Mapping Done}} ===== Connect via Commandline (Windows, Linux) ===== If you want to connect to a network share via commandline or script use the following commands: ==== Windows ==== net use : \\fs-.hs-regensburg.de\ /USER:abc12345@hs-regensburg.de or in [[https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.management/new-psdrive#example-4-create-a-persisted-mapped-network-drive|Powershell]]: New-PSDrive -Name "" -Root "\\fs-.hs-regensburg.de\" -Persist -PSProvider "FileSystem" -Credential abc12345@hs-regensburg.de Example: net use K: \\fs-kurs.hs-regensburg.de\kurs /USER:abc12345@hs-regensburg.de New-PSDrive -Name "K" -Root "\\fs-kurs.hs-regensburg.de\kurs" -Persist -PSProvider "FileSystem" -Credential abc12345@hs-regensburg.de ==== Linux ==== To mount a network share in a Linux Distribution you have to install the CIFS-Part of the Samba project. Commonly the package is named ''cifs-util'' and should be installed via packagemanager. # mount -t cifs //fs-.hs-regensburg.de/ /mnt/ -o domain=hs-regensburg.de,user=abc12345 ===== MacOS ===== See Article [[en:public:lwdoc:netzlaufwerke_mac|How To Connect Network drives in MacOS]]