Hello,
I have been trying for many, many hours to access my samba drive from my Windows 10 client PC but to no avail. Admittedly, I am a total Linux noob and have been relying on the scattered online discussions on this topic to find a solution. I honestly believe at this point I have tried everything my brain can comprehend, but I just can't get it to work. Windows fails to map the network drive ("Windows cannot access \\[UbuntuServerIP]\home. Check the spelling of the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.")
The following thread gave me some inspiration: https://ubuntuforums.org/showthread.php?t=2486949
So I will list the output to these commands here:
testparm -s
net usershare info --long
hostname
Anything you can do to help guide me towards a solution is greatly appreciated.
I have been trying for many, many hours to access my samba drive from my Windows 10 client PC but to no avail. Admittedly, I am a total Linux noob and have been relying on the scattered online discussions on this topic to find a solution. I honestly believe at this point I have tried everything my brain can comprehend, but I just can't get it to work. Windows fails to map the network drive ("Windows cannot access \\[UbuntuServerIP]\home. Check the spelling of the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.")
The following thread gave me some inspiration: https://ubuntuforums.org/showthread.php?t=2486949
So I will list the output to these commands here:
testparm -s
Code:
Load smb config files from /etc/samba/smb.confLoaded services file OK.
Weak crypto is allowed
Server role: ROLE_STANDALONE
# Global parameters
[global]
log file = /var/log/samba/log.%m
logging = file
map to guest = Bad User
max log size = 1000
obey pam restrictions = Yes
pam password change = Yes
panic action = /usr/share/samba/panic-action %d
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
passwd program = /usr/bin/passwd %u
preferred master = Yes
server role = standalone server
server string = %h server (Samba, Ubuntu)
unix password sync = Yes
usershare allow guests = Yes
wins support = Yes
idmap config * : backend = tdb
[printers]
browseable = No
comment = All Printers
create mask = 0700
path = /var/spool/samba
printable = Yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
[home]
comment = Shared Folder
guest ok = Yes
path = /mnt/backup/home
read only = No
Code:
net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Permission denied
You do not have permission to create a usershare. Ask your administrator to grant you permissions to create a share.
Code:
threadripper