|
|
我想编辑SUSE10的LIVECD的initrd.gz中的linuxrc.config
但出错,求助!无法 mount -o loop initrd
谢谢帮助!!!
[php]
linux:/home/liu/5 # file initrd.gz
initrd.gz: gzip compressed data, from Unix, max compression
linux:/home/liu/5 # gzip -d initrd.gz
linux:/home/liu/5 # ls
. .. initrd
linux:/home/liu/5 # file initrd
initrd: ASCII cpio archive (SVR4 with no CRC)
linux:/home/liu/5 # mkdir 33
linux:/home/liu/5 # mount -o loop initrd 33/
mount: you must specify the filesystem type
linux:/home/liu/5 # mount -o loop -t ext2 initrd 33/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[/php] |
|