On 20.10.2015 14:30, Ed Greshko wrote:
On 10/20/2015 08:21 PM, Joachim Backes wrote:
Then how to check in a bash script when a CD is really mounted?

Check the return code of the mount command?

[root@meimei ~]# mount /dev/sr0 /mnt
mount: no medium found on /dev/sr0
[root@meimei ~]# echo $?
32

Hi Ed,

$? = 32 helped. Thanks for the hint.

Kind regards

Joachim Backes

--

Fedora release 23 (Twenty Three)
Kernel-4.2.3-300.fc23.x86_64


Joachim Backes <joachim.bac...@rhrk.uni-kl.de>
http://www-user.rhrk.uni-kl.de/~backes/
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to