Linux – ubuntu 9.10 minimal install vm cannot mount iso9660

linux

I cannot mount ISOs after installing Ubuntu 9.10 server minimal install.

unknown filesystem type 'iso9660'

I've been searching the web for a while, without any solution. Hope someone can help.

Best Answer

you can try this:

  1. get root (sudo -i)
  2. load the module modprobe iso9660
  3. try and mount (mount -t iso9660 /dev/cdrom /mnt/cdrom)