1829749 Members
1783 Online
109992 Solutions
New Discussion

Mount CD -R

 
Brian butler
Frequent Advisor

Mount CD -R

HP UX 11.11, i am unable to mount a cd that i created every time i try and mount it the system locks up and, the network connection drops, the machine has no problem mounting regular cd's, it is so bad that i have to just power off the machine, i have never had any problems like this before,Oh yeah by the way this is my personal machine nothing that important... i have tryed the following and the box has locked up everytime

# mount -F cdfs /dev/dsk/c1t2d0 /SD_CDROM

# mount -F cdfs -r -o cdcase /dev/dsk/c1t2d0 /SD_CDROM
although i can read the file system, and it returns this
# fstyp /dev/dsk/c1t2d0
cdfs

oh yeah cant forget this one

# pfs_mount /dev/dsk/c1t2d0 /SD_CDROM
pfs_mount: giving up on /SD_CDROM

Well i am going to try to find another CDR and give it another try.

if anyone has any good ideas im all ears


Reboot and give me twenty....
11 REPLIES 11
John Carr_2
Honored Contributor

Re: Mount CD -R

Hi

try this

mount -r -o cdcase /dev/dsk/c1t2d0 /SD_CDROM


John.
Muhammad Al-Huwaidi
New Member

Re: Mount CD -R

Make sure that is umount first.
Brian butler
Frequent Advisor

Re: Mount CD -R

Nope the machine locked up again, and i could not kill the process, had to reboot it by pressing the button not exactly my favorate thing to do.
BB
Reboot and give me twenty....
John Carr_2
Honored Contributor

Re: Mount CD -R

Hi Brian

are you able to take the Cd put it into another server or PC and be able to read it ?

have you tried reading another CD in the problematic server ?

what is the server/workstation model ?

cheers
John.
Paula J Frazer-Campbell
Honored Contributor

Re: Mount CD -R

Brian

Try a mount with a HP core or apps CD.

Paula
If you can spell SysAdmin then you is one - anon
Brian butler
Frequent Advisor

Re: Mount CD -R

I dont have any problems mounting any other cd's at all, and i can read this cd just fine in my Windows machine, its a brand new cd, reading core os cd's or patch cd is not a problem..the type of machine that i have is a visulize B132L +
Thanks Everyone
BB
Reboot and give me twenty....
Paula J Frazer-Campbell
Honored Contributor

Re: Mount CD -R

Brian

Looks like a duff CD, can your write another one and try that.

Paula
If you can spell SysAdmin then you is one - anon
U.SivaKumar_2
Honored Contributor

Re: Mount CD -R

hi,
please try this :

mount -F cdfs -o ro /dev/dsk/...... /cdrom

regards,
U.SivaKumar
Innovations are made when conventions are broken
John Carr_2
Honored Contributor

Re: Mount CD -R

Hi Brian

it appears at the moment there is an incompatability between the CD created on windows and the B132L+. We know both CD drives work and can read other CD's. Can you look at the s/w you use to write the CD with and check to see if it will allow different write formats.

what cd writer do you have and what s/w are you using.

cheers
John.
eran maor
Honored Contributor

Re: Mount CD -R

Hi Brain

i saw that all ready you got the answer about doing the mount -o cdcase .

i will try to create a new moint point to see if the problem is with the mount point so :

mkdir /test
mount -o cdcase /dev/dsk/c1t2d0 /test

and see if you have a problem .

again if it will not work try to check the device file of the device with diskinfo on the raw device .

love computers
Bill Hassell
Honored Contributor

Re: Mount CD -R

You mentioned CD-R. Is this CD truly a CD recordable, or worse yet, a CD-RW? CD-R media, especially the really blue color is not backward compatible to old CRROM drives. The color of the laser in these early drives (and the error correction code) is not really compatible with new technology like CD-R. And CD-RW is even worse as far as backward compatibility.

So I would start with a relatively new external CDROM drive and see if the problem goes away. The fact that manufactured CDs like HP-UX read OK would seem to confirm the problem.


Bill Hassell, sysadmin