Tell us specifically, the command you used to try and mount it.
If the media is stuck in the drive, have you tried as root from the / or /root directory:
# eject /dev/scd0
ISO media need the file system type to be specified when issuing the mount command.
Try as root:
# mkdir /mnt/cdrom
# mount -v -t iso9660 /dev/scd0 /mnt/cdrom
You cannot eject from the mounted directory, so issue the eject command from either the / or /root directory.
Make sure you complete (finalize) all burns of an ISO file to a cd/dvd/r+w media.
-- Tom
__________________ The independence created by philosophical insight is - in my opinion - the mark of distinction
between a mere artisan or specialist and a real seeker after truth. - Einstein 1944
Imagination is more important than knowledge. - Einstein |