WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: can't eject cd on mac mini  (Read 3710 times)

Offline John3101

  • Newbie
  • *
  • Posts: 3
can't eject cd on mac mini
« on: May 25, 2011, 05:43:51 PM »
I apologize for the general dumbness of this question, but I can't eject the cd from my mac mini (I'm a newbie to both the mac & tiny core).  What i do is to open the Terminal and then type

umount /mnt/hdc

when then gives me the reponse "can't umount '/mnt/hdc':  no such file or directory"

If I try

eject /dev/hdc

I get "can't open '/dev/hdc':  no such device or address"

Clearly I'm doing something wrong, but I don't know what.   Thanks in advance for any help.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: can't eject cd on mac mini
« Reply #1 on: May 25, 2011, 06:00:35 PM »
Try just 'eject'
cat /etc/fstab to see what devices were found.

Offline John3101

  • Newbie
  • *
  • Posts: 3
Re: can't eject cd on mac mini
« Reply #2 on: May 25, 2011, 06:54:08 PM »
eject along gives "can't open /dev/cdrom": no  such file or directory"
cat /etc/fstab gives
proc
sysf
devpts
tempfs

as devices found.

I should also mention that the cd in question was burned today from the tiny core iso download with no modifications.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: can't eject cd on mac mini
« Reply #3 on: May 25, 2011, 07:11:12 PM »
It appears that your CD drive or controller is not supported by TC.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: can't eject cd on mac mini
« Reply #4 on: May 25, 2011, 07:35:34 PM »
Quote
It appears that your CD drive or controller is not supported by TC.

Or a hard drive or a USB drive or anything else according to fstab. How did he boot?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: can't eject cd on mac mini
« Reply #5 on: May 25, 2011, 08:33:54 PM »
The boot loader uses BIOS calls to load an object into memory, and then jumps to an enrty point.
The loaded object may or may not have any disk/CD drivers.
One often loaded object is memtest86 which has no DVD drivers.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: can't eject cd on mac mini
« Reply #6 on: May 25, 2011, 08:50:59 PM »
Hi John3101
Open a terminal and type  dmesg > dmesg.txt  and attach the file to your next post.

@gerald_clark: So if it does not find a suitable driver it won't show up in fstab I guess.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: can't eject cd on mac mini
« Reply #7 on: May 25, 2011, 09:03:45 PM »
What version of TC is being booted?
The latest release is 3.6.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: can't eject cd on mac mini
« Reply #8 on: May 26, 2011, 11:02:38 PM »
Apart from the suggestion in reply #6 to share with us the whole 'dmesg' output another command I've found to help in your situation might be to run
    blkid /dev/[hs][dr]*
(which should list information about all IDE and SATA devices).

Offline John3101

  • Newbie
  • *
  • Posts: 3
Re: can't eject cd on mac mini
« Reply #9 on: May 27, 2011, 12:24:42 PM »
Thank you everyone for your helpful suggestions.

In the end, I decided that I needed to use my Mac more than I needed to figure out the issue with Tiny Core.  So I rebooted the Mac with the Option key held down, which brings up a list of boot devices, and I was able to boot from the Mac HD, and then eject the CD, which then allowed the Mac to boot normally.