1833883 Members
1609 Online
110063 Solutions
New Discussion

cdrom mount in hpuxv3

 
SOLVED
Go to solution
Valik_1
Advisor

cdrom mount in hpuxv3

seems simple but how to mount cdrom device on rx2660 system under hpux ver3 if I got output on device file like this
--------
disk 15 0/0/2/1.0.16 UsbScsiAdaptor CLAIMED DEVICE OO Device Driver
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /dev/deviceFileSystem/Usb/MassStorage/rdsk/disk@hp-1008+294=A60020000
001


thx for help
5 REPLIES 5
Torsten.
Acclaimed Contributor
Solution

Re: cdrom mount in hpuxv3

I think you have a rx6600, rx3600 or rx2660 - the drive is USB connected and this is the new style of the device file.

mount /dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001 /cdrom

if /cdrom is your mount point.

To make it simple create a link (e.g. /dev/cdrom)

and use

mount /dev/cdrom /cdrom

in future.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Valik_1
Advisor

Re: cdrom mount in hpuxv3

wha! I thought it won't work with such output format. thx very much for your help
Torsten.
Acclaimed Contributor

Re: cdrom mount in hpuxv3

I recently found the first document about the topic:

http://www.docs.hp.com/en/7407/DevFSUsersGuide.pdf

According to chapter 3 Mounting the Device File System you can also do a

# devfs start

to get it mounted.

Not sure if I understand all of the content of this doc (e.g. "Greater user friendliness..." in "Summary of Benefits")
;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Valik_1
Advisor

Re: cdrom mount in hpuxv3

thx once again. will check it out.
Torsten.
Acclaimed Contributor

Re: cdrom mount in hpuxv3

I have currently no system to test, it would be nice to see your results.
Not sure if there is a man page for the devfs command, the docs.hp server doesn't list any.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!