软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
linux partition table on PC

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

Partition


> I Don't think that's quite right.
>
> The extended partition is usually referred to as 5, with the logical
> partitions starting at 6.
>
> When you go to create a primary, linux's fdisk always asks "1-4".

Try it It does not work.  At least not with fdisk
As I see it you can have 4 primary or 3 primary and 1 extended partitions.

Disk /dev/hda: 255 heads, 63 sectors, 784 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1       100    803218+  83  Linux
/dev/hda2           101       200    803250   83  Linux
/dev/hda3           201       300    803250   83  Linux
/dev/hda4           301       400    803250   83  Linux

Command (m for help): n
You must delete some partition and add an extended partition first
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^






On 2003-06-18 20:39:08 +0000, Amit Mehra wrote: > > "You must delete some partition and add an extended partition first" > Linux partitions on PC's use a partition system that is (braindead) compatible with MSDOS and windows. The following stupid rules apply: You can only have 4 primary partitions. If you want more partitions, you must use logical partitions. Logical partitions must live in extended partitions. You can make one of your primary partitons into an extended partition. To have more than 4 partitions: You must delete some partition You must add an extended partition You can then have about a dozen logical partitions. Richard



相关文章

相关软件