View Single Post

   
  #2 (permalink)  
Old 01-16-2008, 10:46 AM
Doug McIntyre
 
Posts: n/a
Default Re: How to mount a DVD on Solaris 9?

Alexander Skwar <alexander@skwar.name> writes:
>I'm trying to mount a DVD (Solaris 10 Sparc 3/05 - original,
>manufactured by Sun, ie. not self burned) on a SunFire V240.
>This machine has a IDE DVD reader.



First off, doesn't automounter just mount it? Check to see what is
mounted with the 'df' command. I like its output better than 'mount'.
Its probably already there.


>How do I mount a DVD on Solaris 9?


>According to my textbook, I should be able to do so by running:


># mkdir /cdrom/unnamed_cdrom
># mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /cdrom/unnamed_cdrom


Hmm, lets see. DVD's are UFS filesystem,not hsfs. c0t6d0s0 is only for
SCSI drives on ID6. The textbook seems out of date.


>If vold is running, where does it mount media? My textbook says, at
>/cdrom/cdrom0 - but there's nothing :/


Check to see where for real by running 'df'.

Reply With Quote