Coder Social home page Coder Social logo

Comments (2)

cosmos72 avatar cosmos72 commented on September 28, 2024

Hi @rswarthout
the error you posted

17:45:36 dd: failed to truncate to 32635174780927 bytes in output file '/virtual_0/.fstransform.loop.308145': File too large

indicates that the initial file system type (ext4) does not support creating the huge sparse file
(32.6 TB, as large as the device itself) needed by fstransform.

Wikipedia (https://en.wikipedia.org/wiki/Ext4#Features) says that maximum file size supported by ext4 is 16 TiB = 17.6 TB,
so it matches your issue.

While this problem is in theory relatively easy to workaround in fstransform (by splitting the huge sparse file into multiple files, and using dmsetup instead of mount -t loop to create a single block device on top of them), it would require some development.

In summary, there is currently no way to convert an ext4 file system larger than 16 TiB with fstransform. Sorry.

from fstransform.

rswarthout avatar rswarthout commented on September 28, 2024

@cosmos72 Thank you for getting back to me on this. I will proceed with doing a copy of the data to another volume.

from fstransform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.