I'm sorry, but after much sweat over the last few days, (I see some people take months), I must ask for help.
I am stuck with mounting a windows 7 folder. Rpi sees the networked PC but returns the errors, Failed to retrieve share list from server and, The specified location is not mounted.
I appreciate this is not a RPi forum but I have tried elsewhere. Any guidance would be appreciated, however if this is outside the scope of this forum then I will understand.
My fstab file:
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
#my login
//192.168.1.4/data /mnt/mylocalfolder cifs username=myusername,password=mypassword,iocharset=utf8,sec=ntlm 0 0
My smb.conf:
[global]
workgroup = MYHOME
server string = %h server
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
name resolve order = lmhosts host wins bcast
os level = 65
preferred master = Yes
dns proxy = No
wins support = Yes
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[homes]
comment = Home Directories
path = /myhome/samba/netlogon
valid users = %S
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
print ok = Yes
browseable = No
My nsswitch.conf file:
[global]
idmap config * : backend = tdb
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 wins
If you have at least taken the time to read this far, then I thank you.