11

I decided to switch over to Kubuntu for a while, and I backed up my documents on a NAS connected to my local network. I was able to see it and access it in nautilus, but when I try to access it in dolphin, I see this: enter image description here

Double-clicking on any of the four options does nothing, as if I didn't double-click. How do I access my files?

3 Answers3

31

I don't know why nobody ever answered to this but if you're using the SMB protocol I've got an easy solution to access your local and remote network shares.

  1. Right click on the Remote header in the Places panel on Dolphin
  2. Click on "add entry"
  3. Give it a name (something like "SMB Share")
  4. In the "location" input, type in your SMB server location (e.g.: smb://<ip_address>/folder)
  5. Choose an icon and validate

Now you should see that icon under your personal folder on the left, just click on it and you will access your network share

guntbert
  • 13,475
Mooncake
  • 924
0

I don't think you can access it without mounting it, though you might be able to do it by adding an entry to /etc/fstab.If you can get at it, it should be visible under Devices in the left column of the Dolphin screen.

Paul A.
  • 2,241
0

In the location bar (above the file list panel) put a path in this format:

smb://username@hostname/path

or just

smb://hostname

You can also use IP addr if the hostname cannot be resolved. I sometimes also use .local MDNS suffix in the hostname part to help to resolve the IP address.

Martin Flaska
  • 243
  • 2
  • 9