<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>草木瓜</title><link>http://blog.csdn.net/liwei_cmg/</link><description>本BLOG内容较杂且水平有限，切勿见怪</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 29 Jul 2008 09:40:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>草木瓜</dc:creator><title>Oracle管理与维护.手工创建数据库以及脚本</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/05/06/2403298.aspx</link><pubDate>Tue, 06 May 2008 19:57:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/05/06/2403298.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2403298.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/05/06/2403298.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2403298.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2403298</trackback:ping><description>Oracle管理与维护.手工创建数据库以及脚本草木瓜20080429一、前言 说实话，早已厌倦了使用dbca的创建数据库，大概比较有点作用的是可以生成创建脚本罢。http://blog.csdn.net/liwei_cmg/archive/2007/06/05/1639855.aspx《Oracle管理与维护.安装创建启动关闭数据库的常见问题(一)》(三、创建数据库)一文中有所提及。本文主要就是详述手工使用脚本创建Oracle 10g数据库。&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2403298.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>小议计算机存储之四.软盘引导自已的操作系统</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340622.aspx</link><pubDate>Mon, 28 Apr 2008 20:08:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340622.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2340622.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340622.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2340622.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2340622</trackback:ping><description>小议计算机存储之四.软盘引导自已的操作系统

草木瓜

20080420


一、前言

 前面我们文章曾提到0磁道的概念(《小议计算机存储之二.硬盘存储原理》)。我们也知道
以前的硬盘由于每磁道上最多有63个扇区，外圈疏内圈密，没有很好利用盘面的资源，现在
磁盘内外圈密度相同，磁道上也不再只有63个扇区，物理的CHS 3D寻址也更改为LBA逻辑
寻址方式(线性寻址)。传统意义上的零磁道，其实只是磁道上的一小段，不过有一点是肯定的，
一个硬盘必须有一个唯一的起点。而软盘的道理也是相同的，本节我们须要借助实际示例来
体会读取软盘内容的实际过程。可能有人想问，本来主要内容都是侧重硬盘方面，怎么突然
又扯到软盘这个早已淘汰的东西？
 这里只想提示一下：
 试过用软盘启动盘引导到DOS下吗？
 试过用光盘启动盘引导或安装操作系统吗？
 想过硬盘如何引导操作系统的吗？
 其中包含的思想和技术却是相通的。
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2340622.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>小议计算机存储之三.硬盘的寻址方式</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340618.aspx</link><pubDate>Mon, 28 Apr 2008 20:06:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340618.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2340618.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/28/2340618.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2340618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2340618</trackback:ping><description>小议计算机存储之三.硬盘的寻址方式

草木瓜

20080420

一、前言

 上文主要介绍了硬盘的存储原理，倾向与物理层面。这篇文章内容就要关注贴近应用层的
硬盘寻址操作以及其发展的历史。

 

二、操作系统下查看硬盘信息

 Linux：
 
 [root@liwei sysconfig]# fdisk -l

 Disk /dev/sda: 8053 MB, 8053063680 bytes
 255 heads, 63 sectors/track, 979 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
    Device Boot    Start       End    Blocks   Id  System
 /dev/sda1   *         1       892   7164958+  83  Linux
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2340618.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>硬盘的秘密</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312864.aspx</link><pubDate>Mon, 21 Apr 2008 18:33:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312864.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2312864.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312864.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2312864.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2312864</trackback:ping><description>硬盘的秘密

20080421

草木瓜转载自网络 具体作者不详
本文内容十分强大，对于我们了解硬盘外围知识很有帮助。对《小议计算机存储》也起了
很好的辅助作用。
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2312864.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>硬盘容量限制变化历史</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312742.aspx</link><pubDate>Mon, 21 Apr 2008 17:23:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312742.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2312742.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/21/2312742.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2312742.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2312742</trackback:ping><description>硬盘容量限制变化历史

20080421
草木瓜 转载 
原文出处http://www.cuan.cn/blogs/WebPostDetail.aspx?accountname=admin&amp;PostGuid=e94d0f2cf6d54e2784c5822bc1ff0211 

