Re: [openthinclient-user] No automatic unmount of media in (S)ATA optical drives? [SOLVED]

2011-05-04 Thread Peus, Christoph
Hi, I figured this out for myself meanwhile. I created a commandline application with the following command line: sudo sh -c 'echo 0 /proc/sys/dev/cdrom/lock;cd /usr/lib/hal;mv hal-unmount.sh hal-unmount.sh.otc;sed s/remove/remove -o \$ACTION = change/ hal-unmount.sh.otc hal-unmount.sh;chmod

Re: [openthinclient-user] No automatic unmount of media in (S)ATA optical drives?

2011-04-29 Thread Peus, Christoph
Thanks for the reply, but.. are you sure that your CD was mounted before you pressed the eject button? When I tested with an USB attached DVD-Drive the disk was mounted only if it was inserted at boot time - and I could not eject it by pressing the eject button. If I insert the disk *after* the

Re: [openthinclient-user] No automatic unmount of media in (S)ATA optical drives?

2011-04-29 Thread Peus, Christoph
Forget about my previous statement regarding USB connected drives. It turned out that automatic mounting and unmounting works fine IF ONE IS NOT LOGGED ON TO THE CONSOLE . I did all my tests yesterday while being logged on to the console of the otc device (Ctrl+Alt+F1). Today I accidently

[openthinclient-user] No automatic unmount of media in (S)ATA optical drives?

2011-04-27 Thread Peus, Christoph
Hi everybody, I'm in the process of testing OTC 1.0 and experienced a problem with optical media, which would be a showstopper for using OTC in our environment: When a cdrom is inserted in a local (S)ATA optical drive, it's mounted automatically (nice!) but cannot be ejected by the user(!). The

Re: [openthinclient-user] No automatic unmount of media in (S)ATA optical drives?

2011-04-27 Thread Stecher, Alexander
Hello, I have a DVD-Drive plugged with USB on the ThinClient, there are no problems. I press the eject key and the CD comes out. But to solve your problem, try to create a new application command-line with parameter sudo umount /dev/media/xyz Perhaps this can solve your problem. Regards and