HPE 9000 and HPE e3000 Servers
1748208 Members
2702 Online
108759 Solutions
New Discussion

Can not Mount DVD ..

 
SOLVED
Go to solution
Tamvnit
Advisor

Can not Mount DVD ..

Thanks to care my problem !!

I can mount my dvd.
I've done the following command

mkdir /mnt/CDROM
mount /dev/dsk /mnt/CDROM

but when i list the content of CDROM folder, i can not see my files in my DVD, it just show my 4 files name : c0t0d0, c2t0d0, c2t1d0 and c3t2d0.
After check the content of /dev/dsk folder, i saw that file inside.

What wrong step i did ? What can i do to mount ?

Thanks you.
1 REPLY 1
Torsten.
Acclaimed Contributor
Solution

Re: Can not Mount DVD ..

Hi,

you are still on HP-UX?

You did a wrong step (or two).

First you need to find the device file for your CD-ROM drive:

ioscan -fnkCdisk

e.g.
disk 1 8/16/5.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 6x/32x
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0


Now create a mount point and mount the drive:

mkdir /SD_CDROM
mount -r /dev/dsk/c1t2d0 /SD_CDROM

HTH!

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!