if you open a DOS prompt window and type in the command
Code: Select all
ping ubu64
Moderator: Site Moderators
Code: Select all
ping ubu64
jcfuller wrote:I only have one user.
[FAH-SHARE1]
comment = Share for gpu client
path = /home/jamesubu64/fahgpu2
available = yes
browsable = yes
writable = yes
jamesubu64 used for sambpasswd
everything installed under jamesubu64
James
Code: Select all
[FAH]
comment = Share for gpu client
path = /home/jamesubu64/fahgpu2
public = yes
available = yes
browsable = yes
writeable = yes
guest ok = yes
Code: Select all
sudo /etc/init.d/samba restart
No problem jc, glad we got it sorted. I made a typo though. I couldn't remember which gave ascess without authentication, so I added both, or tried too ..jcfuller wrote:Thank You VERY much KE1HA. The additions of either public or guest was the key. FahMon can now monitor!
Also thanks tmoble for your contributions.
Just a note: there is no login PopUp when using Windows Explorer now.
James
Glad you found it helpful. I considered putting some instructions for configuring Samba in with it, but I figured that might complicate things too much. A separate thread was a better idea.tmoble wrote:Jeez, what a dummy I am sometimes. Hyperlife is the writer of the guide, I've been erroneously crediting KE1HA. Maybe I'll try getting more then 4 hours sleep someday. Sorry to both of you.
Code: Select all
testparm -s smb.conf.master >smb.conf
Code: Select all
sudo testparm -s smb.conf >smb.conf.bak
Code: Select all
sudo cp smb.conf smb.conf.testparm.bak
sudo mv smb.conf.bak smb.conf
Code: Select all
sudo /etc/init.d/samba restart