Unable to access Windows 10 files from Ubuntu 18.04












0















Dual booting Ubuntu 18.04 with Windows 10.



I realised Windows files are not visible by default, unlike in the past.



Mounting the filesystem directly doesn't work.



Steps I have tried include the steps outlined here, for a similar question. The suggestions do not work, because I get the error mount: /home/a/shared: mount(2) system call failed: Connection refused.



When I try to access the shared folder by typing smb://192.168.1.102, as stated here, I am unable to do so, because I get the error Unhandled error message: Failed to retrieve share list from server: Connection refused.



To reiterate, I already have a folder that I am sharing through Windows Sharing Centre and smbclient is installed on Ubuntu. I just cannot connect to it and I can't figure out why.



Any help would be much appreciated. Otherwise I would probably need to switch to a distribution that lets me access my Windows files by default. Thank you.










share|improve this question







New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

    – heynnema
    Jan 8 at 18:21
















0















Dual booting Ubuntu 18.04 with Windows 10.



I realised Windows files are not visible by default, unlike in the past.



Mounting the filesystem directly doesn't work.



Steps I have tried include the steps outlined here, for a similar question. The suggestions do not work, because I get the error mount: /home/a/shared: mount(2) system call failed: Connection refused.



When I try to access the shared folder by typing smb://192.168.1.102, as stated here, I am unable to do so, because I get the error Unhandled error message: Failed to retrieve share list from server: Connection refused.



To reiterate, I already have a folder that I am sharing through Windows Sharing Centre and smbclient is installed on Ubuntu. I just cannot connect to it and I can't figure out why.



Any help would be much appreciated. Otherwise I would probably need to switch to a distribution that lets me access my Windows files by default. Thank you.










share|improve this question







New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

    – heynnema
    Jan 8 at 18:21














0












0








0








Dual booting Ubuntu 18.04 with Windows 10.



I realised Windows files are not visible by default, unlike in the past.



Mounting the filesystem directly doesn't work.



Steps I have tried include the steps outlined here, for a similar question. The suggestions do not work, because I get the error mount: /home/a/shared: mount(2) system call failed: Connection refused.



When I try to access the shared folder by typing smb://192.168.1.102, as stated here, I am unable to do so, because I get the error Unhandled error message: Failed to retrieve share list from server: Connection refused.



To reiterate, I already have a folder that I am sharing through Windows Sharing Centre and smbclient is installed on Ubuntu. I just cannot connect to it and I can't figure out why.



Any help would be much appreciated. Otherwise I would probably need to switch to a distribution that lets me access my Windows files by default. Thank you.










share|improve this question







New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Dual booting Ubuntu 18.04 with Windows 10.



I realised Windows files are not visible by default, unlike in the past.



Mounting the filesystem directly doesn't work.



Steps I have tried include the steps outlined here, for a similar question. The suggestions do not work, because I get the error mount: /home/a/shared: mount(2) system call failed: Connection refused.



When I try to access the shared folder by typing smb://192.168.1.102, as stated here, I am unable to do so, because I get the error Unhandled error message: Failed to retrieve share list from server: Connection refused.



To reiterate, I already have a folder that I am sharing through Windows Sharing Centre and smbclient is installed on Ubuntu. I just cannot connect to it and I can't figure out why.



Any help would be much appreciated. Otherwise I would probably need to switch to a distribution that lets me access my Windows files by default. Thank you.







networking dual-boot 18.04 mount windows






share|improve this question







New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Jan 8 at 15:41









solacesolace

1




1




New contributor




solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






solace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

    – heynnema
    Jan 8 at 18:21



















  • You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

    – heynnema
    Jan 8 at 18:21

















You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

– heynnema
Jan 8 at 18:21





You can easily temporarily mount a Windows NTFS partition by opening a Files (Nautilus) window, and clicking on the volume in the left pane. For permanent mounting, you'll have to add a mount in /etc/fstab. In EITHER case, you really shouldn't be mounting your C: partition as you'll potentially cause damage to Windows, and it may give errors on the next Windows boot. You can't smbclient to an Windows OS that is not running at the time.

– heynnema
Jan 8 at 18:21










0






active

oldest

votes











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
});


}
});






solace is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108036%2funable-to-access-windows-10-files-from-ubuntu-18-04%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








solace is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















solace is a new contributor. Be nice, and check out our Code of Conduct.













solace is a new contributor. Be nice, and check out our Code of Conduct.












solace is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108036%2funable-to-access-windows-10-files-from-ubuntu-18-04%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?