首页 | 邮件资讯 | 技术教程 | 解决方案 | 产品评测 | 邮件人才 | 邮件博客 | 邮件系统论坛 | 软件下载 | 邮件周刊 | 热点专题 | 工具
网络技术 | 操作系统 | 邮件系统 | 客户端 | 电子邮箱 | 反垃圾邮件 | 邮件安全 | 邮件营销 | 移动电邮 | 邮件软件下载 | 电子书下载

操作系统

Vista | Windows 9X | Windows Server | Linux&Uinx | FreeBSD | 其它操作系统 |
首页 > 操作系统 > Linux&Uinx > 用Colinux来boot硬盘上的Linux系统 > 正文
金笛邮件系统

用Colinux来boot硬盘上的Linux系统

出处:5DMail.Net收集整理 作者:5DMail.Net收集整理 时间:2007-11-25 21:41:51
简单三步解决企业垃圾邮件难题
  硬盘上安装了两个系统,一个是WindowsXP ,一个是UBUNTU6.X ,要在两个系统上切换搞得很心烦,如果安装一个虚拟机N 慢,而且有点隔鞋瘙痒的感觉,不爽!俺又想两个系统一起用,又想两个系统独立分开不同的分区,毕竟有时候俺还想要一个干净原始的linux 操作系统,看到colinux 可以解决我的问题!DOIT.

    1 下载了devel-coLinux-20071105.exe

    2 下载kernel 2.6.22 的内核,编译安装进unbuntu

    3 配置colinux 的配置文件

    如:

    # coLinux configuration , created by colinux XML2CFG converter v0.1.0

    # file: test.cfg

    # Linux Kernel file

    kernel=vmlinux

    # Initrd file

    initrd=initrd.gz

    # Memory size for coLinux guest

    mem=256

    # Kernel bootparams

    root=/dev/cobd4

    # Block devices and image files

    cobd3=\Device\Harddisk0\Partition2

    cobd4=\Device\Harddisk0\Partition3

    # Host filesystem devices

    # Networking devices

    4 将colinux 安装目录下的vmlinux-modules.tar.gz,解压到 /lib/modules

    5 在unbuntu 创建linux 设备

    for i in 0 1 2 3 4 5 6 7 do mknod /dev/cobd$i b 117 $i done 建好后要修改/etc/fstab文件,将文件中你的根分区和交换分区的行都拷贝到新行,将相应的had ?换成codb?

    6 boot colinux

    C :\coLinux>colinux-daemon.exe @test.cfg -v 3

    Cooperative Linux Daemon, 0.8.0

    Compiled on Nov 6 2007 00 :05:36

    using 'vmlinux' as kernel image

    configuring 256 MB of virtual RAM

    mapping cobd3 to \Device\Harddisk0\Partition2

    mapping cobd4 to \Device\Harddisk0\Partition3

    using 'initrd.gz' as initrd image

    mapping cofs31 to \ ??\C:\coLinux

    kernel boot parameters: 'root=/dev/cobd4'

    PID : 2976

    colinux : launching console

    colinux : booting

    Linux version 2.6.22-co-0.8.0 (hn@hn-dt)(gcc version 4.1.2 ) #1PREEMPT Tue Nov 6 00:02:11 CET 2007

    256MB LOWMEM available.

    initrd enabled: start: 0xcff9a000 size: 0x00065881

    Entering add_active_range (0 , 0, 65536) 0 entries of 256 used

    Zone PFN ranges :

    DMA 0 -> 0

    Normal 0 -> 65536

    early_node_map[1] active PFN ranges

    0 : 0 -> 65536

    On node 0 totalpages: 65536

    DMA zone: 0 pages used for memmap

    Normal zone : 512 pages used for memmap

    Normal zone : 65024 pages, LIFO batch :15

    Built 1 zonelists. Total pages: 65024

    Kernel command line : root=/dev/cobd4

    Enabling fast FPU save and restore…… done.

    Enabling unmasked SIMD FPU exception support…… done.

    Initializing CPU#0

    Setting proxy interrupt vectors

    PID hash table entries: 1024 (order : 10 , 4096 bytes )

    Console : colour CoCON 80x25

    Dentry cache hash table entries : 32768(order : 5, 131072 bytes)

    Inode-cache hash table entries: 16384(order : 4, 65536 bytes)

    Memory: 255488k/262144k available(1628k kernel code , 0k reserved,595k data , 128k init, 0k highmem )

    virtual kernel memory layout:

    fixmap: 0xffffc000 - 0xfffff000( 12 kB)

    vmalloc : 0xd0800000 - 0xffffa000( 759 MB )

    lowmem: 0xc0000000 - 0xd0000000( 256 MB )

    。init: 0xc032e000 - 0xc034e000( 128 kB )

    。data: 0xc02971f8 - 0xc032bfe4( 595 kB )

    。text: 0xc0100000 - 0xc02971f8(1628 kB )

    Calibrating delay loop…… 2778.72 BogoMIPS (lpj=13893632)

    Mount-cache hash table entries: 512

    CPU : After generic identify , caps : bfebfbff 20000000 0000000000000000 0000651d 00000000 00000001

    monitor/mwait feature present.

    using mwait in idle threads.

    CPU : Trace cache: 12K uops , L1 D cache : 16K

    CPU : L2 cache : 1024K

    CPU : After all inits, caps : bfebf3ff 20000000 00000000 0000b1800000651d 00000000 00000001

    Compat vDSO mapped to ffffe000.

    CPU : Intel(R ) Pentium(R ) 4 CPU 2.93GHz stepping 09

    Checking 'hlt' instruction…… OK.

    NET : Registered protocol family 16

    NET : Registered protocol family 2

    IP route cache hash table entries : 2048 (order : 1, 8192 bytes)

    TCP established hash table entries: 8192 (order : 4, 65536 bytes)

    TCP bind hash table entries : 8192 (order : 3, 32768 bytes)

    TCP : Hash tables configured (established 8192 bind 8192)

    TCP reno registered

    checking if image is initramfs……it isn't(no cpio magic ); lookslike an initrd

    Freeing initrd memory : 406k freed

    cofuse init 0.1 (API version 2.2 )

    io scheduler noop registered

    io scheduler anticipatory registered(default )

    io scheduler deadline registered

    io scheduler cfq registered

    RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize

    cobd: loaded (max 32 devices)

    loop: module loaded

    conet : loaded (max 16 devices)

    serio : cokbd at irq 1

    mice: PS/2 mouse device common for all mice

    input : AT Translated Set 2 keyboard as /class/input/input0

    TCP cubic registered

    NET : Registered protocol family 1

    NET : Registered protocol family 17

    Using IPI Shortcut mode

    RAMDISK : Compressed image found at block 0

    VFS : Mounted root (ext2 filesystem )。

    kjournald starting. Commit interval 5 seconds

    EXT3 FS on cobd4, internal journal

    EXT3-fs : mounted filesystem with ordered data mode.

    VFS : Mounted root (ext3 filesystem )。

    Trying to move old root to /initrd…… okay

    Freeing unused kernel memory: 128k freed

    fuse init (API version 7.8 )

    Adding 1052248k swap on /dev/disk/by-uuid/115676b1-05b6-4edd-b898-8a5ef7653e9e.Priority:-1 extents:1 across:1052248k

    NTFS driver 2.1.28 [Flags : R/O MODULE].

    NET : Registered protocol family 10

    lo: Disabled Privacy Extensions

    启动。

