戻る

前へ| 次へ

必要と思われる ファイルの 保存

 

再度 退避 の 領域を mount して

root@p6090j:/# mount /dev/sda9 /mnt/
root@p6090j:/# df | sed 3,5d
Filesystem     1K-blocks     Used Available Use% Mounted on
/dev/sda7      184849444 13486608 161966356   8% /
/dev/sda9      131956756 11796444 113450628  10% /mnt

漏れは あるにしろ 必要と 思われるものを コピー しておきます。まあ こういう物が 必要になるでしょう

root@p6090j:/# sed -e '/^#/d'  /mnt/etc/hosts | uniq

::1 localhost

127.0.0.1       localhost
192.168.0.71    p71sda9.bcnet.ne.jp p71sda9

root@p6090j:/# tail -54 /mnt/etc/rc.d/rc.inet1.tradnet | head -13

  # IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure the 
  # eth0 interface. If you're only using loopback or SLIP, don't include the
  # rest of the lines in this file.

  # Edit for your setup.
  IPADDR="192.168.0.71"         # REPLACE with YOUR IP address!
  NETMASK="255.255.255.0"               # REPLACE with YOUR netmask!
  NETWORK=""            # REPLACE with YOUR network address!
  BROADCAST=""  # REPLACE with YOUR broadcast address, if you
                                # have one. If not, leave blank and edit below.
  GATEWAY="192.168.0.1"         # REPLACE with YOUR gateway address!

と言うことで

# cp /mnt/etc/fstab /HOZONNSAKI/
# cp /mnt/etc/HOSTNAME /HOZONNSAKI/
# cp /mnt/etc/hosts /HOZONNSAKI/
# cp /mnt/etc/hosts.allow /HOZONNSAKI/
# cp /mnt/etc/mtab /HOZONNSAKI/
# cp /mnt/etc/rc.d/rc.S /HOZONNSAKI/
# cp /mnt/etc/rc.d/rc.6 /HOZONNSAKI/
# cp /mnt/etc/rc.d/rc.inet1.tradnet /HOZONNSAKI/

にゃんたろう 拝!

2014年 12月 4日 木曜日 23:46:47 JST 作成


前へ| 次へ

戻る

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