亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 1883 | 回復(fù): 1
打印 上一主題 下一主題

[Windows 8] 安裝solaris,linux和windows在一塊硬盤(pán)的方法 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2004-09-09 17:39 |只看該作者 |倒序?yàn)g覽
Single hard disk, Solaris, Linux, Windows NT
Overview

There is only one hard disk drive on the system, IDE or SCSI. Three operating systems are installed: Solaris, Linux and Windows NT. We use FAT volume on the extended partition enables communication between the three operating systems. The default boot manager is Solaris one.
Partitioning

The hard disk will be partitioned as follows (proportions are meaningless):

  1. Primary - NTFS
Windows NT

  2. Primary - Linux ext2fs
Linux

  3. Primary - Solaris UFS
Solaris
active  
  4. Extended
               
  4.1. FAT-32
               
  4.2. Linux swap
               
  4.3. Linux ext2fs
               
  4.4. NTFS
               
  4.5. NTFS

Recipe

   1. Connect hardware and configure BIOS (see IV.1 for details).
   2. Install Windows NT. Create one primary partition at the beginning of the hard disk and format it with NTFS (see notes on Planning partitions).
   3. Install Linux. Remember that Linux needs a swap file system, which must be placed in a logical volume as we need one more primary partition for Solaris while there are only four partitions per a hard disk allowed. There is yet another advantage in putting Linux swap into extended partition. Since Solaris and Linux swap partitions share the same 0x82 ID, we avoid problems as Solaris will not look into the extended partition.

      With Linux fdisk create one primary partition of type ext2fs - 0x83 for at least / and /boot file systems, one primary partition for future Solaris installation - temporarily it may be FAT-32, and an extended partition. The first logical volume on the extended partition should be FAT-16 or FAT-32 to make it accessible by Solaris. After FAT volume create one logical volume for swap of type 0x82 and as many logical volumes of type ext2fs - 0x83 for other file systems, as you need. For desktop Linux you will probably put /, /boot, /var, /tmp and /usr file systems into the fdisk primary partition, swap and /home file systems into separate logical volumes. Before, read notes on the size and placement of Linux primary partition, and [Koehntopp], [Veselosky] for organizing Linux file systems.

      Install Lilo into /dev/sda2 - Linux primary partition. At this point, Linux partition is marked active and no other system can be booted.
   4. To avoid problems with Solaris disk geometry, use Ranish PM to change temporary FAT-32 primary partition to Solaris partition, i.e. type 0x82. You can also use your favorite disk editor to accomplish that task.
   5. Install Solaris. The installer should detect created Solaris partition and do not create useless x86 Boot partition. Solaris partition becomes the active one. Solaris boot manager becomes the default. It lets you boot Solaris, Linux and NT.
   6. Create FAT-16 volume on the extended partition e.g. with Linux fdisk or Ranish PM.
   7. Under Linux, create /share directory, and add the following line to /etc/fstab file:

/dev/sda5        /share        vfat        user,rw,exec        0        0

      This will make FAT-16 partition automatically mounted at the boot time.
   8. Use NT Disk Administrator to create separate NTFS logical volumes for applications and user data. You may assign drive letters so that D: and E: will be NTFS volumes, and FAT-16 volume F: or e.g. S: (share).
   9. Under Solaris, create /share directory, and add the following line to /etc/vfstab file under Solaris:

/dev/dsk/c0t0d0p4:c        -        /share        pcfs        -        yes        -

      FAT-16 partition will be mounted automatically at the boot time (see notes on mounting FAT partitions).

LILO as the default boot manager

   1. Boot Linux.
   2. Edit /etc/lilo.conf as in the example:

boot=/dev/sda
map=/boot/map
install=/boot/boot.b
compact
prompt
timeout=50
image=/boot/vmlinuz-2.0.39
        label=linux
        root=/dev/sda2
        read-only
other=/dev/sda1
        label=nt
other=/dev/sda3
        label=solaris   

   3. Run as root /sbin/lilo to apply changes (see notes on LILO configuration).


Remarks:

    * If the hard disk is IDE use hda instead of sda and drop t0.
    * The same scenario can be used to install any MS Windows system not only NT. If that is the case NTFS should be replaced by FAT-32.

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2004-09-09 18:59 |只看該作者

安裝solaris,linux和windows在一塊硬盤(pán)的方法

2. Install Windows NT. Create one primary partition at the beginning of the hard disk and format it with NTFS .
如果我裝的是window xp 是不是FAT-32 就可以,而其他的不用改動(dòng)?
thank you very much!
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專(zhuān)區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP