Ignore:
Timestamp:
Jan 6, 2009, 3:33:45 PM (15 years ago)
Author:
Bruno Cornec
Message:

Adds support of ntfs-3g as good format. Need guinea-pig to test that feature, especially with ntfsclone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/common/libmondo-filelist.c

    r2100 r2104  
    16501650        log_msg(2, "include_paths = '%s'", include_paths);
    16511651        log_msg(1, "Calculating filelist");
    1652         asprintf(&tmp2, call_program_and_get_last_line_of_output("mount | grep -Ew 'ntfs|fat|vfat|dos' | awk '{print $3}'"));
     1652        asprintf(&tmp2, call_program_and_get_last_line_of_output("mount | grep -Ew 'ntfs|ntfs-3g|fat|vfat|dos' | awk '{print $3}'"));
    16531653        if (strlen(tmp2) < 1) {
    16541654            asprintf(&tmp1," ");
Note: See TracChangeset for help on using the changeset viewer.