Operating System - HP-UX
1833770 Members
2502 Online
110063 Solutions
New Discussion

Problems mounting CD on 11.23

 
SOLVED
Go to solution
dictum9
Super Advisor

Problems mounting CD on 11.23

Greetings,

When I mount the cd, I get this. What's the right way to mount it?

[code]
total 0
itosys1:/#: mount -F cdfs -o ro /dev/dsk/c2t3d0 /cdrom
itosys1:/#: ll /cdrom
total 2012
-r-xr-xr-x 1 -1 -1 53 Dec 18 2004 AUTORUN.INF;1
-r-xr-xr-x 1 -1 -1 6296 Jul 9 2005 MIMETYPES.INI;1
-r-xr-xr-x 1 -1 -1 100352 Oct 5 2005 CLICK_ME.EXE;1
-r-xr-xr-x 1 -1 -1 14592 Nov 29 2005 LICENSE.TXT;1
-r-xr-xr-x 1 -1 -1 45056 Feb 25 2006 ASPNET2.DLL;1
-r-xr-xr-x 1 -1 -1 45056 Feb 25 2006 ASPNET.DLL;1
-r-xr-xr-x 1 -1 -1 38941 Mar 1 2006 MESSAGES.INI;1
-r-xr-xr-x 1 -1 -1 5568 Jun 9 15:34 HTTP.INI;1
-r-xr-xr-x 1 -1 -1 761547 Jun 9 15:36 DWEBPRO.EXE;1
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 WWW
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 ERRORDOCS
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 DATA
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 ENGINE

[/code]
7 REPLIES 7
Patrick Wallek
Honored Contributor
Solution

Re: Problems mounting CD on 11.23

Try:

mount -F cdfs -o cdcase,ro /dev/dsk/c2t3d0
/cdrom

or

mount -F cdfs -o rr,ro /dev/dsk/c2t3d0 /cdrom
James R. Ferguson
Acclaimed Contributor

Re: Problems mounting CD on 11.23

Hi:

Try:

# /usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c2t3d0 /cdrom

Regards!

...JRF...
dictum9
Super Advisor

Re: Problems mounting CD on 11.23

Still doesn't work:


saptstap:/#: model
ia64 hp workstation zx6000

saptstap:/#: mount -F cdfs -e -o rr,ro /dev/dsk/c0t0d0 /cdrom
mount: mounted /dev/dsk/c0t0d0 on /cdrom
saptstap:/#: ll /cdrom
total 2012
-r-xr-xr-x 1 -1 -1 45056 Feb 25 2006 ASPNET.DLL;1
-r-xr-xr-x 1 -1 -1 45056 Feb 25 2006 ASPNET2.DLL;1
-r-xr-xr-x 1 -1 -1 53 Dec 18 2004 AUTORUN.INF;1
-r-xr-xr-x 1 -1 -1 100352 Oct 5 2005 CLICK_ME.EXE;1
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 DATA
-r-xr-xr-x 1 -1 -1 761547 Jun 9 15:36 DWEBPRO.EXE;1
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 ENGINE
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 ERRORDOCS
-r-xr-xr-x 1 -1 -1 5568 Jun 9 15:34 HTTP.INI;1
-r-xr-xr-x 1 -1 -1 14592 Nov 29 2005 LICENSE.TXT;1
-r-xr-xr-x 1 -1 -1 38941 Mar 1 2006 MESSAGES.INI;1
-r-xr-xr-x 1 -1 -1 6296 Jul 9 2005 MIMETYPES.INI;1
dr-xr-xr-x 1 -1 -1 2048 Jun 9 15:45 WWW


Patrick Wallek
Honored Contributor

Re: Problems mounting CD on 11.23

Is this a WINDOWS CD you are trying to mount?

If so, to what purpose?
dictum9
Super Advisor

Re: Problems mounting CD on 11.23

I am not sure, it's just an demo CD with no software on it. It might be a Windows CD.

It's that introduction to HP Storage Essentials CD. I assumed it would have some test software to install and test.
Patrick Wallek
Honored Contributor

Re: Problems mounting CD on 11.23

I think you will be better off trying this on a Windows PC or server.

The ASPNET dll's and the DWEBPRO.EXE and AUTORUN.INFO files are all Windows type things. I seriously doubt that this will do you any good at all on the Unix server even if you do get it mounted.
James R. Ferguson
Acclaimed Contributor

Re: Problems mounting CD on 11.23

Hi (again):

Sorry, I didn't see that Patrick had suggested both mount options. If neither worked it would appear that your format may be a Windows Joliet one --- not supported by HP-UX.

No points please.

Regards!

...JRF...