Operating System - HP-UX
1753492 Members
5125 Online
108794 Solutions
New Discussion юеВ

Not able to mount CD/DVD on HP-UX 11.11

 

Re: Not able to mount CD/DVD on HP-UX 11.11

bash-3.2# mount
/ on /dev/vg00/lvol3 log on Tue Mar 17 17:28:45 2009
/stand on /dev/vg00/lvol1 defaults on Tue Mar 17 17:28:46 2009
/var on /dev/vg00/lvol7 delaylog,nodatainlog on Tue Mar 17 17:29:00 2009
/usr on /dev/vg00/lvol8 delaylog,nodatainlog on Tue Mar 17 17:29:00 2009
/tmp on /dev/vg00/lvol4 delaylog,nodatainlog on Tue Mar 17 17:29:00 2009
/opt on /dev/vg00/lvol6 delaylog,nodatainlog on Tue Mar 17 17:29:00 2009
/home on /dev/vg00/lvol5 delaylog,nodatainlog on Tue Mar 17 17:29:03 2009


one more output.
bash-3.2# diskinfo -v /dev/rdsk/c0t0d0
SCSI describe of /dev/rdsk/c0t0d0:
vendor: HL-DT-ST
product id: DVD-ROM GDR8162B
type: CD-ROM
size: 729760 Kbytes
bytes per sector: 2048
rev level: 0015
blocks per disk: 364880
ISO version: 0
ECMA version: 0
ANSI version: 2
removable media: yes
response format: 2
(Additional inquiry bytes: (32)42 (33)4c (34)42 (35)41 (36)20 (37)20 (38)20 (39)30 (40)33 (41)2f (42)30 (43)34 (44)2f (45)31 (46)34 (47)20 (48)20 (49)20 (50)0 (51)1 (52)0 (53)0 (54)0 (55)0 (56)0 (57)0 (58)0 (59)0 (60)0 (61)0 (62)0 (63)0 (64)0 (65)0 (66)0 (67)0 (68)0 (69)0 (70)0 (71)0 (72)0 (73)0 (74)0 (75)0 (76)0 (77)0 (78)0 (79)0 (80)0 (81)0 (82)0 (83)0 (84)0 (85)0 (86)0 (87)0 (88)0 (89)0 (90)0 )
Avinash20
Honored Contributor

Re: Not able to mount CD/DVD on HP-UX 11.11

Hi Prashant,

# ps -ef| grep pfs

ASking the above output to check if you have used pfs for mounting the CD
If yes, then you need to umount it

Command is pfs_umount

2. Create a new directory and try to mount the DVD and check

# mkdir /dvdrom_test
# mount ...
"Light travels faster than sound. That's why some people appear bright until you hear them speak."

Re: Not able to mount CD/DVD on HP-UX 11.11

No. It is not mounted using pfs.
Could you let me the steps to mount DVD using pfs?

Thanks.
Avinash20
Honored Contributor

Re: Not able to mount CD/DVD on HP-UX 11.11

pfs mount are not supported and is already in-cooperated with mount command with the specific patches

You could give a try though

# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd 4 &
# ps -ef | grep pfs
# pfs_mount -o xlat=unix /dev/rdsk/cXtXd0 /pfs_cdrom

Remember that you umount it

# cd /
# pfs_umount /cdrom

Let me check for the patch for that..
"Light travels faster than sound. That's why some people appear bright until you hear them speak."

Re: Not able to mount CD/DVD on HP-UX 11.11

Hi Avinash,

It works. I can mount CD/DVD using pfs_mount on HP-UX 11.11.
one more question, how to know whether the CD/DVD is RockRidge CD/DVD?