Ignore:
Timestamp:
Aug 28, 2015, 4:24:44 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Prints the result of mount at the end of the umount of all FS to see in log whether something is still not OK
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3430 r3439  
    19401940        update_progress_form(tmp);
    19411941
     1942        //TODO: this should be done in a certain order normally if there are cascading mount
    19421943        if (is_this_device_mounted(mountlist->el[lino].device)) {
    19431944            if (!strcmp(mountlist->el[lino].mountpoint, "swap")) {
     
    19881989        log_to_screen("All partitions were unmounted OK.");
    19891990    }
     1991    mr_asprintf(command, "mount");
     1992    log_msg(4, "mount result after unmounting all FS", command);
     1993    (void)run_program_and_log_output(command, 3);
     1994    mr_free(command);
    19901995    free(mountlist);
    19911996    return (retval);
Note: See TracChangeset for help on using the changeset viewer.