相关文章 热门文章
  • Linux操作系统最的功能是什么?
  • 用Linux系统引导CD为服务器排忧解难
  • redhat linux安装后怎样用逻辑卷
  • 能耗测试:Linux与Windows Server 2008
  • Linux服务器ADSL利用NAT实现上网共享
  • Linux下如何破解PHP加密dezend软件
  • 新手学堂:在Linux下安装Perl及Perl模块
  • Linux hosts.allow与hosts.deny限制访问
  • Linux系统下的三种Java环境配置方法
  • Red Hat Enterprise Linux在IBM xSeries服务器上的调优
  • Linux 网络负载均衡的实现
  • Linux 上使用Sendmail群集的高可用/可伸缩的Sendmail
  • linux的基本操作(上)
  • Linux系统下应用知识大荟萃
  • GNU GRUB启动管理器
  • 制作基于软盘的Linux系统
  • 网络配置文件快速解读
  • linux的基本操作(下)
  • 剖析Linux系统启动过程
  • DameWare让局域网管理不再繁琐
  • 在Redhat 9下实现双机热备和集群功能
  • LINUX守护进程介绍
  • Redhat advance server 2.1集群的安装与管理
  • Linux必须学会的60个命令-文件处理
  • 自由广告区
     
     
    WINMAIL 让您轻松架设邮件系统
    eqmail
    最新软件下载
  • ORF Enterprise Edition 4.2 正式版
  • Exchange Server 2003 群集安装配置
  • ORF 4.2 Beta
  • Exchange 2000/2003 日志分析系统
  • Microsoft Outlook Personal Folders B..
  • MDaemon Server 9.07 英文正式版
  • Kerio MailServer 6.5.1 6098 Linux版
  • Kerio MailServer 6.5.1 6098 正式版
  • 酷邮(KooMail) V5.0 简体中文版
  • PowerGUI 
  • IMail Server 10
  • Foxmail6.5 Beta2
  • 今日邮件技术文章
  • 恶意软件上半年激增278% 攻击目标直指..
  • 企业可考虑移动Email减少运行成本
  • CommVault Simpana增加了新的电子发现..
  • Cyanlotus青莲科技合作伙伴大会上海召开
  • 电邮附件统一管理终实现
  • Pushmail市场孕育新机遇
  • QQ邮箱使用过程中需注意的九个细节
  • 中山大学测试梭子鱼反垃圾邮件系统报告
  • 专家称反垃圾邮件的过程将是漫长的博弈
  • 东北大学温占考:信用机制现身反垃圾工作
  • 给AOL用户发送垃圾邮件 纽约男子被判..
  • Google开发Gmail、Calendar离线功能 ..
  • 最新专题
  • Sendmail 邮件系统配置
  • 组建Exchange 2003邮件系统
  • Windows Server 2008 专题
  • ORF 反垃圾邮件系统
  • Exchange Server 2007 专题
  • ISA Server 2006 教程专题
  • Windows Vista 技术专题
  • “黑莓”(BlackBerry)专题
  • 移动电子邮件专题
  • Apache James 专题
  • IMail Server 操作指南
  • ISA Server 2004 使用专题
  • 分类导航
    邮件新闻资讯:
    IT业界 | 邮件服务器 | 邮件趣闻 | 移动电邮
    电子邮箱 | 反垃圾邮件|邮件客户端|网络安全
    行业数据 | 邮件人物 | 网站公告 | 行业法规
    网络技术:
    邮件原理 | 网络协议 | 网络管理 | 传输介质
    线路接入 | 路由接口 | 邮件存储 | 华为3Com
    CISCO技术 | 网络与服务器硬件
    操作系统:
    Windows 9X | Linux&Uinx | Windows NT
    Windows Vista | FreeBSD | 其它操作系统
    邮件服务器:
    程序与开发 | Exchange | Qmail | Postfix
    Sendmail | MDaemon | Domino | Foxmail
    KerioMail | JavaMail | Winwebmail |James
    Merak&VisNetic | CMailServer | WinMail
    金笛邮件系统 | 其它 |
    反垃圾邮件:
    综述| 客户端反垃圾邮件|服务器端反垃圾邮件
    邮件客户端软件:
    Outlook | Foxmail | DreamMail| KooMail
    The bat | 雷鸟 | Eudora |Becky! |Pegasus
    IncrediMail |其它
    电子邮箱: 个人邮箱 | 企业邮箱 |Gmail
    移动电子邮件:服务器 | 客户端 | 技术前沿
    邮件网络安全:
    软件漏洞 | 安全知识 | 病毒公告 |防火墙
    攻防技术 | 病毒查杀| ISA | 数字签名
    邮件营销:
    Email营销 | 网络营销 | 营销技巧 |营销案例
    邮件人才:招聘 | 职场 | 培训 | 指南 | 职场
    解决方案:
    邮件系统|反垃圾邮件 |安全 |移动电邮 |招标
    产品评测:
    邮件系统 |反垃圾邮件 |邮箱 |安全 |客户端
    广告联系 | 合作联系 | 关于我们 | 联系我们 | 繁體中文
    版权所有:邮件技术资讯网©2003-2007 www.5dmail.net, All Rights Reserved
    www.5Dmail.net Web Team   粤ICP备05009143号