
Originally Posted by
Crackouch
Thanks for previous help.
My Samba shares suddenly became offline on my Windows 7 machine and I cannot access the contents saying "Access is denied," "you don't have the permissions," etc.
For some time, my original /etc/samba/smb.conf-iguration worked like a charm, as follows:
workgroup = HOMENET
[NetworkFileSystem]
path = /NetworkFileSystem
browseable = yes
read only = no
guest ok = no
force user = homeuser
...Along with the proper permissions statement: sudo chmod 0777 /NetworkFileSystem
I decided to add a 1TB drive to my Ubuntu machine to store my music. I mounted the drive (set up automatically at boot), set the same permissions as /NetworkFileSystem, and then added another share to the Samba file:
[MusicFiles]
path = /media/MusicFiles
browseable = yes
read only = no
guest ok = no
force user = homeuser
It originally worked OK. Both shares were accessible and I was able to play the Ubuntu music files on my W7 box. Then I shut down I machines for the day. When I turned them on again, the W7 machine indicated that I could not connect to the network drives, even the NetworkFileSystem. I tried commenting out the MusicFiles share in my Samba file, unmapping and remapping the NetworkFileSystem share. The folders of that share appear with an "X" and I cannot get in them.
Please help if and when you can...
Thanks, Crackouch
Bookmarks