Skip to content
Support

Drives - Map a Network Drive

If you have a storage location on a network drive, you can easily map the location using Files in Pop!_OS.

Open Files and click on “Other Locations” on the left side overview. It should open a window similar to the one below:

Other Locations

Enter the address of the server into the box which says “Enter server address…” with one of the following prefixes appended to the beginning of the address.

Available Protocols Prefix
AppleTalk afp://
File Transfer Protocol ftp:// or ftps://
Network File System nfs://
Samba smb://
SSH File Transfter Protocol sftp:// or ssh://
WebDAV dav:// or davs://

The image below shows a Samba connection to the server storage.wpi.edu:

Connect To Server

On the dialog that pops up, enter your account information for the server, then select how it will be remembered by Files. The window looks similar to the one below:

Password Dialog

Once this is done, hit “Connect” in the top right and you can access the files on the network drive.

You can also navigate to your newly mounted drive using the Terminal:

Terminal window
cd /run/user/1000/gvfs/

To open your mount in a new Terminal session, right-click the folder and select Open in Terminal.


This article was contributed by kylecorry31.