Synced the created image before remounting in ntfsclone
Better sync before remounting, but probably not an erroredge.strict_endians
parent
e8dc824252
commit
c6da530efc
|
@ -1930,6 +1930,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
wipe = 1;
|
||||
fsync_clone(fd_out); /* sync copy before mounting */
|
||||
opt.volume = opt.output;
|
||||
/* 'force' again mount for dirty volumes (e.g. after resize).
|
||||
FIXME: use mount flags to avoid potential side-effects in future */
|
||||
|
|
Loading…
Reference in New Issue