Giter VIP home page Giter VIP logo

Comments (3)

adam900710 avatar adam900710 commented on June 24, 2024 1

-o option is not supported thus it treats "uid=1000" as a file name.

btrfs receive won't work, because this project only implements a read-only FUSE.
btrfs receive needs to write which is not supported.

from btrfs-fuse.

adam900710 avatar adam900710 commented on June 24, 2024

Unfortunately btrfs-send stream is not following btrfs on-disk format.

Furthermore, such stream can be incremental, meaning without the source subvolume, we can not build the destination subvolume.

So in short, it's impossible to support btrfs-send stream in this project.

from btrfs-fuse.

kyak avatar kyak commented on June 24, 2024

Thanks for you answer.

Do you know why I cannot specify user ownership on the mount point (it always belongs to root)?

I do this:

btrfs-fuse -o uid=1000 btrfs-image-file.img mount_dir

It says: ERROR: failed to scan device uid=1000: -2

I think if I were able to specify uid for the mountpoint, then btrfs receive without root would work.

from btrfs-fuse.

Related Issues (4)

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.