knoppix を使う。( 1 / x )


深海魚



※ 写真と本文は関係ありません。


KNOPPIX6.0.1CD日本語版(LCAT対応) 600MB New を久しぶりに使う。

目標
LVM でインストールしてある Linux パーティションを縮小する。(実験の為、空きパーティションが欲しい。)
※ OS 再インストールしてもいいんだけど…。

ssh サーバがインストールされてないのでインストール。
# apt-get update

# apt-get -y install sshd でインストールできなかったので調べる。

# apt-cache search ssh|less

openssh-server – rshd を置き換える Secure Shell サーバ

インストールと ssh サーバ起動。

# apt-get -y install openssh-server
# /etc/init.d/ssh start
Restarting OpenBSD Secure Shell server: sshd.

パスワードがないとログイン出来ないのでパスワードをつける。

# passwd knoppix

dmesg で HDD が認識しているか確認。

# dmesg |grep hda
[ 1.649922] hda: WDC WD800EB-00JEF0, ATA DISK drive
[ 2.289875] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 2.289945] hda: UDMA/100 mode selected
[ 3.632055] hda: max request size: 128KiB
[ 3.637785] hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63
[ 3.637884] hda: cache flushes supported
[ 3.637980] hda: hda1 hda2

日付がずれてた。

# date
2003年 12月 2日 火曜日 19:09:47 JST
# date 071410482009
2009年 7月 14日 火曜日 10:48:00 JST


本題までが遠い。。2 / x へ続く…。