﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-IT民工之家－－少数人的博客-随笔分类-Linux</title><link>http://www.cnitblog.com/Victor/category/1335.html</link><description>Victor's Technology World  －Blog For The Minority</description><language>zh-cn</language><lastBuildDate>Fri, 30 Sep 2011 22:02:11 GMT</lastBuildDate><pubDate>Fri, 30 Sep 2011 22:02:11 GMT</pubDate><ttl>60</ttl><item><title>手把手教你在无光驱无软驱的Windows系统下安装Ubuntu(Kubuntu)</title><link>http://www.cnitblog.com/Victor/archive/2005/11/19/4689.html</link><dc:creator>Victor</dc:creator><author>Victor</author><pubDate>Sat, 19 Nov 2005 05:50:00 GMT</pubDate><guid>http://www.cnitblog.com/Victor/archive/2005/11/19/4689.html</guid><wfw:comment>http://www.cnitblog.com/Victor/comments/4689.html</wfw:comment><comments>http://www.cnitblog.com/Victor/archive/2005/11/19/4689.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/Victor/comments/commentRss/4689.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/Victor/services/trackbacks/4689.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Ubuntu/Kubuntu installation on a NO-cdrom and NO-floppy system co-working with Windows HOWTO&nbsp;&nbsp;<a href='http://www.cnitblog.com/Victor/archive/2005/11/19/4689.html'>阅读全文</a><img src ="http://www.cnitblog.com/Victor/aggbug/4689.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/Victor/" target="_blank">Victor</a> 2005-11-19 13:50 <a href="http://www.cnitblog.com/Victor/archive/2005/11/19/4689.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>How to install Mandrake Linux 9.2 on a Promise FastTrak bootable RAID0 array</title><link>http://www.cnitblog.com/Victor/archive/2005/11/14/4432.html</link><dc:creator>Victor</dc:creator><author>Victor</author><pubDate>Sun, 13 Nov 2005 17:12:00 GMT</pubDate><guid>http://www.cnitblog.com/Victor/archive/2005/11/14/4432.html</guid><wfw:comment>http://www.cnitblog.com/Victor/comments/4432.html</wfw:comment><comments>http://www.cnitblog.com/Victor/archive/2005/11/14/4432.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/Victor/comments/commentRss/4432.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/Victor/services/trackbacks/4432.html</trackback:ping><description><![CDATA[<P align=center><IMG style="WIDTH: 468px; HEIGHT: 267px" height=280 alt=hardtux.png src="http://www.cnitblog.com/images/cnitblog_com/victor/news_references/hardtux.png" width=482 border=0></P><BR><!--StartFragment -->&nbsp; 
<H2>Assumptions</H2>
<P>I'm starting with a Windows installed PC with two identical hard disks connected to a Promise RAID controller in a RAID0 configuration (so one disk is a mirror of the other) and I want to use RAID in Windows <STRONG>and</STRONG> Linux, so I also need to use Promise RAID for Linux.<BR>If you just want to install Linux alone (no dual boot), you can better use Linux software RAID, which is much faster than Promise RAID anyway. </P>
<H2>Steps involved</H2>
<OL>
<LI>insert Mandrake boot CD 
<LI>wait for screen coming up with <EM>press F1 for extra options and press F2 for install system</EM> 
<LI>press F1 
<LI>type <CODE>expert noauto</CODE> and press Enter 
<LI>keep pressing Ctrl-Alt-F2 till you get a console<BR>
<LI>type in console (or simpler even, download this <A href="http://mdkpromise.rjvrijhof.com/ataraid_mknods">sh script</A> to put on a floppy or CD and run in this console): <A href="http://http://www.cnitblog.com/Files/Victor/ataraid_mknods.rar">sh_script local</A><PRE># you can select only needed node files, for example: /dev/ataraid/d0p3 is the third partition
# on your first ataraid raid0 device, so you need /dev/ataraid/d0 and /dev/ataraid/d0p3

