Results 1 to 4 of 4
when downloading, for example, attachments in email that were created in windoze,
my Linux will shorten the filename, including removing the file extention.
how can I either enable the long ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-26-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 58
long windoze filenames in linux
when downloading, for example, attachments in email that were created in windoze,
my Linux will shorten the filename, including removing the file extention.
how can I either enable the long filename support and/or have it preserve the extension?
thanks for the help!
C.Poff
- 04-26-2005 #2
Try archiving your attachments first. Put it in a .zip or .tar.gz file. This will preserve the directory structure (if it's a folder) and any file names/extensions of your files.
Registered Linux user #270181
TechieMoe's Tech Rants
- 04-26-2005 #3Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Huh!?! Sounds like you are saving your attachments into a FAT-partition.
Since EXT2,EXT3,ReiserFS is much more better than FAT-32 or NTFS to handle long file names. So you should check your partition table.
Unless it is your software that do the truncation for you. Try to issu this command from a shell
If you don't get any errors from above command, check that your file exist as above named by simply issue command "ls". If this works, then it is your mail software that has the error, if you get a truncated file name, I must say that you have successfully installed your Linux upon a FAT-partition.Code:touch my-very-long-file-name.with.double-extension.or-should-I-say-tripple-extension.txt
- 04-26-2005 #4Just Joined!
- Join Date
- Feb 2005
- Posts
- 58
you're right it is the mail program.
I am an ASS to assume it was linux.
thanks!
cp


Reply With Quote
