1833017 Members
2214 Online
110048 Solutions
New Discussion

Problems mounting cdrom

 
SOLVED
Go to solution
Ted Flanders
Frequent Advisor

Problems mounting cdrom

I am trying to mount my cdrom which I have done many times before. It is on my testbox. I use this command

mount -r /dev/dsk/c0t2d0 /cdrom

I get the message back
/dev/dsk/c0t2d0 :unrecognized file system

I am lost here, I have tried everything that I know. Can anyone help me out here? I did the ioscan and I know that is the right address. It will not let me mount or umount. Thanks
7 REPLIES 7
David Lodge
Trusted Contributor
Solution

Re: Problems mounting cdrom

It look like the problem is with your CD - do *any* CDs mount...

HP-UX has rather poor support for non-ISO9660 format CDs
Carsten Krege
Honored Contributor

Re: Problems mounting cdrom

Most HP CDROMS for HPUX run the "cdfs" filesystem and HPUX doesn't support the standard Rockridge or PFS format that is used by most of the PC CDROMs.

What CDROM are you trying to mount?

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Ted Flanders
Frequent Advisor

Re: Problems mounting cdrom

I have mounted the cdrom before on this box, so I know that it has worked in the past. It is a Toshiba XM-4101TA. The box is a HP9000 E25 running HPUX 10.20
Carsten Krege
Honored Contributor

Re: Problems mounting cdrom

In this case you might also deal with a hardware problem. I would try to mount a standard HP Application CD and to see if it works.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Akihiro Noma
Contributor

Re: Problems mounting cdrom

I had a similar problem and I mounted the cd this way and it worked.

mount -o ro -F hfs /dev/dsk/ /cdrom

Hope this helps..
Greetings from Beautiful Oregon!
Ted Flanders
Frequent Advisor

Re: Problems mounting cdrom

Ok....I get what you are talking about. I tried an hp cd that I knew I used before and it mounted right up. I have a cd with a different file system on it that isnt recognized. Duh.....oh well...I AM learning.
Thanks for your help.
Carsten Krege
Honored Contributor

Re: Problems mounting cdrom

The next step is for you to try pfsmount with your CD now. Refer to the thread "CDROM difficulty" here in the forum. There were some hints.

http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0xe4f9a12d6d27d5118fef0090279cd0f9,00.html

There is also a patch PHCO_15453 for the Portable Filesystem available on HPUX 10.20, if you run into more problems.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG