Operating System - HP-UX
1758602 Members
1782 Online
108873 Solutions
New Discussion юеВ

Problem with file names when mount CD-ROM

 
HPP
Regular Advisor

Problem with file names when mount CD-ROM

Hi,
I am trying to mount CD-ROM. I used mount and pfs_mount. when i used "mount -o ro -o cdcase /dev/dsk/c0t0d0 /mnt", i see longfile name for example "lm3_000267_20000930.pdf" as lm3~0930.pdf. Same is the case when i use
"pfs_mount -t iso9660 -x unix /dev/dsk/c0t0d0 /mnt". when I tried with "-t rrip" option for pfs_mount and it gives error as not rrip.
Is there any other way i can try mounting CD or how do we find out in what format the CD is burnt?

Thanks
Be Teachable
8 REPLIES 8
Ian Dennison_1
Honored Contributor

Re: Problem with file names when mount CD-ROM

What about '-F cdfs' in the 'mount' command?

Perhaps it needs to have the file system type specified?

Cheers, Ian Dennison
Building a dumber user
Craig Rants
Honored Contributor

Re: Problem with file names when mount CD-ROM

Try using cdfs and seeing if that helps.

mount -F cdfs -o cdcase /dev/dsk/cXtXdX /cdrom

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
BFA6
Respected Contributor

Re: Problem with file names when mount CD-ROM

Hi,

You could try with the option -F cdfs

Regards,

Hilary
HPP
Regular Advisor

Re: Problem with file names when mount CD-ROM

Guys, thanks for the answers. I tried it with "-F cdfs -o cdcase" and still the same problem.

Thanks
Be Teachable
Christopher McCray_1
Honored Contributor

Re: Problem with file names when mount CD-ROM

Hello,

Try:

pfs_mount -o xlat=unix /dev/(r)dsk/c#t#d# /cdrom

Look at document KBAN00000252 in the technical knowledge base for complete information.

Hope this helps

Chris
It wasn't me!!!!
harry d brown jr
Honored Contributor

Re: Problem with file names when mount CD-ROM

Padmanabha,

Do a "fstyp /dev/dsk/c0t0d0", and post what it returns.

live free or die
harry
Live Free or Die
HPP
Regular Advisor

Re: Problem with file names when mount CD-ROM

Thanks for the reply.
when i tried "fstyp /dev/dsk/c0t0d0", it gives as cdfs. When i mount it with "mount -o ro -cdcase -F cdfs /dev/dsk/c0d0t0 /mnt", still the same problem.
Be Teachable
Steve Steel
Honored Contributor

Re: Problem with file names when mount CD-ROM

Hi


Try the pfs_mount as suggested by Christopher.

This is a documented solution


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)