On Wed, Dec 10, 2003 at 04:56:54AM -0800, DD wrote:
> So what I have to do now is to convert all of my worker nodes to IDE? SCSI will not 
> work?
>  
> :(
> 
> 
> Frank Crawford <[EMAIL PROTECTED]> wrote:
> On Wed, 2003-12-10 at 09:21, DD wrote:
> > Oh, one more thing - I was able to mount the initrd.img file using
> > the -o loop mount option. The new filesystem is mounted as readonly
> > and I cannot change anything. Is there some option I was missing when
> > I issue that "mount" command?
> 
> No, you can't change anything on it. It is a CRAMFS filesystem, which
> is compressed. The only way I have found to do anything about it was to
> mount it, copy everything to another (writable) file system, make the
> changes and then create a new CRAMFS filesystem. It is good that it
> makes very small filesystems, but bad in that it is readonly once
> created.

no, just do the following:

mkdir t
mount -o loop initrd.img t
cp -a t t.new
(do anything you want to t.new)
mkcramfs t.new initrd.img.new

done!

mkcramfs should be included with your distro, if it isn't, it will be in
your kernel source tree, so just install your kernel-source rpm and find it
in there.

        -Sean
 
> Frank
> 
> > DD wrote:
> > Hello OSCAR users, 
> > I tried to setup OSCAR 2.3.1 but could not get the SCSI module
> > to install in the worker nodes. Is there anyone out there with
> > a modified kernel to include the aic79xx driver? I downloaded
> > the latest driver from Adaptec, but don't know how to
> > incorporate this into the boot floppy. Because of this, I was
> > only able to get as far as the worker nodes to download the
> > boel binaries and then display the error about no disk
> > partition available (?).... Please help!
> > 
> > Many thanks in advance.
> > 
> > 
> > 
> > ______________________________________________________________
> > Do you Yahoo!?
> > New Yahoo! Photos - easier uploading and sharing
> > 
> > ______________________________________________________________________
> > Do you Yahoo!?
> > New Yahoo! Photos - easier uploading and sharing
> -- 
> ac3
> Suite G16, Bay 7, Locomotive Workshop Phone: 02 9209 4600
> Australian Technology Park Fax: 02 9209 4611
> Eveleigh NSW 1430
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Oscar-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/oscar-users
> 
> ---------------------------------
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing
-- 
__________________________________________________________________

Sean Dague                                       Mid-Hudson Valley
sean at dague dot net                            Linux Users Group
http://dague.net                                 http://mhvlug.org

There is no silver bullet.  Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to