Apr 26, 2005
onlsbc1, Scientific Linux CERN3 (SLC3) のインストール
--- SLC3 パッケージの整理 #1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(http://www-online.kek.jp/~inoue/para-CAMAC/
Work/SBC-Linux60.html)
高エネルギー加速器研究機構
素粒子原子核研究所
物理、オンライングループ
井上 栄二
目的
SBC-Linux56.htmlでの作業により、2.5"IDEハードディスク上に Scientific
Linux CERN 3 (SLC3) をインストールした。 Webサーバの、パッケージ
グループとしてインストールした結果 812MBサイズのシステムになった。
ここでは、もっと小さなサイズでインストールできないか検討する。
項目
(1). 2.5" IDEハードディスクのパーティショニング
--------------------------------------------------------------------
(1). 2.5" IDEハードディスクのパーティショニング
現在の onlsbc1 マシンのハードディスクのパーティションの状況を確認する。
onlsbc1:/home/inoue# cat /etc/issue
Debian GNU/Linux 3.1 \n \l
onlsbc1:/home/inoue#
onlsbc1:/home/inoue# fdisk -l /dev/hd*
Disk /dev/hda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 382 3068383+ 83 Linux
/dev/hda2 383 1599 9775552+ 83 Linux
/dev/hda3 1600 1965 2939895 83 Linux
Disk /dev/hda1: 3142 MB, 3142024704 bytes
255 heads, 63 sectors/track, 381 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda1 doesn't contain a valid partition table
Disk /dev/hda2: 10.0 GB, 10010165760 bytes
255 heads, 63 sectors/track, 1217 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Disk /dev/hda3: 3010 MB, 3010452480 bytes
255 heads, 63 sectors/track, 366 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Disk /dev/hdc: 512 MB, 512483328 bytes
16 heads, 63 sectors/track, 993 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 993 500440+ 83 Linux
Disk /dev/hdc1: 512 MB, 512451072 bytes
16 heads, 63 sectors/track, 992 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk /dev/hdc1 doesn't contain a valid partition table
onlsbc1:/home/inoue#
/dev/hda に新しくパーティションを作る。
---xxxx