|
请教各位大虾,我的系统是Debian,我拷了它的2.6.8.2-686的initrd文件:
#cp /boot/initrd.img-2.6.8-2-686 /root
#file initrd.img-2.6.8-2-686
initrd.img-2.6.8-2-686: Linux Compressed ROM File System data, little endian size 4665344 version #2 sorted_dirs CRC 0x94c904a8, edition 0, 2619 blocks, 305 files
可是我挂载时:
#mout -o loop initrd.img-2.6.8-2-686 /mnt
提示:
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type
# lsmod |grep romfs
romfs 7588 0
我换另一个2.6.15-1-686的initrd,首先用file查看为一个gzip文件,所以将initrd.img-2.6.15-1-686拷为initrd.img-2.6.15-1-686.gz然后使用gunzip解压。然后用file查看为cpio文件,用cpio解压就行了。
2.6.8-2-686的这种compressed rom file system应怎么样操作呢? |
|