Use of a network storage to save the recovered data

save recovered data to network storage in ufs explorer program interface

As  a rule, the last step of a data recovery procedure encompasses the inspection of the obtained result, selection of the necessary files and their copying to a target location. The latter can be any storage accessible by the operating system other than the partition containing the lost information: another logical volume of the internal drive or a portable storage device, like an external USB-disk or memory stick. However, when the size of the chosen files is considerable, a more capacious storage may be required, and a NAS unit or a shared drive of another computer may become perfect solutions.

In view of the fact that such storages are accessed non-directly via network data transmitting protocols, their usage for saving the data may require additional preparation measures. Therefore, if your network storage is not displayed in the list of target devices in the "Save" save dialog of UFS Explorer, please follow the set of provided instructions, depending on the operating system you use.

For Windows

To make a folder on a network storage available for copying the data, you can map its location in the operating system. This method will create a shortcut for it in File Explorer for quick access and will be more convenient if you are going to employ it on a regular basis. As an alternative, you can simply use the direct path of your network location.

Mapping the network location

  1. In the operating system, open File Explorer and find "This computer".

    this computer in file explorer on windows

  2. Choose the "Map network drive" option in its context menu opened with the right-click of a mouse.

    map network drive option in file explorer on windows

  3. Select the drive letter you prefer to use for it and press "Browse" to choose your network folder.

    map network drive dialog to choose network folder

  4. Navigate to the folder you want to map and click "OK".

    choosing shared network folder

  5. Enable the "Reconnect at sign-in" checkbox.

    reconnect at sign-in checkbox enabled

  6. Copy the full path of the drive from the address bar and hit "Finish".

    copy full shared folder path from address bar

  7. In UFS Explorer, paste the copied path in the address bar of the "Save" dialog and press the "Save" button.

    paste copied shared drive path in save dialog address bar in ufs explorer

Using a direct path of the network location

  1. In the operating system, open File Explorer, go to "Network locations" and navigate to the destination network folder.

    network folder under network locations in file explorer

  2. Copy its full path from the address bar.

    copy full network folder path from file explorer address bar

  3. In UFS Explorer, insert the copied path in the address bar of the "Save" dialog and hit "Save".

    paste copied network folder path in save dialog address bar in ufs explorer

For macOS

To save the recovered files to a network location, you will need to connect to it using the Finder application.

  1. In the main menu of Finder, click "Go" and "Connect to Server" or use the Command+K combination.

    connect to server option in main menu of finder on macos

  2. Type in the path of the shared folder. Typically, it is smb://server_name/share_name. As an alternative, go to "Network", then "Servers" and choose the location. After that, click "Connect".

    macos finder dialog to specify server address and connect

  3. If requested, type in your username and password to connect to the shared folder.

  4. In the "Save" dialog of UFS Explorer click "Places" and select the name of the attached file system. If it is missing from the list, click "File system", then "Volumes", then either the name of the attached file system or your username and then the name of the attached file system.

    places tab of save dialog in ufs explorer

  5. After the file system is opened, select a folder on it to save your data.

    select folder on attached file system to save data

For Linux

Depending on your system configuration, there are different ways of accessing network shared folders. Yet, the most common method is mounting the folder in the Terminal using the CIFS-utils package.

  1. Start the Terminal application.

  2. Create a mount point folder or use a standard "/mnt" folder. For example, "sudo mkdir /mnt/share".

    mount point folder creation in terminal

  3. Install the cifs-utils utility, if it is not installed in your system.

    cifs-utils utility installation via linux terminal

  4. Type the "mount.cifs //server_name/share_name /mnt -o rw" command to mount the shared folder "share_name" of the server "server_name" to the location "/mnt" in a read-write mode. You may also specify the username and the domain (workgroup) within the arguments of this command (e.g. mount.cifs //server_name/share_name /mnt -o rw,username=jonny,domain=domain_name)/.

    shared folder mounting via linux terminal

  5. In the "Save" dialog of UFS Explorer open the location of the mount point (e.g. Places->File system->mnt) and select the target location to save your data.

    open mount point location in save dialog of ufs explorer

After the described steps are completed, the software will start copying data to the chosen network location.

Last update: August 01, 2022

If you liked this article, you can share it on social media: