Operating System - HP-UX
1751977 Members
4542 Online
108784 Solutions
New Discussion юеВ

Re: File system Error /dev/dsk/c0t1d0: I/O error

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: File system Error /dev/dsk/c0t1d0: I/O error

# mount /cdrom

only works if the entry is in fstab ;-)

otherwise use

# mount /dev/dsk/c0t1d0 /cdrom

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!   
Rizwan Choudhry
Advisor

Re: File system Error /dev/dsk/c0t1d0: I/O error

Hi Torsten ,
I treid that i get following Error
# mount /dev/dsk/c0t1d0 /cdrom
/dev/dsk/c0t1d0: I/O error
rizzir
Torsten.
Acclaimed Contributor

Re: File system Error /dev/dsk/c0t1d0: I/O error

Is the disk bootable?

Try

# mount -r /dev/dsk/c0t1d0 /cdrom

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!   
Rizwan Choudhry
Advisor

Re: File system Error /dev/dsk/c0t1d0: I/O error

# mount -r /dev/dsk/c0t1d0 /cdrom
/dev/dsk/c0t1d0: I/O error
rizzir
Torsten.
Acclaimed Contributor

Re: File system Error /dev/dsk/c0t1d0: I/O error

media in drive?
media is ok?

Try

# diskinfo -v /dev/rdsk/c0t1d0


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!   
Rizwan Choudhry
Advisor

Re: File system Error /dev/dsk/c0t1d0: I/O error

I checked the Media and it is corrupted.
I tried loading different CD, and it works fine now.
Thank you for all your support.
Have a nice day
regards
riz :)
rizzir
Torsten.
Acclaimed Contributor

Re: File system Error /dev/dsk/c0t1d0: I/O error

Please read

http://forums1.itrc.hp.com/service/forums/helptips.do?#33

have fun!

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!   
Rizwan Choudhry
Advisor

Re: File system Error /dev/dsk/c0t1d0: I/O error

Thanks all , I have assigned max 10 points
rizzir