Ok, I am having a strange problem. Via my linux box I am sharing several vfat partitions and removable media(zip drive). They all have the same filename, case, etc. options but when the clients try to move files with windows explorer to the zip disk the client machine complains that the drive does not accept long filenames and asks for an alternative. The odd thing is the drive shows long filenames and apps like Word97 can save long filenames to the zip, although it makes them all caps(how do I fix that?). Is this an explorer problem or a samba problem. Everything works as expected to the fixed drives with no complaints about filename lenght. My smb.conf is attached. I would really appreciate some advice on this. I tried searching the archives but didn't come up with anything useful. Thanks, -- Brian --------------------------------------------------------------------- Mechanical Engineering servis@purdue.edu Purdue University http://www.ecn.purdue.edu/~servis --------------------------------------------------------------------- # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 1999/07/06 15:50:13 # Global parameters workgroup = HOME security = SHARE null passwords = Yes hosts equiv = /etc/samba/hosts.smb.equiv username map = /etc/samba/user.map keepalive = 0 socket options = SO_KEEPALIVE load printers = No os level = 65 preferred master = Yes domain master = Yes smbrun = /usr/bin/smbrun guest account = samba hosts allow = 192.168.1.1, 192.168.1.2, 192.168.1.3, 127.0.0.1 [C] comment = Brian's C path = /bri/c force user = samba force group = dos read only = No guest only = Yes guest ok = Yes hide dot files = No fstype = VFAT [D] comment = Brian's D path = /bri/d force user = samba force group = dos read only = No guest only = Yes guest ok = Yes hide dot files = No fstype = VFAT [E] comment = Brian's E path = /bri/e force user = samba force group = dos read only = No guest only = Yes guest ok = Yes hide dot files = No fstype = VFAT [TMP] comment = TMP path = /tmp read only = No guest only = Yes guest ok = Yes hide dot files = No mangled names = No fstype = EXT2 [deskjet] comment = HP Deskjet 660Cse path = /tmp guest ok = Yes print ok = Yes print command = lpr -r -h -P%p %s printer name = lpm [CD] comment = Brian's CD path = /rmd/z guest only = Yes guest ok = Yes hide dot files = No [homes] comment = Home Directories read only = No hide dot files = No browseable = No fstype = ext2 [ZIP] comment = Zip Drive path = /rmd/zip force user = samba force group = dos read only = No guest only = Yes guest ok = Yes strict sync = Yes sync always = Yes hide dot files = No fstype = VFAT