Ignore:
Timestamp:
Jan 13, 2006, 12:23:00 AM (18 years ago)
Author:
bcornec
Message:

merge -r303:308 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r274 r309  
    451451        strcat(mount_isodir_command, " -o ro ");
    452452        strcat(mount_isodir_command, bkpinfo->isodir);
    453         run_program_and_log_output("df -m", FALSE);
     453        run_program_and_log_output("df -P -m", FALSE);
    454454        sprintf(tmp,
    455455                "The 'mount' command is '%s'. PLEASE report this command to be if you have problems, ok?",
     
    635635    }
    636636    close_progress_form();
    637     run_program_and_log_output("df -m", TRUE);
     637    run_program_and_log_output("df -P -m", TRUE);
    638638    if (retval) {
    639639        if (g_partition_table_locked_up > 0) {
     
    661661        mvaddstr_and_log_it(g_currentY++, 74, "Done.");
    662662    }
    663     run_program_and_log_output("df -m", 3);
     663    run_program_and_log_output("df -P -m", 3);
    664664    paranoid_free(mountlist);
    665665    paranoid_free(tmp);
     
    22212221    sort_mountlist_by_mountpoint(mountlist, 0);
    22222222
    2223     run_program_and_log_output("df -m", 3);
     2223    run_program_and_log_output("df -P -m", 3);
    22242224    mvaddstr_and_log_it(g_currentY, 0, "Unmounting devices      ");
    22252225    open_progress_form("Unmounting devices",
Note: See TracChangeset for help on using the changeset viewer.