ファイルが出来たので 圧縮したものを作成します。
領域を作成して ファイルをコピーします。
# cd ../../../1004_Checking_Mounting/ # pwd /home/qpo/proj/1004_Checking_Mounting # ls e2fsprogs-1.35/ util-linux-2.12i/ e2fsprogs-1.35.tar.gz util-linux-2.12i.tar.bz2 # dd if=/dev/zero of=/dev/ram7 bs=1k count=4096 4096+0 records in 4096+0 records out # mke2fs -m0 /dev/ram7 4096 mke2fs 1.34 (25-Jul-2003) Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) 1024 inodes, 4096 blocks 0 blocks (0.00%) reserved for the super user First data block=1 1 block group 8192 blocks per group, 8192 fragments per group 1024 inodes per group Writing inode tables: done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 39 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. # mount /dev/ram7 /mnt # cp -dpR ../staging/* /mnt/ # df | sed 2,3d Filesystem 1k-blocks Used Available Use% Mounted on /dev/ram7 3963 2785 1178 71% /mnt # umount /dev/ram7 # dd if=/dev/ram7 of=phase4-image bs=1k count=4096 4096+0 records in 4096+0 records out # gzip -9 phase4-image
新のフロッピ ディスクを 用意して
# ls e2fsprogs-1.35/ phase4-image.gz util-linux-2.12i.tar.bz2 e2fsprogs-1.35.tar.gz util-linux-2.12i/ # dd if=phase4-image.gz of=/dev/fd0 bs=1k 1216+1 records in 1216+1 records out
にゃんたろう 拝!
2010年 8月27日 (金) 21:05:56 JST 作成