How do I access a local network share in dolphin?
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:
Double-clicking on any of the four options does nothing, as if I didn't double-click. How do I access my files?
kubuntu filemanager dolphin nas
add a comment |
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:
Double-clicking on any of the four options does nothing, as if I didn't double-click. How do I access my files?
kubuntu filemanager dolphin nas
add a comment |
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:
Double-clicking on any of the four options does nothing, as if I didn't double-click. How do I access my files?
kubuntu filemanager dolphin nas
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:
Double-clicking on any of the four options does nothing, as if I didn't double-click. How do I access my files?
kubuntu filemanager dolphin nas
kubuntu filemanager dolphin nas
asked Oct 10 '17 at 15:50
Curtice GoughCurtice Gough
1292521
1292521
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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 network shares.
- Right click on the sidebar on Dolphin
- Click on "add entry"
- Give it a name (something like "
SMB Share
") - In the "location" input, type in your SMB server location (e.g.:
smb://<ip_address>/folder
) - 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
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
|
show 1 more comment
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.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f963670%2fhow-do-i-access-a-local-network-share-in-dolphin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 network shares.
- Right click on the sidebar on Dolphin
- Click on "add entry"
- Give it a name (something like "
SMB Share
") - In the "location" input, type in your SMB server location (e.g.:
smb://<ip_address>/folder
) - 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
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
|
show 1 more comment
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 network shares.
- Right click on the sidebar on Dolphin
- Click on "add entry"
- Give it a name (something like "
SMB Share
") - In the "location" input, type in your SMB server location (e.g.:
smb://<ip_address>/folder
) - 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
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
|
show 1 more comment
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 network shares.
- Right click on the sidebar on Dolphin
- Click on "add entry"
- Give it a name (something like "
SMB Share
") - In the "location" input, type in your SMB server location (e.g.:
smb://<ip_address>/folder
) - 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
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 network shares.
- Right click on the sidebar on Dolphin
- Click on "add entry"
- Give it a name (something like "
SMB Share
") - In the "location" input, type in your SMB server location (e.g.:
smb://<ip_address>/folder
) - 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
edited Dec 31 '18 at 20:40
answered Nov 28 '17 at 10:03
roasted-toastroasted-toast
1119
1119
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
|
show 1 more comment
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
Usually when I use nautilus, the address starts with afp://
– Curtice Gough
Nov 28 '17 at 12:06
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
@CurticeGough probably because you're using an Apple device? Did you try using it ? Replace smb:// by afp://
– roasted-toast
Nov 29 '17 at 12:42
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
actually it's a NAS. I never use Apple products anymore.
– Curtice Gough
Nov 29 '17 at 12:44
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
Then it seems like you're using the AppleShare protocol. Can you use another one like SMB ? Idk if I can help you with that. Try with afp://<ip_address> and see if that works
– roasted-toast
Nov 29 '17 at 13:39
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
This doesn't work for me. Right-clicking on the Dolphin sidebar gives me "Add Entry", not "Add Element". "Add Entry" seems to have a different purpose.
– Paul A.
Apr 12 '18 at 3:56
|
show 1 more comment
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.
add a comment |
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.
add a comment |
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.
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.
answered Apr 24 '18 at 23:26
Paul A.Paul A.
3891721
3891721
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f963670%2fhow-do-i-access-a-local-network-share-in-dolphin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown