Ruprecht-Karls-Universität Heidelberg

Samba

Access The File Shares of Our File Servers

You can access some of our Linux file systems as if there were MS-Windows network shares from your MS-Windows, MacOS or Linux system within our LAN. These shares are provided by a service called Samba.

Registration

You need to register before you can use them. Please send an email to our Administrators.

Windows How To

  • Go to: Computer -> Map network drive
  • Fill in a name of a share mentioned in the tabel below.
  • Connect using different credentials: The Linux user name and password.

Linux Samba client

You can also access these Samba shares from a Linux client, if you have local admin rights. E.g. for user "me":

 

mkdir -p /home/myusername/share # once 
sudo mount -t cifs //fs0/home /home/myusername/share -o username=myusername

Tabel of Shares

Linux file system share name
/home/Tux/username \\fs0\home
/work/Tux1/username \\fs1\tux1
/work/Tux2/username \\fs2\tux2
/work/Tux3/username \\fs1\tux3
/work/Tux4/username \\fs2\tux4
/work/Tux5/username \\fs1\tux5
/work/Tux6/username \\fs2\tux6
/work/Tux7/username \\fs3\tux7
/work/Tux8/username\\fs3\tux8
/work/www-staff/html  \\fs2\www-staff

zum Seitenanfang/up