戻る

次へ

フロッピ ディスクの バックアップ

Simple Prototype で作成したフロッピディス の バックアップク

簡単なものから Simple Prototype で作成したフロッピディスク の内容を バックアップしておきます。

# dd if=/dev/fd0 of=Simple_Prototype_bootdisk bs=1k
1440+0 records in
1440+0 records out
# dd if=/dev/fd0 of=Simple_Prototype_rootdisk bs=1k
1440+0 records in
1440+0 records out
# ls -l
total 2888
-rw-r--r--    1 root     root      1474560 Aug 22 21:26 Simple_Prototype_bootdisk
-rw-r--r--    1 root     root      1474560 Aug 22 21:27 Simple_Prototype_rootdisk

ここでは rootdisk を 作成し直すのですが 一応 両方とも バックアップし ておきます。

補足

rootdisk には bash が statically linked の形で 収納されています。

# mkdir qmnt
# mount   -o loop Simple_Prototype_rootdisk qmnt/
# ls qmnt/bin/
# file qmnt/bin/bash
qmnt/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), \
for GNU/Linux 2.0.0, statically linked, stripped
# umount qmnt/

にゃんたろう 拝!

2010年 8月22日 (日) 21:11:19 JST 作成


次へ

戻る

Copyright © 2006.-2010. nyantarou All Rights Reserved.