Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does libfuse support LVM? #60

Closed
ashione opened this issue Jul 12, 2016 · 2 comments
Closed

Does libfuse support LVM? #60

ashione opened this issue Jul 12, 2016 · 2 comments

Comments

@ashione
Copy link

ashione commented Jul 12, 2016

I use fuse to design a software for mounting lvm on linux system.
But faild and its log is folloing '
warning: command line show the following error msg :
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

@mrvn
Copy link
Contributor

mrvn commented Jul 12, 2016

How has that got anything to do with fuse or lvm? Neither is involved in mounting /dev/loop0

@Nikratio
Copy link
Contributor

The question does not make sense for me either

spectral54 pushed a commit to spectral54/libfuse that referenced this issue Sep 14, 2022
It rarely makes sense to push commits with conflicts to a remote Git
repo (which is the only kind of remote we support so far), so let's
just error out instead of pushing a commit that others pulling from
the remote probably can't make sense of.

I've only added a simple test for the error case for now. `libgit2`
doesn't support pushing to a local repo, so it's harder to test the
success case. I suppose we'll have to have the regular `git` binary
running local servers in test eventually.

Closes libfuse#60.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants