Win98 command line vs. long filenames

Jean-Serge Gagnon jsg at newlix.com
Wed Apr 26 11:33:36 GMT 2000


Oops, sorry Tulipant, this should have gone to the original poster...

We have a similar setup with 2.0.6 and have no trouble viewing long file
names by either mapping the share to a drive or directrly doing a dir on it;
i.e.:

E:\>net use f: \\svr-popup\shared
The command was completed successfully.

E:\>dir f:

 Volume in drive F is SHARED
 Directory of F:\

NEWLI~AX EXE     3,542,528  04-18-00  6:06a NewlixPopup.exe
ReadMe   txt           292  04-10-00 10:26a ReadMe.txt
         2 file(s)      3,542,820 bytes
         0 dir(s)        7,771.50 MB free
E:\>dir \\svr-popup\shared
 Directory of \\svr-popup\shared

NEWLI~AX EXE     3,542,528  04-18-00  6:06a NewlixPopup.exe
ReadMe   txt           292  04-10-00 10:26a ReadMe.txt
         2 file(s)      3,542,820 bytes
         0 dir(s)
E:\>

Here are the relevant parts of the smb.conf file:

[global]
	printing = bsd
	guest account = netbios
	server string = Newlix Corporation's OfficeServer v1.5.0-50
	socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
	unix password sync = yes
	update encrypted = yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *new*pass* %n\n *new*pass* %n\n *change*
	encrypt passwords = yes
	name resolve order = lmhosts wins bcast host
	username map = /usr/local/samba/lib/users.map
	printer driver file = /usr/local/samba/lib/printers.def
	printer driver location = \\%h\PRINTER$
	netbios name = SVR-POPUP
	preserve case = yes
	security = share
	wins proxy = yes
	dns proxy = yes
	wins support = no
	domain master = no
	preferred master = no
	local master = no
	os level = 5
	workgroup = NEWLIX
	remote announce = 192.168.3.255 192.168.5.255 192.168.1.255
	remote browse sync = 192.168.3.255 192.168.5.255 192.168.1.255
	wins server = 192.168.3.1
[shared]
	comment = Shared file space for all users
	path = /USERSPACE/shared
	public = yes
	writable = yes
	force create mode = 0775
	force directory mode = 0775


Jean-Serge Gagnon - Applications Director
Newlix Corporation - jsg at newlix.com
(613) 225-0516 fax: (613) 225-5625

-----Original Message-----
From: Tulipant Gergely [mailto:tulipant-gergely at dbrt.hu]
Sent: Wednesday, April 26, 2000 5:57 AM
To: Jean-Serge Gagnon
Subject: RE: Win98 command line vs. long filenames



> Have you looked at the "case" options such as "preserve case", "short
> preserve case" and "default case"?

Yeah, I set them like this:
   preserve case = no
   short preserve case = no


Why do you ask? :)



More information about the samba mailing list