mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[misc] mention that ext and persistence support should still be viewed as EXPERIMENTAL
* This is in relation to #1396 * Also fix a small typo
This commit is contained in:
parent
7ec7331200
commit
80a2bce5b3
3 changed files with 8 additions and 7 deletions
|
@ -984,7 +984,7 @@ BOOL FormatExtFs(DWORD DriveIndex, uint64_t PartitionOffset, DWORD BlockSize, LP
|
|||
}
|
||||
r = ext2fs_convert_subcluster_bitmap(ext2fs, &ext2fs->block_map);
|
||||
if (r != 0) {
|
||||
uprintf("Could set %s cluster bitmap: %s", FSName, error_message(r));
|
||||
uprintf("Could not set %s cluster bitmap: %s", FSName, error_message(r));
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue