Project Network Drive

Service of Kiel University Legacy

Warning

The project network drive within CRC 1261 is currently being maintained solely for legacy purposes.

For all upcoming projects, we strongly recommend opting for the tape storage solution instead.

The project network drive of the CRC is a helpful tool for you to store and share your data with other researchers in the center. You can use this drive to make sure all your important research findings are easily accessible and in one place. This makes it easier for you to collaborate and share your progress with your colleagues in the center.

Filesystem

Size (total)

\\uni-kiel.de\files\projects\Sfb1261

50GB

Access

Instructions for accessing network drives can be found here.

Note

Access is only permitted for members of CRC1261 and must be requested.

The service can only be accessed from the university network. Therefore, a VPN connection is required for connections from locations outside the university (e.g., from home).

For more information, see the computing centre’s official service information.

Debian

To mount a network drive on Debian-based systems, follow the steps below:

  1. Install the necessary dependencies. For Debian-based systems, you can use the following command to install cifs-utils and keyutils:

    sudo apt-get install cifs-utils keyutils
    
  2. Create a directory where you want to mount the network drive. In this example, we will create the directory /mnt/Sfb1261:

    sudo mkdir /mnt/Sfb1261
    
  3. Use the mount command to mount the network drive to the newly created directory. Replace suabc123 with your own username:

    sudo mount -t cifs //uni-kiel.de/files/projects/Sfb1261 /mnt/Sfb1261 -o uid=1000,gid=1000,rw,user,username=suabc123,domain=uni-kiel.de
    

That’s it! The network drive is now mounted and accessible at /mnt/Sfb1261.

To unmount the network drive, use the umount command:

sudo umount /mnt/Sfb1261

Backups

Daily incremental backups are performed for the last 60 days to ensure data safety.

Snapshots

The project network drive offers snapshots for self-service restore. This section provides a step-by-step guide for accessing and utilising snapshots for self-service restore operations.

  1. Accessing Snapshots Directory:

    Navigate to the .snap directory where the Snapshots are stored. This directory is typically hidden from standard directory listings.

    cd .snap
    
  2. Listing Snapshots:

    List the contents of the .snap directory to view available snapshots:

    ls -l
    
  3. Identifying Snapshots:

    Snapshots are represented as directories within the .snap directory. Each snapshot directory contains timestamped folders corresponding to scheduled backups.

  4. Accessing Snapshot Contents:

    Enter the desired snapshot directory to access its contents. Opening a directory might take a while, depending on the snapshot size.

    cd _scheduled-2024-03-04-14_00_00_UTC_1099552913927
    
  5. Restoring Files:

    Once inside the snapshot directory, use the cp command to copy the desired files back to the current directory, enabling restoration of data to its original location.

    cp <file_name> /path/to/destination
    

Recommendations

  • The top level of the project network drive contains directories for each project group. It is important that you add your data to the corresponding folder of your project group to ensure proper organisation and access for your colleagues. This will also help keep the project drive tidy and efficient for all users.

  • Please follow the established guidelines for file and folder naming to ensure efficient and organised data management.

  • When storing large data, it is recommended to compress the files to optimise the storage space. If you have too large data, please reach out to the CRC staff for further assistance.