Unable to connect to samba share from windows 10 Unicorn Meta Zoo #1: Why another podcast? ...

Prove the alternating sum of a decreasing sequence converging to 0 is Cauchy.

Seek and ye shall find

c++ diamond problem - How to call base method only once

"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"

Why isn't everyone flabbergasted about Bran's "gift"?

Implementing 3DES algorithm in Java: is my code secure?

Reattaching fallen shelf to wall?

Multiple options vs single option UI

Do I need to protect SFP ports and optics from dust/contaminants? If so, how?

Are these square matrices always diagonalisable?

How to open locks without disable device?

What is it called when you ride around on your front wheel?

Putting Ant-Man on house arrest

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Israeli soda type drink

Second order approximation of the loss function (Deep learning book, 7.33)

Is Electric Central Heating worth it if using Solar Panels?

Justification for leaving new position after a short time

Check if a string is entirely made of the same substring

My admission is revoked after accepting the admission offer

What is the term for a person whose job is to place products on shelves in stores?

How to not starve gigantic beasts

What’s with the clanks in Endgame?

What *exactly* is electrical current, voltage, and resistance?



Unable to connect to samba share from windows 10



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraSamba needs additional restart on reboot?I have a problem with domain trust between samba and ADSamba shares not accessible from Windows 8.1 with Ubuntu 14.04 LTSsamba isn't accessible from other computers in the network?Windows7 machine cannot access Linux share folders via Samba, help pleaseSamba Broken after 13.04->14.04 upgradeIssues with Samba ConnectionUbuntu 16.04 - Mac OS X clients can't edit files from other users on samba shareSamba is not working but smbclient doesSharing External Drive using Samba in Ubuntu 18.04





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















i'm trying to connect to a Centos 7 machine from windows 10 computer with samba. But I can't seem to find my machine.



I want to log on as Audrey to share with my linux server. I have tried typing
\myipaddressAudrey with my ip while creating Adding a New Network Location and Mapping a New Network Drive, and I've looked at the "Network" tab on File Explorer, but I can't find my machine. And yes, my samba ports are open.



New Linux user- newbie problem, so the answer might be obvious but not to me. I'm asking this because it seems to be a subjective problem.



Here's the smb.conf:



[global]
workgroup = cpscnet.local
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

netbios name = akl1007_SAMBA

wins support = yes



[homes]
comment = Home Directories
valid users = %S, %D%W%S, Audrey
browseable = yes
guest ok = yes
read only = yes
valid users = akl1007
valid users = cpscnet.local


