Changeset 1744 in MondoRescue
- Timestamp:
- Oct 30, 2007, 11:55:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-tools.c
r1737 r1744 1069 1069 assert_string_is_neither_NULL_nor_zerolength(partition); 1070 1070 1071 sprintf(command, "df -m -P %s &> /dev/null", partition);1071 sprintf(command, "df -m -P %s 1> /dev/null 2> /dev/null", partition); 1072 1072 if (system(command)) { 1073 1073 return (-1);
Note:
See TracChangeset
for help on using the changeset viewer.