mkdir -p /dev/ataraid
mknod /dev/ataraid/d0 b 144 0
mknod /dev/ataraid/d0p1 b 144 1
mknod /dev/ataraid/d0p2 b 144 2
mknod /dev/ataraid/d0p3 b 144 3
mknod /dev/ataraid/d0p4 b 144 4
mknod /dev/ataraid/d0p5 b 144 5
mknod /dev/ataraid/d0p6 b 144 6
mknod /dev/ataraid/d0p7 b 144 7
mknod /dev/ataraid/d0p8 b 144 8
mknod /dev/ataraid/d0p9 b 144 9
mknod /dev/ataraid/d0p10 b 144 10
mknod /dev/ataraid/d0p11 b 114 11
mknod /dev/ataraid/d0p12 b 114 12
mknod /dev/ataraid/d0p13 b 114 13
mknod /dev/ataraid/d0p14 b 114 14
mknod /dev/ataraid/d0p15 b 114 15
mknod /dev/ataraid/d1 b 114 16
mknod /dev/ataraid/d1p1 b 114 17
mknod /dev/ataraid/d1p2 b 114 18
mknod /dev/ataraid/d1p3 b 114 19
mknod /dev/ataraid/d1p4 b 114 20
mknod /dev/ataraid/d1p5 b 114 21
mknod /dev/ataraid/d1p6 b 114 22
mknod /dev/ataraid/d1p7 b 114 23
mknod /dev/ataraid/d1p8 b 114 24
mknod /dev/ataraid/d1p9 b 114 25
mknod /dev/ataraid/d1p10 b 114 26
mknod /dev/ataraid/d1p11 b 114 27
mknod /dev/ataraid/d1p12 b 114 28
mknod /dev/ataraid/d1p13 b 114 29
mknod /dev/ataraid/d1p14 b 114 30
mknod /dev/ataraid/d1p15 b 114 31
mknod /dev/ataraid/d2 b 114 32
mknod /dev/ataraid/d2p1 b 114 33
mknod /dev/ataraid/d2p2 b 114 34
mknod /dev/ataraid/d2p3 b 114 35
mknod /dev/ataraid/d2p4 b 114 36
mknod /dev/ataraid/d2p5 b 114 37
mknod /dev/ataraid/d2p6 b 114 38
mknod /dev/ataraid/d2p7 b 114 39
mknod /dev/ataraid/d2p8 b 114 40
mknod /dev/ataraid/d2p9 b 114 41
mknod /dev/ataraid/d2p10 b 114 42
mknod /dev/ataraid/d2p11 b 114 43
mknod /dev/ataraid/d2p12 b 114 44
mknod /dev/ataraid/d2p13 b 114 45
mknod /dev/ataraid/d2p14 b 114 46
mknod /dev/ataraid/d2p15 b 114 47
      </PRE>
<LI>type <CODE>modprobe pdcraid</CODE> and press Enter<BR>
<LI>then return to install screen and follow the options 
<LI>until installation finds /dev/hdx 
<LI>and gives the message : <EM>I can't read the partition table of device /dev/hdx ,it's too corrupted for me ...... etc ....etc...<BR>Do you agree to lose all the partitions?</EM> <BR>
<LI>check for N and press NEXT 
<LI>repeat this step for all these messages<BR>NOTE: if you have an empty raid array with no partitions on it it could be that it will say the same message as above for 
<LI>correct device (/dev/ataraid/d<EM>x</EM>, where <EM>x</EM>= 0 to 2 ) 
<LI>if all is well you can partition the /dev/ataraid/d<EM>x</EM> disk</LI></OL><img src ="http://www.cnitblog.com/Victor/aggbug/4432.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/Victor/" target="_blank">Victor</a> 2005-11-14 01:12 <a href="http://www.cnitblog.com/Victor/archive/2005/11/14/4432.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>