Re: How to mount RHFC3 initrd through loop device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gavin Li wrote:
> Hi,
> I unziped RHFC3 initrd img and try to mount it through loop device, but it
> doesn't mount, I have the Redhat7.3 mounted without problem. anyone has some
> idea?
> The commands I used are:
> cp /boot/initrd-2.6.9-1.667.img initrd.gz
> gunzip initrd.gz
> mount -o loop initrd mydir/

It's a gzipped CPIO archive now :-)  No more mounting on
loop.

mkdir unpacked
gunzip initrd-blah.gz
cd unpacked
cpio -i < ../initrd-blah

-Andy


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux