[Samba] Photoshop "Disk Full" error, a linux filesystem NOT Samba issue

Drexx drexxxus at gmail.com
Thu Oct 14 05:44:40 GMT 2004


Hi lists
Just installed RHFC2 with Samba3.0.3-5. my problem is when I log on my
windows98 logon script was run but it did not map my home directory
and MS Office to my windows98 machine. Logon bat script has only this
net use h: /home
net use m: \\smbnfs\MS Office
 
 here is the output of my testparm
 
# Global parameters
[global]
        workgroup = BMCMNL
        server string = Samba Server log-on domain for win95 and win98
        interfaces = 192.168.101.124/25
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = /etc/printcap
        logon script = logon.bat
        logon path = \\%L\profiles\%U\%m
        logon home = \\%L\%U\.win_profile\%m
        domain logons = Yes
        dns proxy = No
        wins support = Yes
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        hosts allow = 192.168.101., 127.
 
[homes]
        comment = Home Directories
        read only = No
        browseable = No
 
[netlogon]
        comment = Network Logon Service
        path = /home/netlogon
        browseable = No
        share modes = No
 
[profiles]
        path = /home/profiles
        read only = No
        guest ok = Yes
        browseable = No
        root preexec = /bin/mkdir /home/profiles/%U; /bin/chown %U
/home/profiles/%U; /bin/chmod 700 /home/profiles/%U
 
[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No
 
[MS Office]
        comment = Microsoft Office 97 for all
        path = /mnt/win/Program Files/Microsoft Office/Office
        guest ok = Yes

 
thanks
drex


More information about the samba mailing list