場所は Pocket Linux Guide では
# cd /
に なっているようですが 適当な場所 ということにしています。
# cd ../../../1005_Startup_and_Shutdown/ # pwd /home/qpo/proj/1005_Startup_and_Shutdown # 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 20 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. # mount /dev/ram7 /mnt # ls /mnt/ lost+found/ # cp -dpR ../staging/* /mnt/ # df | sed 2,3d Filesystem 1k-blocks Used Available Use% Mounted on /dev/ram7 3963 2852 1111 72% /mnt # umount /dev/ram7 # dd if=/dev/ram7 of=phase5-image bs=1k 4096+0 records in 4096+0 records out # gzip -9 phase5-image
新のフロッピディスクを 用意して それを計算機のディスク装置に挿入しま す。
# dd if=phase5-image.gz of=/dev/fd0 bs=1k 1240+1 records in 1240+1 records out
にゃんたろう 拝!
2010年 8月30日 (月) 21:07:08 JST 作成