Thanks for the reply, when i try the eject command while the CD is still mounted (its a DVD drive but im currently using CDs, dont know if thats important) i get the same
Code:
eject: unable to eject, last error: Invalid argument
I got it out, put the cd back in then tried "cdrecord --eject" and got
Code:
cdrecord: No CD/DVD-Recorder device specified.
Usage: cdrecord [options] track1...trackn
so i tried "cdrecord /dev/dvd --eject" and "cdrecord /dev/cdrom --eject" got
Code:
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
cdrecord: Badly placed option. Global options must be before any track.
Then i tried "cdrecord --eject /dev/dvd" and "cdrecord --eject /dev/cdrom" and got:
Code:
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
cdrecord: No CD/DVD-Recorder device specified.
Dont know where to go from here
EDIT: Just had a look at dmesg and saw a few
Code:
program eject is using a deprecated SCSI ioctl, please convert it to SG_IO
Not too sure what it means though.