View Single Post

   
  #2 (permalink)  
Old 01-12-2008, 06:52 AM
Luksa Ruf
 
Posts: n/a
Default Re: Mounting Solaris cd's on linux

["Followup-To:" header set to comp.sys.sun.admin.] DR schrieb:
> See the "Linux jumpstart server guide for Solaris 9?" thread under
> comp.sys.sun.admin for an introduction to this subject. The
> question I have is related to getting the ufs slices from the
> solaris 9 cd's mounted on my redhat 9 machine. It seems I've got
> the correct kernel support - ufs module is loaded and SUN_PARTITION
> is enabled in the /boot/config file. My cdrom is /dev/cdrom which
> links to /dev/scd0. Does anyone know what steps I need to take to
> get slice 1 on the cdrom mounted?
>


mount -t ufs -o ro /dev/scd0 /mnt
mount -t ufs -o ro /dev/scd1 /mnt

HTH, Lukas
--
Lukas Ruf | Wanna know anything about raw |
<http://www.lpr.ch> | IP? -> <http://www.rawip.org> |
eMail Style Guide: <http://www.rawip.org/style.html>|
Reply With Quote