X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=1f7333606a1b5a07f6780dbcd6f09f541c71100a;hp=9ca8cfeecd0251e6119e928537e461c245c8af5b;hb=42225c7f593482c4c5999103b42f14223cedd693;hpb=1abe78e08216e7543bf9f5c4bb572e3c6716a99f diff --git a/grml2usb b/grml2usb index 9ca8cfe..1f73336 100755 --- a/grml2usb +++ b/grml2usb @@ -841,7 +841,7 @@ def mount(source, target, mount_options): proc = subprocess.Popen(["mount"] + list(mount_options) + [source, target]) proc.wait() if proc.returncode != 0: - raise CriticalException("Error executing mount") + raise CriticalException("Error executing mount (no filesystem on the partition?)") else: logging.debug("register_mountpoint(%s)" % target) register_mountpoint(target)