Re: Creating a bootable Solaris 10 u6 (sparc) DVD - problem mounting the DVD
- From: Roland Titze <news_rt@xxxxxxxxx>
- Date: Wed, 21 Jan 2009 23:07:14 -0800 (PST)
On 22 Jan., 01:37, Paul <paulwma...@xxxxxxxxx> wrote:
On Jan 21, 10:57 am, Paul <paulwma...@xxxxxxxxx> wrote:
Hi All,
I was following a post previously made by Roland to create a bootable
Sparc 10 DVD with a flash archive. However I am having a problem with
the iso I built. I can boot off the disk but then it will not mount.
Because of this it will not look at the rules or the flash archive
files. I also noticed when I viewed the disk on a windows box that
the file names and directory names were capitalized.
Any Idea what I might be doing wrong in both cases
The mkisofs command I am using is:
mkisofs -r -omit-period -allow-leading-dots -full-iso9660-filenames -d
-sparc-boot ... /scratch/ansasun14/iso/s0/hsfs.bootblock -o scratch/
ansasun14/iso/MLCOS.iso -volid MLCOS /scratch/ansasun14/iso/s0
Cheers,
Paul
OK I have everything booting and installing the flash archive onto the
hard drive. But I need to be able to mount the DVD to run specific
scripts that is put on the DVD to deploy other software not put into
the flash archive. vold does not automaticly mount the DVD and when I
try to mount it manually:
vold is not running
# mkdir /cdrom
# iostat -En
c0t0d0 Soft Errors: 584 Hard Errors: 0 Transport Errors: 1
Vendor: TSSTcorp Product: CD/DVDW TS-L632D Revision: SI03 Serial No:
Size: 0.00GB <0 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 584 Predictive Failure Analysis: 0
c1t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE Product: ST973401LSUN72G Revision: 0556 Serial No:
060410DXTG
Size: 73.40GB <73400057856 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
#mount -F hsfs /dev/rdsk/c0t0d0s0 /cdrom
mount: /dev/rdsk/c0t0d0s0 not a block device
So Why does the size of the DVD show up as 0.00GB and why does it not
think it is a block device. Does naybody have any idea how I can
mount this DVD.
Any help in this area would be greatly appreciated.
Cheers,
Paul
Hi Paul,
the vold of Solaris 10 10/08 is broken. There is the known bug
6712352 duplicate partitions are not correctly counted by vold
which is fixed with patch 138130-01. I would recommend to
install this patch before you create your flash archive.
If you want to mount the DVD manually you have to consider
2 things:
1. ensure the volume management is disabled
2. use the the block devices /dev/dsk/c0t0d0s0 instead
of the character device /dev/rdsk/c0t0d0s0 to mount the
DVD.
--
HTH
Roland
.
- Follow-Ups:
- References:
- Prev by Date: Re: aio_suspend and ETIME
- Next by Date: Re: Create a Solaris 10 10/08 DVD to deploy a flash archive
- Previous by thread: Re: Creating a bootable Solaris 10 u6 (sparc) DVD - problem mounting the DVD
- Next by thread: Re: Creating a bootable Solaris 10 u6 (sparc) DVD - problem mounting the DVD
- Index(es):
Relevant Pages
|