imperador / chromefy

Project Croissant: Install Chrome OS on any Computer - Transforming Chromium to Chrome
GNU General Public License v3.0
880 stars 80 forks source link

after .img completed, File handle is not closed #110

Closed kisChang closed 5 years ago

kisChang commented 5 years ago

using Option 1, File handle is not closed after production is completed, .img can't using write. code version : master host OS: ubuntu 18.04

dragon788 commented 5 years ago

Are you building the image on a removable disk or an internal drive and is the internal drive an SSD?

kisChang commented 5 years ago

emmmm I am using a virtualbox run ubuntu , with share windows10 work directory

dragon788 commented 5 years ago

I would move the files outside of the shared directory to do the combining, and then just copy it into the shared directory once everything is done. Most shared directories don't have great performance, and they also tend to mess up the permissions of files there so that could be part of the issue.

kisChang commented 5 years ago

Estimated to be a shared directory issue.