-
Notifications
You must be signed in to change notification settings - Fork 269
createHeader: prealloc failed: operation not supported #25
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
Comments
Hi! What filesystem do you have on the raid?
|
My guess is ZFS. Please take a look at #22 or just upgrade to latest master, gocryptfs now works on ZFS as well. |
No, it's ext3! I will have another fiddle, I may be doing something silly with mountpoints etc. |
Oh, maybe ext3 does not support fallocate, either?
Anyway, the latest version will just warn once about that and continue
working.
|
Great, I will try that. |
OK got it working with ext4 now and 0.9 binary. Couldn't get latest master to compile on Ubuntu 14.04 LTS as the golang is too old I think to have fuse libraries. |
Oh, I see. Ubuntu 14.04 has Go 1.2 that lacks sync.Pool:
|
Released v0.10-rc3 that contains the fix. Binaries are available at https://github.com/rfjakob/gocryptfs/releases/tag/v0.10-rc3 |
I am using Software RAID, LVM, and ext3 File system. gocryptfs works fine on my ubuntu 14.04 LTS install on regular partitions (non RAID/LVM) but when I try to mount my RAID/LVM partition and use this I get the above error whenever I try to create a file. I get a message in Vi about disk space not available (however there are GBs free)
The text was updated successfully, but these errors were encountered: