1752586 Members
4246 Online
108788 Solutions
New Discussion юеВ

Re: mounting dvd drive

 
Patrick B Boafo
Occasional Contributor

mounting dvd drive

could someone please assist please.

in attempt to mount dvd media using the command "mount /dev/c0t0d0 /dvd" had this error message
mount: cannot access -specific mount command

thanks
8 REPLIES 8
Robert-Jan Goossens
Honored Contributor

Re: mounting dvd drive

Patrick,

Example:

# ioscan -nfCdisk
Class I H/W Path Driver S/W State H/W Type
===============================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0

create the mount point
# mkdir /cdrom

mount the cdrom
# mount /dev/dsk/c0t0d0 /cdrom

Regards,
Robert-Jan
Torsten.
Acclaimed Contributor

Re: mounting dvd drive

/dev/c0t0d0 should be /dev/dsk/c0t0d0 - right?

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!   
R.O.
Esteemed Contributor

Re: mounting dvd drive

Hi,

Try

"mount /dev/dsk/c0t0d0 /dvd"

You missed "dsk"

Regards,
"When you look into an abyss, the abyss also looks into you"
Steven Schweda
Honored Contributor

Re: mounting dvd drive

In many cases when "mount" fails, "ls -l" on
its principal arguments is a good place to
start. I've seldom found the error messages
from "mount" to be particularly enlightening.
Patrick B Boafo
Occasional Contributor

Re: mounting dvd drive

have gone through what have been suggested but still have the same error message
Tim Nelson
Honored Contributor

Re: mounting dvd drive

are you sure your DVD drive works ?

if you have another server try that one ?

try a different dvd ?
Torsten.
Acclaimed Contributor

Re: mounting dvd drive

What command did you use exactly?

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!   
Steven Schweda
Honored Contributor

Re: mounting dvd drive

> What command did you use exactly?

As usual, showing actual commands with their
actual output can be more helpful than vague
descriptions and interpretations. Copy+paste
was a clever invention. You should consider
using it more.