Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Howto #write? #2

@niko

Description

@niko

I'm trying to implement a write method and I partially succeeded by making a #write and an #open method: Now I can echo foo >> mnt/bar to that FS. :)

I still can't do cp foo.txt mnt/bar.txt (giving me cp: cannot create regular file 'mnt/bar.txt': Function not implemented) or echo foo > mnt/bar (giving me function not implemented: mnt/bar).

I guess I have to implement #truncate for the latter … but how?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions