Skip to content

Network Drive Mapping

Your ICDC Disk storage can be connected as a network drive.

To mount a personal ICDC Disk folder, you need a link that can always be found in the web version of the service in the lower left screen corner. Click on the Settings button and copy the link.

Further steps for Windows and Linux differ:

Linux

  1. Install the davfs2 package.
  2. Add a user to the davfs2 group:
    usermod -aG davfs2 local_user
  3. Mount the remote folder:
    mkdir /mnt/webdav

mount -t davfs http://webdavlink/nextcloud/remote.php/webdav /mnt/webdav

Red Hat

Tested on distributions from the Red Hat line.

Windows

  1. Verify that the WebClient is running.

  2. Check the registry. As a rule, you must change the registry entry to connect.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters

    Check that BasicAuthLevel is set to 2.

  3. Click Map network drive:

  4. Into the appeared window insert the link and enter your username and password:

Username and Password

To connect a network drive to Nextcloud via WebDAV, you must use an app password, which is different from your main account password. This password can be generated in your personal Nextcloud settings.
A detailed guide on how to create an app password is available in the official Nextcloud documentation.