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

Cannot mount zfs filesystem #70

Closed
abertolli opened this issue Oct 19, 2010 · 3 comments
Closed

Cannot mount zfs filesystem #70

abertolli opened this issue Oct 19, 2010 · 3 comments

Comments

@abertolli
Copy link

I am not sure why, but I don't seem to be able to mount a newly created zfs filesystem. Everything else seems to be working with zfs and zpool commands. I receive no errors, but neither mount nor df reports the filesystem, and it appears to be missing.

@behlendorf
Copy link
Contributor

Mounting the filesystem requires the ZPL (ZFS Posix Layer), there is currently an initial implementation of this layer but there is still quite a bit of work to be done. Until this work is done you won't be able to mount the filesystem.

http://zfsonlinux.org/example-zpl.html

You might find the following related thread on the zfs-devel list interesting:
http://groups.google.com/a/zfsonlinux.org/group/zfs-devel/topics

@abertolli
Copy link
Author

Does this mean that ZFS is not usuable at this time (via this module)? Or do I need to do something else like legacy mount?

@behlendorf
Copy link
Contributor

Yes and no. It means you can't use it to create a filesystem data set at this time, you can however create zvol virtual block devices. Hopefully over the coming months we'll get the posix layer in place since this is of course what everyone wants.

dajhorn referenced this issue in zfsonlinux/pkg-zfs Dec 14, 2011
A call site of the MUTEX macro had incorrectly placed its closing
parenthesis, causing two parameters to be passed rather than one. This
change moves the misplaced parenthesis to fix the typographical error.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #70
richardelling pushed a commit to richardelling/zfs that referenced this issue Oct 15, 2018
* configured CI for both user and kernel builds
Signed-off-by: Pradeepkumarbk <pradeepkumar.bk96@gmail.com>
sdimitro pushed a commit to sdimitro/zfs that referenced this issue Feb 14, 2022
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
This issue was closed.
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

2 participants