iso9660

General support questions
Post Reply
pavel.smirnov
Posts: 1
Joined: 2017/12/01 11:41:45

iso9660

Post by pavel.smirnov » 2017/12/01 12:48:38

Hello. I have a problem. I need to install on CentOS 6.9 Vmware-tools. When mounting:
#mount /dev/cdrom /tmp/vmware-tools
#mount: you must specify the filesystem type
#mount -t iso9660 /dev/cdrom /mnt/cdrom
#mount: no medium found on /dev/sr0
#modprobe iso9660
FATAL: Module isofs not found.
The question is, how do I deliver the missing module?

stevemowbray
Posts: 519
Joined: 2012/06/26 14:20:47

Re: iso9660

Post by stevemowbray » 2017/12/01 13:25:31

This is your problem:
mount: no medium found on /dev/sr0
i.e. it can't see a CD/DVD in the drive.

Post Reply