-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
<Operation not supported (os error 95)> #259
Comments
Hi, This is being tracked in #178. The error comes because it’s trying to query the extended attribute status of all your files. If you’re using a remote filesystem like nfs or sshfs then it’ll return this error instead of just saying that your file has no attributes. For the next version I’m going to change this so the error is not displayed unless you explicitly ask for the attributes. |
Mr. Benjamin,
Thanks for the information. Yes, this explains my situation exactly. Our
home directories are mapped to a NFS. I look forward to the update so I
can start using exa.
Regards,
Mark
…On Tue, Aug 8, 2017 at 6:14 AM, Benjamin Sago ***@***.***> wrote:
Closed #259 <#259>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#259 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AA7NcrZQLH1_LhqaOLOcBRYOLryffx7Uks5sWF8ngaJpZM4OwL4f>
.
|
@LordHog: I just released v0.8.0, which hides these errors — this should solve your problem. |
Hello,
When I try to use the long option (i.e.,
-l
) the output is displaying "<Operation not supported (os error 95)>". Why am I seeing this? Is it because exa will not work properly when ssh into a remote machine? Thanks.Regards,
Mark
The text was updated successfully, but these errors were encountered: