Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'After "dd" I couldn't reject CD?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
After "dd" I couldn't reject CD?
Authored by: chiahao on Mar 28, '05 07:35:46AM

After following the intrustions above:

$ df -k /Volumes/*
/dev/disk0s3 58474008 55904412 2313596 96% /
/dev/disk1s0 635870 635870 0 100% /Volumes/Neverhood
/dev/disk0s3 58474008 55904412 2313596 96% /

$ sudo umount /Volumes/(...)

Here's something strange that the CD icon didn't disappear like the description? And once it finished "dd ...", I still couldn't reject the CD!
It says that the device is busy, and even I couldn't mount the device?

I've tried to type "df -k /Volumes/*", but showed that the all mounted device became the same as the label of my only hard disk, like

Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/disk0s3 58474008 55904412 2313596 96% /
/dev/disk0s3 58474008 55904412 2313596 96% /
/dev/disk0s3 58474008 55904412 2313596 96% /

Could someone help me? Thanks.



[ Reply to This | # ]
After "dd" I couldn't reject CD?
Authored by: returnthis on Oct 28, '05 02:41:25PM

I ran into the same problem

do this:

disktool -r
That will refresh the mount attributes

disktool -e disk1 (or whatever your cd/dvd drive is)

that should get you back to where u want to be



[ Reply to This | # ]