Changeset 3736 in MondoRescue
- Timestamp:
- Nov 18, 2019, 1:47:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondo-prep.c
r3703 r3736 796 796 mr_free(tmp); 797 797 798 /* BR#852: we need to create BTRFS subvols now */ 799 if ((res) && (strcmp(format, "btrfs") == 0)) { 800 /* Creating potential btrfs subvolumes */ 801 if (does_file_exist("/tmp/create-btrfs-subvol")) { 802 run_program_and_log_output("/tmp/create-btrfs-subvol",3); 803 } 804 /* Mounting potential btrfs subvolumes */ 805 if (does_file_exist("/tmp/mount-btrfs-subvol")) { 806 run_program_and_log_output("/tmp/mount-btrfs-subvol",3); 807 } 808 } 809 798 810 /* BR#836: we need to do it a second time if -m wasn't working in that version for XFS */ 799 811 if ((res) && (strcmp(format, "xfs") == 0)) { … … 964 976 if (g_partition_table_locked_up > 0) { 965 977 if (retval > 0 && !interactively) { 966 //123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789978 //123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 967 979 log_to_screen("Partition table locked up %d times. At least one 'mkfs' (format) command", g_partition_table_locked_up); 968 980 log_to_screen("failed. I think these two events are related. Sometimes, fdisk's ioctl() call");
Note:
See TracChangeset
for help on using the changeset viewer.