这篇文章历史性，体系性内容都很翔实，由原作者表示由衷的感谢。

  对于大部分拥有硬盘的用户来说，特别对于那些正在准备升级到大硬盘但是却不打算升级系统的其它部分的用户，它们首先考虑的是自己的系统是否支持这么大容量的硬盘。这个问题同硬盘结构、BIOS和操作系统息息相关－－归根到底这些问题的出现是由于当时的人们由于条件所限制而缺乏长远考虑的结果。在当时这样的设计根本没有问题，但是随着技术的进一步发展这些问题就曝露了出来，而且影响颇广。
好在这些问题都已经被通过不同的方式解决了。本章节将会同大家一起来谈谈容量限制的问题。下面的容量限制分别采用两种方式表示，前面的一种采用的是1GB=1000MB和1MB=1000KB的换算，而后面的容量采用的是1GB=1024MB和1MB＝1024KB的换算。
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2312742.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>小议计算机存储之二.硬盘存储原理</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307836.aspx</link><pubDate>Sat, 19 Apr 2008 20:03:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307836.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2307836.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307836.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2307836.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2307836</trackback:ping><description> 上篇文章只是引子，本系列文章想深入的是硬盘的存储原理。 磁存储技术包含硬盘，软盘和磁带等。软盘基本上谈出人们的视野了，磁带只是在服务器存储备份上有所作用，平常最为常见的便是硬盘。不过硬盘和软盘的原理倒是比较相近的。&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2307836.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>小议计算机存储之一.存储技术</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307831.aspx</link><pubDate>Sat, 19 Apr 2008 20:00:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307831.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2307831.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/19/2307831.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2307831.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2307831</trackback:ping><description> 我们这批人，大凡刚入大学，都会对计算机硬件有些兴趣。然多年之后，却往往
发现知识层面仍停留在学校中。信息管理专业这个中间产品，实际就是四不象。
 硬件不比电子类专业，
 理论不及数学类专业，
 底层知识面也远差于计算机专业。
 
 毕业后，改行的改行，考研的考研，出国的出国，剩下的究竟还有几人，与国外
比就不必说，光光同类专业上，就输在了起点，可悲可叹。
 本文便是想重现99年，初入大学之路，所不同的是有所深度。小议计算机系列之
一便是计算机存储。&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2307831.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>虚拟机VMware安装OracleRAC.RedHat Enterprise AS4再次安装10gRAC</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/04/08/2261471.aspx</link><pubDate>Tue, 08 Apr 2008 19:56:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/04/08/2261471.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2261471.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/04/08/2261471.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2261471.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2261471</trackback:ping><description> 虚拟机版本：  VMware WorkStation 6.0.3 build-80004    注意：VMWare WorkStation 是完全可以设置使用共享磁盘来安装RAC的。具体内容见 本文一节。  安装Linux版本：  [root@linuxrac6 etc]# lsb_release -a LSB Version:    :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch Distributor ID: RedHatEnterpriseAS Description:    Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Release:        4 Codename:       NahantUpdate2  [root@linuxrac6 etc]# uname -a Linux linuxrac6 2.6.9-22.EL #1 Mon Sep 19 &lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2261471.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>虚拟机VMware安装OracleRAC.RedHat Enterprise AS4安装Oracle 9206 Patch</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228455.aspx</link><pubDate>Sat, 29 Mar 2008 15:24:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228455.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2228455.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228455.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2228455.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2228455</trackback:ping><description>一、前言

 在RedHat Enterprise AS4 U2安装Oralce 9204 RAC的过程中，因为hangcheck-time的错误，导致
OUI不能识别到多个节点。
 这个问题比较奇怪，经总结解决方法可能有二：
  a. RedHat Enterprise AS4 安装 9204 RAC BUG较多，更换为 AS3进行安装。
  b. 安装 9204 OCM后，安装9206 Patch
 以上方法将来后续文章进行尝试，本文主要介绍对已安装好Oracle 9204的数据库安装9206 Patch。
 
 9206以下版本在用exp导出9206以上版本的数据库时会提示EXP-00003: no storage definition found for segment 
低版本安装9206以上Patch可修复此BUG。 
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2228455.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>虚拟机VMware安装OracleRAC.RedHat Enterprise AS4安装Oracle 9i RAC</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228450.aspx</link><pubDate>Sat, 29 Mar 2008 15:23:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228450.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2228450.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/03/29/2228450.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2228450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2228450</trackback:ping><description>一、本文环境

 同
 
 9i RAC 与 10g RAC 类似，须要先安装OCM( oracle cluster manager) 再安装数据库。
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2228450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>虚拟机VMware安装OracleRAC.RedHat Enterprise AS4安装Oracle10g RAC</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/03/26/2220947.aspx</link><pubDate>Wed, 26 Mar 2008 18:15:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/03/26/2220947.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2220947.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/03/26/2220947.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2220947.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2220947</trackback:ping><description>一、本文环境 虚拟机版本：  VMware GSX Server 3.2.0 build-14497 安装Linux版本：  [root@linuxrac6 etc]# lsb_release -a LSB Version:    :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch Distributor ID: RedHatEnterpriseAS Description:    Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Release:        4 Codename:       NahantUpdate2 &lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2220947.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>虚拟机VMware安装OracleRAC.环境综述</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/03/25/2217587.aspx</link><pubDate>Tue, 25 Mar 2008 20:03:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/03/25/2217587.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2217587.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/03/25/2217587.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2217587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2217587</trackback:ping><description> 构建RAC最好能有实际的硬件环境，这样不仅能有实战经验，也会获得稳定的环境！ 用虚拟机安装是万不得已的选择，安装问题比较多而且不稳定，也不能获得ORACLE的技术帮助。虚拟机的单机Oracle还可以，但是安装RAC就差强人意了。&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2217587.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>[实时更新]草木瓜BLOG发表的全部文章</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/03/06/2154833.aspx</link><pubDate>Thu, 06 Mar 2008 18:51:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/03/06/2154833.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2154833.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/03/06/2154833.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2154833.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2154833</trackback:ping><description>[实时更新]草木瓜BLOG发表的全部文章&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2154833.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>网络略谈(四).网络概念OSI参考模型(下)</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099735.aspx</link><pubDate>Sat, 16 Feb 2008 18:10:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099735.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2099735.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099735.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2099735.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2099735</trackback:ping><description>网络略谈(四).网络概念OSI参考模型(下)草木瓜整理  20080201一、序 《网络略谈(二).网络概念OSI参考模型(上)》和《网络略谈(三).网络概念OSI参考模型(中)》两篇文章中介绍了物理层，数据链路层，网络层和传输层，本篇介绍余下的三层。 之所以将七层分两部分介络，是因为以下的三层(会话层：Session Layer，表示层：Presentation Layer，应用层：Application Layer)可以统一理解为应用层。有一些应用程序和协议在会话层和表示层。但是，对于理解网络来说，谈论这些是没有任何帮助的。会话层，表示层，应用层构成开放系统的高三层，面对应用进程提供分布处理，对话管理，信息表示，恢复最后的差错等。这三个层次只是在应用特点上有所区分。&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2099735.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>草木瓜</dc:creator><title>网络略谈(三).网络OSI参考模型(中).了解网络层与传输层</title><link>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099732.aspx</link><pubDate>Sat, 16 Feb 2008 18:08:00 GMT</pubDate><guid>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099732.aspx</guid><wfw:comment>http://blog.csdn.net/liwei_cmg/comments/2099732.aspx</wfw:comment><comments>http://blog.csdn.net/liwei_cmg/archive/2008/02/16/2099732.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/liwei_cmg/comments/commentRss/2099732.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2099732</trackback:ping><description>网络略谈(三).网络OSI参考模型(中).了解网络层与传输层

草木瓜整理  20080201

一、引言

 在《网络略谈(二).网络概念OSI参考模型(上)》中，介绍到了物理层，数据链路层，网络层和传输
层。比较起来物理层，数据链路层和网络层是容易理解的，但是传输层与网络层的区别似乎不太清楚，
本文主要内容就是比较这两层的不同。
&lt;img src ="http://blog.csdn.net/liwei_cmg/aggbug/2099732.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>