Linux上挂在显示mount;you mustspecify the filesystem type

我输入mount /dev/dvd /media,显示出mount:you mustspecify the filesystem type,这是怎么回事

挂载钱需要格式化, mkfs.xfs /dev/dvd
然后再mount

没有自动识别处理文件系统。那就指定。
mount -t iso9660或者mount -t udf