Could you check if:
# dd if=/dev/acd0 of=/dev/null count=1

does the trick as mentioned in the Handbook?


http://www.freebsd.org/cgi/query-pr.cgi?pr=115232

Yes, this trick works.
But the problem with it is that this should be done without such 'dd' command. User should be relieved from issuing such meaningless command since system can do this automatically, avoiding user actions and possible user confusion.

Driver knows when disk is inserted (for example in Windows autorun executes when disk is inserted). This should be used in this case.

Yuri

_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to