X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=1f7333606a1b5a07f6780dbcd6f09f541c71100a;hp=9ca8cfeecd0251e6119e928537e461c245c8af5b;hb=6bde51b09eda2d85792b357fd6038cac5a0b3755;hpb=45d274c6fae397207d358b9329d02f2133982fe5 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)