[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = yes


[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775


And testparm returns this:



Load smb config files from smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum
Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
netbios name = AKL1007_SAMBA
printcap name = cups
security = USER
wins support = Yes
workgroup = CPSCNET.LOCAL
idmap config * : backend = tdb
cups options = raw


[homes]
comment = Home Directories
guest ok = Yes
valid users = cpscnet.local


[printers]
browseable = No
comment = All Printers
create mask = 0600
path = /var/tmp
printable = Yes


[netlogon]
comment = Network Logon Service
guest ok = Yes
path = /var/lib/samba/netlogon


[print$]
comment = Printer Drivers
create mask = 0664
directory mask = 0775
force group = @printadmin
path = /var/lib/samba/drivers
write list = @printadmin root


If anyone could help I would greatly appreciate it.










share|improve this question







New contributor




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





















  • This website is for Ubuntu only. Try at Unix & Linux or superuser.com

    – GabrielaGarcia
    12 hours ago




















0















i'm trying to connect to a Centos 7 machine from windows 10 computer with samba. But I can't seem to find my machine.



I want to log on as Audrey to share with my linux server. I have tried typing
\myipaddressAudrey with my ip while creating Adding a New Network Location and Mapping a New Network Drive, and I've looked at the "Network" tab on File Explorer, but I can't find my machine. And yes, my samba ports are open.



New Linux user- newbie problem, so the answer might be obvious but not to me. I'm asking this because it seems to be a subjective problem.



Here's the smb.conf:



[global]
workgroup = cpscnet.local
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

netbios name = akl1007_SAMBA

wins support = yes



[homes]
comment = Home Directories
valid users = %S, %D%W%S, Audrey
browseable = yes
guest ok = yes
read only = yes
valid users = akl1007
valid users = cpscnet.local


[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = yes


[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775


And testparm returns this:



Load smb config files from smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum
Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
netbios name = AKL1007_SAMBA
printcap name = cups
security = USER
wins support = Yes
workgroup = CPSCNET.LOCAL
idmap config * : backend = tdb
cups options = raw


[homes]
comment = Home Directories
guest ok = Yes
valid users = cpscnet.local


[printers]
browseable = No
comment = All Printers
create mask = 0600
path = /var/tmp
printable = Yes


[netlogon]
comment = Network Logon Service
guest ok = Yes
path = /var/lib/samba/netlogon


[print$]
comment = Printer Drivers
create mask = 0664
directory mask = 0775
force group = @printadmin
path = /var/lib/samba/drivers
write list = @printadmin root


If anyone could help I would greatly appreciate it.










share|improve this question







New contributor




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





















  • This website is for Ubuntu only. Try at Unix & Linux or superuser.com

    – GabrielaGarcia
    12 hours ago
















0












0








0








i'm trying to connect to a Centos 7 machine from windows 10 computer with samba. But I can't seem to find my machine.



I want to log on as Audrey to share with my linux server. I have tried typing
\myipaddressAudrey with my ip while creating Adding a New Network Location and Mapping a New Network Drive, and I've looked at the "Network" tab on File Explorer, but I can't find my machine. And yes, my samba ports are open.



New Linux user- newbie problem, so the answer might be obvious but not to me. I'm asking this because it seems to be a subjective problem.



Here's the smb.conf:



[global]
workgroup = cpscnet.local
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

netbios name = akl1007_SAMBA

wins support = yes



[homes]
comment = Home Directories
valid users = %S, %D%W%S, Audrey
browseable = yes
guest ok = yes
read only = yes
valid users = akl1007
valid users = cpscnet.local


[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = yes


[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775


And testparm returns this:



Load smb config files from smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum
Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
netbios name = AKL1007_SAMBA
printcap name = cups
security = USER
wins support = Yes
workgroup = CPSCNET.LOCAL
idmap config * : backend = tdb
cups options = raw


[homes]
comment = Home Directories
guest ok = Yes
valid users = cpscnet.local


[printers]
browseable = No
comment = All Printers
create mask = 0600
path = /var/tmp
printable = Yes


[netlogon]
comment = Network Logon Service
guest ok = Yes
path = /var/lib/samba/netlogon


[print$]
comment = Printer Drivers
create mask = 0664
directory mask = 0775
force group = @printadmin
path = /var/lib/samba/drivers
write list = @printadmin root


If anyone could help I would greatly appreciate it.










share|improve this question







New contributor




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












i'm trying to connect to a Centos 7 machine from windows 10 computer with samba. But I can't seem to find my machine.



I want to log on as Audrey to share with my linux server. I have tried typing
\myipaddressAudrey with my ip while creating Adding a New Network Location and Mapping a New Network Drive, and I've looked at the "Network" tab on File Explorer, but I can't find my machine. And yes, my samba ports are open.



New Linux user- newbie problem, so the answer might be obvious but not to me. I'm asking this because it seems to be a subjective problem.



Here's the smb.conf:



[global]
workgroup = cpscnet.local
security = user

passdb backend = tdbsam

printing = cups
printcap name = cups
load printers = yes
cups options = raw

netbios name = akl1007_SAMBA

wins support = yes



[homes]
comment = Home Directories
valid users = %S, %D%W%S, Audrey
browseable = yes
guest ok = yes
read only = yes
valid users = akl1007
valid users = cpscnet.local


[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
guest ok = yes
writable = no
share modes = yes


[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @printadmin root
force group = @printadmin
create mask = 0664
directory mask = 0775


And testparm returns this:



Load smb config files from smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum
Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[netlogon]"
Unknown parameter encountered: "share modes"
Ignoring unknown parameter "share modes"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
netbios name = AKL1007_SAMBA
printcap name = cups
security = USER
wins support = Yes
workgroup = CPSCNET.LOCAL
idmap config * : backend = tdb
cups options = raw


[homes]
comment = Home Directories
guest ok = Yes
valid users = cpscnet.local


[printers]
browseable = No
comment = All Printers
create mask = 0600
path = /var/tmp
printable = Yes


[netlogon]
comment = Network Logon Service
guest ok = Yes
path = /var/lib/samba/netlogon


[print$]
comment = Printer Drivers
create mask = 0664
directory mask = 0775
force group = @printadmin
path = /var/lib/samba/drivers
write list = @printadmin root


If anyone could help I would greatly appreciate it.







networking server samba windows-10






share|improve this question







New contributor




Audrey 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




Audrey 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




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









asked 12 hours ago









AudreyAudrey

1




1




New contributor




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





New contributor





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






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













  • This website is for Ubuntu only. Try at Unix & Linux or superuser.com

    – GabrielaGarcia
    12 hours ago





















  • This website is for Ubuntu only. Try at Unix & Linux or superuser.com

    – GabrielaGarcia
    12 hours ago



















This website is for Ubuntu only. Try at Unix & Linux or superuser.com

– GabrielaGarcia
12 hours ago







This website is for Ubuntu only. Try at Unix & Linux or superuser.com

– GabrielaGarcia
12 hours ago












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


}
});






Audrey 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%2f1137782%2funable-to-connect-to-samba-share-from-windows-10%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








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










draft saved

draft discarded


















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













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












Audrey 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%2f1137782%2funable-to-connect-to-samba-share-from-windows-10%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

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...