Ignore:
Timestamp:
Oct 21, 2007, 1:39:59 PM (17 years ago)
Author:
Bruno Cornec
Message:

Unmounting USB device before removal of temporary scratchdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.c

    r1696 r1697  
    18961896    if (is_this_device_mounted(bkpinfo->media_device)) {
    18971897        log_msg(1, "USB device mounted. Remounting it at the right place");
    1898         asprintf(&tmp, "umount %s", bkpinfo->media_device);
     1898        asprintf(&tmp, "umount %s1", bkpinfo->media_device);
    18991899        run_program_and_log_output(tmp, FALSE);
    19001900        paranoid_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.