
Hello, Am Samstag, 11. November 2017, 03:10:08 CET schrieb Carlos E. R.:
El 2017-11-10 a las 15:12 +0100, Christian Boltz escribió:
You are basically doing
# mount -o nofail /dev/no_such_device /data3 # echo $? 0
Remove the "nofail" option and try again ;-)
Yes, the "nofail" option makes it work or fail silently, no errors written. However, hs said he tried "-v", and that one should have printed something in case of errors, and apparently it did not.
As I wrote elsewhere [1] a few days ago: "should" is a good word to describe the difference between theory and practise ;-) # mount -v -o nofail /dev/no_such_device /mnt # echo $? 0 Regards, Christian Boltz [1] https://gitlab.infra.opensuse.org/infra/salt/merge_requests/74 (sorry, that's only available to the Heroes - but we are always happy if someone wants to join and help with the infrastructure ;-) -- Patches come and go like socks. Nobody really wants a bugzilla entry for each and every one. [Jan Engelhardt in opensuse-packaging] -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org