Link to home
Start Free TrialLog in
Avatar of marios
marios

asked on

Cannot read long filenames from CD-ROM

I have a Matsushita (Panasonic) CR-581 CD-ROM drive. I am using the latest Windows 95 driver from Matsushita, so it is unlikely that this is a real-mode driver. However, I cannot read long filenames with it. It only reads the DOS filename.  My computer does not seem to be loading any other real-mode or protected-mode cd-rom drivers (in config.sys or elsewhere) that may be causing this problem. What should I do to be able to read long filenames from my CD-ROM drive?
Avatar of wwillis
wwillis

What are you looking at the files with?  Meaning, are you running File Manager (winfile.exe) in Win95?  If so it won't show long filenames.  If you shell out to DOS and do a dir does it show long filenames or 6~1.3 form?  Windows Explorer?  Is it just the cdrom? Meaning, if you go into Explorer and click on the C: drive does it show long filenames and them you click on D: (or whatever the drive letter is) does it revert to short filenames?  Is this the same no matter which disk you put in the cdrom drive?

   <--Will-->  MCSE, A+ Certified Technician
After you answer wwillis's *valid and necessary* questions; try running the File system troubleshooter as follows:
------
To display the file system troubleshooting options, follow these steps:It's here and  http://www.microsoft.com/kb/articles/q165/5/03.htm
--------------------
1.In Control Panel, double-click System.

2.Click the Performance tab.

3.Click File System.

4.Click the Troubleshooting tab.

The following table describes the settings on the Troubleshooting tab:

File system option    Description
-----------------------------------------------------------------------
Disable New File      This option alters the internal rules for file
Sharing And           sharing and locking on hard disks, governing
Locking Semantics     whether certain processes can have access to
open files in certain share modes that guarantee
a file will not be modified. This option should
be checked only in the rare case that an
MS-DOS-based application has problems sharing
under Windows 95. This sets SoftCompatMode=0 in
the registry.

Disable Long Name     This option turns off the tunneling feature,
Preservation For      which preserves long filenames when files are
Old Programs          opened and saved by applications that do not
recognize long filenames. This option should be
checked in the rare case that an important legacy
application is not compatible with long
filenames. This sets PreserveLongNames=0 in the
registry.

Disable Protected-    This option prevents Windows 95 from terminating
Mode Hard Disk        interrupts from the hard disk controller and
Interrupt Handling    bypassing the ROM routine that handles these
interrupts. Some hard disk drives might require
this option to be checked in order for interrupts
to be processed correctly. If this option is
checked, the ROM routine handles the interrupts,
which slows system performance. This sets
VirtualHDIRQ=1 in the registry. (This setting is
off by default for all computers in Windows 95,
which is the reverse of Windows 3.x.)

Disable All 32-Bit,   This option ensures that no 32-bit disk drivers
Protected-Mode        are loaded in the system, except the floppy
Disk Drivers          driver. Typically, you would check this option
if the computer does not start due to disk
peripheral I/O problems. If this option is
enabled, all I/O will go through real-mode
drivers or the BIOS. Notice that in this case,
all disk drives that are visible only in
protected mode will no longer be visible. This
sets ForceRMIO=1 in the registry.

Disable Write-        This option ensures that all data is flushed
Behind Caching        continually to the hard disk, removing any
For All Drives        performance benefits gained from disk caching.
This option should be checked only in the rare
cases where you are performing risky operations
and must ensure prevention of data loss. For
example, a software developer who is debugging
data at Ring 0 while creating a virtual device
driver would check this option. This sets
DriveWriteBehind=0 in the registry.


Each option sets a value in the following registry key:

Hkey_Local_Machine\System\CurrentControlSet\Control\FileSystem
Avatar of marios

ASKER

Answers to wwillis's questions:
I am using Explorer to browse the contents of the CD-ROM. The problem is only with CD-ROMs. I can read long filenames from my hard disk both with Explorer and the DOS dir command. Actually the problem is more apparent when I try to do an installation from a CD-ROM that contains long filenames. In that case the installation program gives me the following message: "Setup has detected that your CD-ROM driver cannot read long filenames from the CD-ROM. Setup will not be able to install this product from the CD."
Avatar of marios

ASKER

My settings were already as in smeebud's answer.
ASKER CERTIFIED SOLUTION
Avatar of smeebud
smeebud

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
marios,
tell me what you finally did please.
Also, on long filenames, I have not been idle, see:
Errors Creating Files or Folders in the Root Directory
http://www.microsoft.com/kb/articles/q120/1/38.htm


Avatar of marios

ASKER

I got an answer from the hardware manufacturer that the driver I was using "was for DMA tranfer". I didn't know what that meant but I followed his instruction and used the Windows 95 driver (ESDI_506.pdr). It worked.  
marios,
This was a niw one on about everbody. We all thought you were probably using your old file manager, "winfile".
You'd really be doing me a big favor if you would let me knoe those instructions from the manufacturer. i'd be able to help others in the future with that. So if you don't mind:
bwil@erinet.com

BTW, good work.