-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
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: |
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? |
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. |
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
* configured CI for both user and kernel builds Signed-off-by: Pradeepkumarbk <pradeepkumar.bk96@gmail.com>
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
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.
The text was updated successfully, but these errors were encountered: