lwl_starboy 发表于 2013-12-18 17:23:07

mount: you must specify the filesystem type求助

用虚拟机新装的系统,用地是centos-6.4的镜像文件,
# mount /dev/cdrom /mnt/cdrom/
mount: you must specify the filesystem type
挂载的时候总是出现这个错误,求大神赐教怎样解决啊?

# mount /dev/cdrom /mnt/cdrom/
mount: you must specify the filesystem type
# 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   IdSystem
/dev/sda1   *         1          26      204800   83Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2            26       10225    81920000   83Linux
/dev/sda3         10225       16599    51200000   83Linux
/dev/sda4         16599       26109    76389376    5Extended
/dev/sda5         16599       17619   8192000   82Linux swap / Solaris
/dev/sda6         17619       18639   8192000   83Linux

zgrzs 发表于 2013-12-19 11:42:48

告诉系统CDROM是什么类型的文件系统就可以了

mr.ychen 发表于 2013-12-25 10:55:57

mount -o loop /dev/cdrom /mnt/cdrom/

xiaoli66 发表于 2013-12-28 23:48:58

路过进来顶一个了哦。
页: [1]
查看完整版本: mount: you must specify the filesystem type求助