Skip to content

[Bug]: mountfs.go chown errors #112

@zshzebra

Description

@zshzebra

Describe your bug or error

running: egg build -o kernel.sh on ubuntu in virtualbox (as to avoid issues with multiple go versions)

Go Version

1.16.15

Relevant log output

../../go/pkg/mod/github.com/icexin/eggos@v0.4.1/fs/mount/mountfs.go:262:30: cannot use m (type *MountableFs) as type afero.Fs in argument to lstatIfPossible:
	*MountableFs does not implement afero.Fs (missing Chown method)
../../go/pkg/mod/github.com/icexin/eggos@v0.4.1/fs/mount/mountfs.go:266:18: cannot use m (type *MountableFs) as type afero.Fs in argument to departWalk:
	*MountableFs does not implement afero.Fs (missing Chown method)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions