--- cdromutl.cc~ 2004-07-20 15:12:54 +0400 +++ cdromutl.new.cc 2004-07-21 14:10:48 +0400 @@ -101,7 +101,7 @@ bool UnmountCdrom(string Path) else { const char *Args[10]; - Args[0] = "umount"; + Args[0] = "eject"; Args[1] = Path.c_str(); Args[2] = 0; execvp(Args[0],(char **)Args);