- 积分
- 720
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 注册时间
- 2012-3-6
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 听众
- 收听
中级工程师
|
用虚拟机新装的系统,用地是centos-6.4的镜像文件,
[root@localhost ~]# mount /dev/cdrom /mnt/cdrom/
mount: you must specify the filesystem type
挂载的时候总是出现这个错误,求大神赐教怎样解决啊?
[root@localhost ~]# mount /dev/cdrom /mnt/cdrom/
mount: you must specify the filesystem type
[root@localhost ~]# fdisk -l
Disk /dev/sda: 214.7 GB, 214748364800 bytes
255 heads, 63 sectors/track, 26108 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000bb965
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 26 10225 81920000 83 Linux
/dev/sda3 10225 16599 51200000 83 Linux
/dev/sda4 16599 26109 76389376 5 Extended
/dev/sda5 16599 17619 8192000 82 Linux swap / Solaris
/dev/sda6 17619 18639 8192000 83 Linux
|
|