-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Errno 95] Operation not supported #74
Comments
I'm also having this problem with dedup, without the cutoff option. Running arch, tried it with a couple different kernels and with btrfs-progs-git, reinstalled bedup, reset data... I'll try to dig up an older version of btrfs-progs in case this is a regression on their part. |
wow, the problem seems to be caused by having multiple btrfs devices mounted and not specifying which to scan. |
echo 3 > /proc/sys/net/ipv4/tcp_fastopen |
I'm getting the same error just running
It had actually been running fine for over a day, but then stopped in the middle and I can't get it to continue. Ubuntu 18.04 with 4.18 kernel. BTRFS-progs version 4.17.1. |
I don't use this program. But has this issue ever been solved? I'm writing a Rust program that calls The operation is not necessary; however, I am trying to set this as an option for the user and want to figure out how to solve it. I've seen other things online saying that my file system does not support symlinks, but that is incorrect. The file I am attempting to write extended attributes to is a symlink. File system is
|
I didn't actually end up chasing this one down, but I did eventually find that there was a lot of non-correctable corruption with my filesystem and trying to read certain areas brought up all sorts of weird errors. May or may not have been related, but it's kind of in line with my case of bedup being able to run for some amount of time and then simply being unable to continue, possibly because it got to one of the corrupted files. |
I'm not sure if my file system would be corrupted in any way. I wouldn't know how that would've happened. I see some things online, and in the
Here is a relevant stack overflow link. Though, what I don't understand is why functions like Edit: However, this
|
This will be the last comment I will make in here. For whatever it is worth, I think I found the solution: If you read over the |
Getting this error during deduplication process (seems like no data corrupted though):
I'm using kubuntu#15.04.
Command I'm trying to run is:
Previously same command was running fine, started failing after I added some files.
The text was updated successfully, but these errors were encountered: