Hello all. Trying to save the lone linux box in the organization. Any help would be appreciated. Our desktop support team makes extensive use of Symantec Ghost to make images of NT desktops for recovery purposes. I managed to talk them into using our lone linux server as the Ghost repository. The way the process works is that you boot the about to be imaged machine via a DOS boot disk, then run Ghost off of the network, and choose a drive mapped to a share on the linux server as the destination for the ghost image. To any NT box, the average ghost time takes about 20 minutes. But to the linux/samba machine doing the above takes an hour and a half!! I am at a loss as to what to do. Copying a large file to the linux server goes no slower than copying to an NT box. However Ghost just seems to choke when writing to the Samba box. Attached below is our smb.conf. Any thoughts would be much appreciated. Please help me stop the EVIL desktop group from getting Linux excommunicated from our NT network. FWIW, the share that they are trying to connect to is either [Images] or [Images1]. Both of which are on different physical drives. THANKS!! ------------------- [global] workgroup = FFG server string = Linux Profile Server printcap name = /etc/printcap load printers = yes log file = /var/log/samba/log.%m max log size = 50 security = share socket options = TCP_NODELAY local master = no name resolve order = wins lmhosts bcast wins server = 10.0.128.50 dns proxy = no #============================ Share Definitions [Profiles] comment = Temporary space for Profiles path = /ts/profiles read only = no public = yes browseable = yes [Images] comment = Image Repository path = /ts/images read only = no public = yes browseable = yes [Images1] comment = 2nd Image Repository path = /ts/images1 read only = no public = yes browseable = yes [Logs] comment = Syslog Logs path = /var/log read only = no public = yes browseable = yes