|
#1
| |||
| |||
| Tiger and linux SMB browsing I have a VERY simple SMB server running linux that all my windows and linux boxes use. Code: [global] workgroup = home netbios name = homeserver server string = home data server [public] comment = data path = /data/public force user = samba force group = users read only = No guest ok = Yes What am I missing? Thanks for helping a mac virgin! |
|
#2
| ||||
| ||||
| I have two shares set up on my Samba (Knoppix 3.7 HD Installation). Code: [global] workgroup = albombanet [uploads] path = /serverdrive/uploads browseable = yes public = yes writable = yes [downloads] path = /serverdrive/downloads browseable = yes public = yes writable = no P.S.: /serverdrive/uploads has chmod 777 while /serverdrive/downloads has chmod 755.
__________________ Mac OS X User for life ![]() "You know what is worse than being all alone in the night, captain? To be all alone in the crowd." - Ambassador Delenn |
|
#3
| |||
| |||
| Thanks for the post - copied your smb.conf to verify and it doesn't work for me. I don't have any firewall running either. When I try to connect... to the server, I have to restart finder or I watch the rainball forever. What linux version and samba version are you using? |
|
#4
| |||
| |||
| I've stripped down my smb.conf to read just: Code: [global] workgroup = HOME server string = server name [public] path = /data/files read only = No guest ok = Yes I am running samba 3.0.14a on my Linux server. The directory /data has permissions 777, the directory /files has permissions 777. The problem must be on the MAC. Very frustrating. Any other ideas or help? Last edited by cbolin; September 27th, 2005 at 03:03 PM. |
|
#5
| |||
| |||
| can someone move this thread to networking? I don't know how I posted here... dumb. |
|
#6
| ||||
| ||||
| Quote:
__________________ Mac OS X User for life ![]() "You know what is worse than being all alone in the night, captain? To be all alone in the crowd." - Ambassador Delenn |
|
#7
| ||||
| ||||
| What happens if you try to connect directly to the server instead of browsing to it? One method creates a direct mount, the other one creates an "automount" of sorts. When I hear complaints about OS X SMB compatibility users are usually trying to use the browser (which for whatever reason seems especially buggy).
__________________ Home: 20" iMac G5 1.42Ghz Mac Mini Work: 2x2Ghz G5 + 20" Cinema + 17" |
|
#8
| ||||
| ||||
| I can do an smbclient -L without problems. Also ssh -l root works.
__________________ Mac OS X User for life ![]() "You know what is worse than being all alone in the night, captain? To be all alone in the crowd." - Ambassador Delenn |
![]() |
| Thread Tools | |
|
|