freedos :014 文字

次へ

資料探索 ...

     なにかいいものは無いかいな?

http://www.hmsoft.co.jp/lepton/index.htm http://www.hmsoft.co.jp/lepton/software/dosv/fontx.htm fontx204a.lzh http://www.hmsoft.co.jp/lepton/software/dosv/dispv.htm disp160a.lzh http://homepage1.nifty.com/natrium/software/ CHEJ610.LZH http://members.at.infoseek.co.jp/yu_izumi/sinonome/index.html shn16fx2.lzh http://www.csdinc.co.jp/archiver/docs/lha.html lha213.exe http://euc.jp/os/drdosv.ja.html http://page.freett.com/gunroom/rosia-dos.htm

上記のものを 頂いてきて 上記の参考の所をみて 試行します

-rw-r--r--    1 fdopstm  users       56124  4月 18日  20:53 CHEJ610.LZH
-rw-r--r--    1 fdopstm  users       87158  4月 18日  20:44 disp160a.lzh
-rw-r--r--    1 fdopstm  users       91042  4月 18日  20:46 fontx204a.lzh
-rw-r--r--    1 fdopstm  users       45061  4月 18日  22:43 lha213.exe
-rw-r--r--    1 fdopstm  users      301238  4月 18日  22:14 shn16fx2.lzh

コピー

侵入

ほんじゃ FreeDOS の インストールされている計算機に侵入します

$ ping -c3 192.168.24.9
PING 192.168.24.9 (192.168.24.9): 56 octets data
64 octets from 192.168.24.9: icmp_seq=0 ttl=64 time=0.5 ms
64 octets from 192.168.24.9: icmp_seq=1 ttl=64 time=0.2 ms
64 octets from 192.168.24.9: icmp_seq=2 ttl=64 time=0.2 ms

--- 192.168.24.9 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.2/0.3/0.5 ms
$ ssh -l fdopstm 192.168.24.9
Password: 
$ mkdir dos-data

侵入して 受け取りのディレクトリを作成完了

送信

ファイルを送信する

$ ls -al
合計 604
drwxr-xr-x    2 fdopstm  users        4096  4月 18日  22:43 ./
drwx--x--x   27 fdopstm  users        4096  4月 19日  10:32 ../
-rw-r--r--    1 fdopstm  users       56124  4月 18日  20:53 CHEJ610.LZH
-rw-r--r--    1 fdopstm  users       87158  4月 18日  20:44 disp160a.lzh
-rw-r--r--    1 fdopstm  users       91042  4月 18日  20:46 fontx204a.lzh
-rw-r--r--    1 fdopstm  users       45061  4月 18日  22:43 lha213.exe
-rw-r--r--    1 fdopstm  users      301238  4月 18日  22:14 shn16fx2.lzh
$ scp * fdopstm@192.168.24.9:/home/fdopstm/dos-data
Password: 
CHEJ610.LZH                                   100%   55KB  54.8KB/s   00:00    
disp160a.lzh                                  100%   85KB  85.1KB/s   00:00    
fontx204a.lzh                                 100%   89KB  88.9KB/s   00:00    
lha213.exe                                    100%   44KB  44.0KB/s   00:00    
shn16fx2.lzh                                  100%  294KB 294.2KB/s   00:00 

受信を 確認

受け取りを確認する

$ ls -al dos-data/
合計 604
drwxr-xr-x    2 fdopstm  users        4096  4月 19日  11:36 ./
drwx--x--x   13 fdopstm  users        4096  4月 19日  11:36 ../
-rw-r--r--    1 fdopstm  users       56124  4月 19日  11:36 CHEJ610.LZH
-rw-r--r--    1 fdopstm  users       87158  4月 19日  11:36 disp160a.lzh
-rw-r--r--    1 fdopstm  users       91042  4月 19日  11:36 fontx204a.lzh
-rw-r--r--    1 fdopstm  users       45061  4月 19日  11:36 lha213.exe
-rw-r--r--    1 fdopstm  users      301238  4月 19日  11:36 shn16fx2.lzh

FreeDOS に 送る

FreeDOS がある領域にとりあえず送る

$ mv dos-data/ dfont
$ su -
Password: 
# mount -t msdos /dev/hda1 /mnt/
# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hdb3              7617504   3130092   4094224  44% /
/dev/hda3              3265260    790408   2308984  26% /var/data
/dev/hda1               345176    246624     98552  72% /mnt
# ls /mnt/
autoexec.bat*  device.raw*    gem.bat*     orgoexec.bat*  shell.raw*
bktoexec.bat*  fdconfig.sys*  gemapps/     orgonfig.sys*
command.com*   fdos/          kernel.sys*  setup.bat*
# mv /home/fdopstm/dfont/ /mnt/
mv: preserving ownership for `/mnt/dfont/CHEJ610.LZH': Operation not permitted
mv: preserving ownership for `/mnt/dfont/disp160a.lzh': Operation not permitted
mv: preserving ownership for `/mnt/dfont/fontx204a.lzh': Operation not permitted
mv: preserving ownership for `/mnt/dfont/lha213.exe': Operation not permitted
mv: preserving ownership for `/mnt/dfont/shn16fx2.lzh': Operation not permitted
mv: preserving ownership for `/mnt/dfont': Operation not permitted
# ls /mnt/
autoexec.bat*  device.raw*    fdos/     kernel.sys*    setup.bat*
bktoexec.bat*  dfont/         gem.bat*  orgoexec.bat*  shell.raw*
command.com*   fdconfig.sys*  gemapps/  orgonfig.sys*
# ls -l /mnt/dfont/
total 584
-rw-r--r--    1 root     root        56124 Apr 19 11:36 chej610.lzh
-rw-r--r--    1 root     root        87158 Apr 19 11:36 disp160a.lzh
-rw-r--r--    1 root     root        91042 Apr 19 11:36 fontx204.lzh
-rw-r--r--    1 root     root        45061 Apr 19 11:36 lha213.exe
-rw-r--r--    1 root     root       301238 Apr 19 11:36 shn16fx2.lzh

送信完了設置済み あとは FreeDOS にて 対処を試みる

# umount /mnt/
# shutdown -h now

Broadcast message from root (pts/0) (Sat Apr 19 12:03:42 2008):

The system is going down for system halt NOW!
# Connection to 192.168.24.9 closed by remote host.
Connection to 192.168.24.9 closed.

ほならということで

にゃんたろう 拝!
2008年 4月19日 (土) 20:03:14 JST JST 作成


次へ

freedos :014 文字

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