- 論壇徽章:
- 0
|
同樣是AS4版本,為什么其的設(shè)備文件名稱不一樣
之前做過一次 i386
/dev/cciss/c0d0 第一塊硬盤
/dev/cciss/c0d1 第二塊硬盤
現(xiàn)在做的系統(tǒng) ia64
/dev/sda 第一塊硬盤
/dev/sdb 第二塊硬盤
現(xiàn)在很怪,不讓我分區(qū),且df 時可以見到兩個分區(qū),用fdisk看時切只有一個分區(qū),
[root@oramain ~]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 20158332 10697108 8437224 56% /
/dev/sda1 102168 5524 96644 6% /boot/efi
none 1021168 0 1021168 0% /dev/shm
[root@oramain ~]# fdisk /dev/sda
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
The number of cylinders for this disk is set to 17849.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 146.8 GB, 146815737856 bytes
255 heads, 63 sectors/track, 17849 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 17850 143374743+ ee EFI GPT
Command (m for help): p
Disk /dev/sda: 146.8 GB, 146815737856 bytes
255 heads, 63 sectors/track, 17849 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 17850 143374743+ ee EFI GPT
Command (m for help):
[ 本帖最后由 bitao 于 2006-8-5 23:38 編輯 ] |
|