- 論壇徽章:
- 0
|
小弟在學(xué)習(xí)"SCO5+informix7準(zhǔn)備數(shù)據(jù)庫(kù)裸設(shè)備空間"這篇文章的時(shí)候遇到些問(wèn)題,如:
1.fdisk 劃分磁盤(pán)disk分區(qū)
# fdisk
1. Display Partition Table
2. Use Entire Disk for UNIX
3. Use Rest of Disk for UNIX
4. Create UNIX Partition
5. Activate Partition
6. Delete Partition
7. Create Partition
Enter your choice or 'q' to quit: 1
Current Hard Disk Drive: /dev/rhd00
+-----------+----------+----------+---------+---------+---------+
| Partition | Status | Type | Start | End | Size |
+-----------+----------+----------+---------+---------+---------+
| 1 | Active | UNIX | 1 | 130031 | 130031 |
| 2 | Inactive | UNIX | 130032 | 166001 | 35970 |
+-----------+----------+----------+---------+---------+---------+
Total disk size: 166260 tracks (256 reserved for masterboot and diagnostics)
Press <Return> to continue
創(chuàng)建UNIX分區(qū),選擇“4”(Create UNIX Partition)
該步驟是在什么時(shí)候做的,我的意思是問(wèn)它是在安裝SCO的時(shí)候呢還是安裝完操作系統(tǒng)后做的? |
|