Ventoy icon indicating copy to clipboard operation
Ventoy copied to clipboard

[issue]: when I copy the ubuntu 22.04 large ISO, it will report eject disk failed

Open jinguang-dong opened this issue 2 years ago • 4 comments

Official FAQ

  • [X] I have checked the official FAQ.

Ventoy Version

1.0.80

What about latest release

Yes. I have tried the latest release, but the bug still exist.

Try alternative boot mode

Yes. I have tried them, but the bug still exist.

BIOS Mode

UEFI Mode

Partition Style

MBR

Disk Capacity

256

Disk Manufacturer

Sandisk

Image file checksum (if applicable)

Yes.

Image file download link (if applicable)

https://ubuntu.com/download/desktop

What happened?

When I create the ventoy U disk with the ventoy tool on Ubuntu system. I try to copy the ubuntu ISO, it will ok soon. But I could not eject the ventoy USB disk and the ISO md5 file is crash.

jinguang-dong avatar Sep 23 '22 10:09 jinguang-dong

When you finish copy the ISO file. Open terminal and run sync command in the shell and then eject the USB. In Linux system, although it seems that the copy has finished, but some data is still in the memory cache and has not been flushed to the USB hardware.

ventoy avatar Sep 24 '22 05:09 ventoy

Ok thanks, I have try the sync command yesterday night, but It cost too long time to finish the copy operation. I will try the method today.

Best Regards

jinguang-dong avatar Sep 24 '22 07:09 jinguang-dong

It cost too long time to finish the copy operation.
It depends on the write speed of your USB stick. You should wait the sync command finish before you eject it.

ventoy avatar Sep 24 '22 08:09 ventoy

Thanks a lot for ventory, I tried the way which you provide the guidance, and it was successful. I have an immature idea, is it possible to integrate th cp and sync command into the "ventroy" tool and provide a UI menu to use? Just provide another way to the general users.

BRs

jinguang-dong avatar Sep 27 '22 06:09 jinguang-dong