return;
}
signal(SIGALRM, alarm_signal);
- printf(_("Proceed anyway (or wait %d seconds) ? (y,N) "),
+ printf(_("Proceed anyway (or wait %d seconds to proceed) ? (y,N) "),
delay);
alarm(delay);
} else
Exit status is 0
tune2fs -O metadata_csum test.img
Enabling checksums could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
tune2fs -I 512 test.img
Resizing inodes could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
tune2fs -U random test.img
Setting UUID on a checksummed filesystem could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
Exit status is 1
Change in FS metadata:
Exit status is 0
tune2fs -O metadata_csum test.img
Enabling checksums could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N)
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N)
This operation requires a freshly checked filesystem.
Please run e2fsck -fD on the filesystem.
tune2fs -I 512 test.img
Resizing inodes could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N) Setting inode size 512
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N) Setting inode size 512
Exit status is 0
tune2fs -U f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0 test.img
Setting UUID on a checksummed filesystem could take some time.
-Proceed anyway (or wait 5 seconds) ? (y,N) Exit status is 0
+Proceed anyway (or wait 5 seconds to proceed) ? (y,N) Exit status is 0
Backing up journal inode block information.