I have installed a samba server using the directions at the url below. I have the server running...just keep getting an error when I try and mount. I'm running "jukebox4-0.cf". Any help would be great. Thanks.
Install a samba server on Mac OS X:
http://www.opensource.apple.com/projects/documentation/howto/html/osxsmb.html
Error messages and my config.
Via audrey
# fs-cifs -v //webcrazymac:192.168.1.100:/Users/webcrazy /mp3 webcrazy <password>
fs-cifs: starting...
fs-cifs: mount: 192.168.1.100:/Users\webcrazy -> /mp3 by brian [0]
fs-cifs: new server
fs-cifs: unknown service [netbios-ssn/tcp]
fs-cifs: establishing connection to 192.168.1.100:webcrazymac
fs-cifs: smb connection successful
fs-cifs: logging brian on 192.168.1.100
fs-cifs: logon successful. uid [0] maps to [100]
fs-cifs: mounting 192.168.1.100:/Users\webcrazy
fs-cifs: smb_mount: Bad file descriptor
fs-cifs: mounting 192.168.1.100:/USERS\WEBCRAZY
fs-cifs: smb_mount: Bad file descriptor
fs-cifs: smb_connection returning FALSE
fs-cifs: io_mount: smb_connection failed: Bad file descriptor
io_mount: Bad file descriptor
fs-cifs: missing arguments, or all mount attempts failed.
Samba server log
[2002/04/29 00:10:41, 2] smbd/reply.c:reply_sesssetup_and_X(972)
Defaulting to Lanman password for \webcrazy
[2002/04/29 00:10:41, 0] smbd/sec_ctx.c:initialise_groups(229)
Unable to initgroups. Error was Input/output error
[2002/04/29 00:10:41, 0] smbd/service.c:make_connection(248)
audrey (192.168.1.101) couldn't find service users/webcrazy
[2002/04/29 00:10:41, 2] smbd/server.c:exit_server(458)
Closing connections
Samba config.
# --------------------------------------------------------------------
# Home share configuration
# --------------------------------------------------------------------
[homes]
comment = "Home directory for %u on %L"
path = /Users/%u
browseable = no
guest ok = no
read only = no
create mask = 644
directory mask = 755