calibre uses the following sequence to mount and mount.
1. Detect device
2. Wait a few seconds to give the OS the chance to mount
3. If still unmounted, mount it under meda using the OS supplied mount command
4. When the user asks for an eject,use the OS supplied eject command. On linux, if the device is mounted without an entry in mtab, then the eject command fails.
|