TOP技術ガイドOpenBlocks 600D > 最初に行うこと

最初に行うこと

 概要に記載した変更内容の差はありますが、その他は通常のDebianの違いはなく、aptitude / apt-getによるソフトウェアの追加や削除・更新なども保存領域の許す限り自由に行うことが可能です。
 ネットワーク設定(/etc/network/interfacesの編集)、rootアカウントのパスワード変更(passwdコマンド)等を行うことで、すぐに利用を開始することが可能です。

RAMディスクモード

 標準状態ではRAMディスクモードで稼働しますので、特に行うべき事はありません。基本的な使い方を参照のうえ、設定変更やソフトウェアの追加・削除を行った場合の、専用コマンドの実行を忘れずに行って下さい。

CF併用モード

 CFを搭載し、起動しただけではCF併用モードにはなりません。CFのフォーマットとボリュームラベルの設定を行って頂く事で、次回起動時からCF併用モードとして動作し始めます。
 CFのパーティション設定に制限はありませんが、すくなくとも1つのパーティションを用意して下さい。フォーマットの条件は、ファイルシステムにext3、ボリュームラベルに「DEBIAN」を指定することです。

fdiskによるパーティション設定の例 (全ての領域を1パーティションで利用する)

# fdisk /dev/sda
Using /dev/sda
Command (m for help): o
Command (m for help): n
Partition type
e extended
p primary partition (1-4)
p
First cylinder (default 0cyl): (Enter key)
Last cylinder or +size or +sizeMB or +sizeKB (default 991cyl): (Enter key)
Warning: You requested a partition from 0cyl to 991cyl.
The closest location we can manage is 0cyl to 990cyl. Is this still acceptable to you?
y Yes
n No
y
Command (m for help): w
Information: Don't forget to update /etc/fstab, if necessary.

Writing all changes to /dev/sda.

mke2fsによるフォーマットの例

# mke2fs -j -L DEBIAN /dev/sda1
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=DEBIAN
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
497760 inodes, 1990044 blocks
99502 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=2038431744
61 block groups
32768 blocks per group, 32768 fragments per group
8160 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 22 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.

目次に戻る

ページの先頭へ戻る