search for: longfilenam

Displaying 10 results from an estimated 10 matches for "longfilenam".

Did you mean: longfilename
1998 Dec 18
1
Problem de mangling
Hi all ! I'm new on this mailing list... We have just installed samba v1.9.18p4. But we have problems with mangling of file names. We would like to preserve the case of windows files > 8 char. when copying files to the server. However, we want to keep 8.3 format files in lower case. The question is : how to configure all the
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
...t...\n")); return; } if (!get_file(finfo)) { DEBUG(0, ("Abandoning restore\n")); return; } break; case '5': if (!get_dir(finfo)) { DEBUG(0, ("Abandoning restore \n")); return; } break; case 'L': longfilename = get_longfilename(finfo); if (!longfilename) { DEBUG(0, ("abandoning restore\n")); return; } DEBUG(5, ("Long file name: %s\n", longfilename)); break; default: skip_file(finfo.size); /* Don't handle these yet */ break; }...
2015 Jan 09
2
Name mangling problem
...ian wheezy (version 3.6.6) and i am experiencing some troubles with file name mangling. If i try "dir /x" on a mapped folder it gives me unexpected mangled names: the name mangling matches only the first character and not the first 5 as i expect. For example: if the long file name is LONGFILENAME.TXT, i expect the mangled sholud be something like LONGF~01.TXT, but i see: LNHQX6~C.TXT I tried to change mangling method = hash (instead of the default hash2) also i tried the solution posted here: http://www.oreilly.com/openbook/samba/book/ch05_04.html but no luck. The the share are on XFS...
2007 Apr 11
1
long file names and their 8-chars versions
Hello, we have a ubuntu-server edgy file server (file system of the shared files: ext3) and a win xp client with an old program that shows up the 8-char version of long file names. While in windows the association is as follows: longfilename -> LONGFI~1 longfilename2 -> LONGFI~2 ...in ext3 the association is not so 'straight-on' and this forces my colleague to guess the names... Is there a way to force a windows-like association between long file names and their short version? Thanks in advance. Regards, Marco
2001 Dec 09
1
wine and microsoft word file write errors ???
...ates, reads, edits, fonts, etc all seem to be fine. However any write causes a disk full or permissions error. I am running as root root in this case and other programs under wine write w/o error. If it is any clue the file name shows up as all caps in 8.3 format i.e. LONGFI~1.DOC as opposed to longfilename.doc. This is true for all the writes from MS Word. The partiction is FAT32 and is configured: >[Drive C] >"Path" = "/mnt/win98" >"Type" = "hd" >"Label" = "win98" >"Filesystem" = "win95" > (BTW what...
2003 Jan 16
1
Longfile names and Samba
I'm using RedHat 7.3 and samba 2.2.7a, Using windows98 and NT4 workstations, I get a weird problem. Writing a longfilename directory on a real NT server a direct. like program files would be \progra~1 On a samba server it's changed in progr~NK or something like this. It's never the same. Therefor, for older dos applications it's not possible to enter the directory. Is this a problem only I have? Or di...
1999 Jan 13
0
Can't run certain executables (PR#12624)
...ining long filenames. To fix it in your current setup, create a 8.3 name symlink on the UNIX side to point to the long filename directory and run the 16 bit executables from there. The good news is that we have worked around this for Samba2.0 and 2.0 will allow NT to run 16 bit executables from a longfilename directory correctly. 2.0 is due out any day now (as soon as I finish my regression tests.... :-). Hope this helps, Jeremy Allison, Samba Team. -- -------------------------------------------------------- Buying an operating system without source is like buying a self-assembly Space Shuttle w...
2001 Sep 26
3
Name mangling bug: was samba bug?
Hi James, this sounds familiar - I believe I looked at a wire trace, and windows is dropping the trailing dots BEFORE it sends the request over the wire. so samba never sees the name foo..., thus does not create it. Don -----Original Message----- From: James Nord [mailto:teilo@cdt.luth.se] Sent: Wednesday, September 26, 2001 9:34 AM To: James Nord Cc: samba@samba.org Subject: Name mangling bug:
1999 Oct 05
0
SAMBA digest 2259
...0, ("Abandoning restore\n")); > return; > > } > break; > > case '5': > if (!get_dir(finfo)) { > DEBUG(0, ("Abandoning restore \n")); > return; > } > break; > > case 'L': > longfilename = get_longfilename(finfo); > if (!longfilename) { > DEBUG(0, ("abandoning restore\n")); > return; > > } > DEBUG(5, ("Long file name: %s\n", longfilename)); > break; > > default: > > skip_file(finfo.size);...
2003 Dec 01
0
No subject
...mb.conf # /etc/init.d/smb start login from a Win98 client -> problem reported while accessing an existent(ghost) drive Z: Test with: samba-2.2.1a-2 src.rpm from rawhide.redhat.com RedHat 7.1, linux 2.4.3-12(stock redhat kernel) compiled with: rpm --clean --rebuild --target=i686 Conlusion: The longfilename in logon script arise when the option 'kernel oplocks' is set to: kernel oplocks = Yes HTH Oliver P.D.: back to production mode, woohoo Oliver Schulze L. wrote: > Hi, > what is the maximum file name lenght for a samba 2.2.1a running in > kernel 2.4.x? > I use RedHat 7.1...