|
|

楼主 |
发表于 2006-9-2 20:36:33
|
显示全部楼层
我用fdisk -l没有看到光驱,请问怎么挂载光盘。
挂载提示信息:special device /dev/cdrom does not exist
[root@server ~]# fdisk -l
Disk /dev/hda: 20.4 GB, 20491075584 bytes
255 heads, 63 sectors/track, 2491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 1275 10241406 1c Hidden W95 FAT32 (LBA)
/dev/hda2 * 1276 1912 5116702+ 83 Linux
/dev/hda3 1913 1945 265072+ 82 Linux swap
/dev/hda4 1946 2491 4385745 5 Extended
/dev/hda5 1946 2491 4385713+ 83 Linux
[root@server ~]# |
|