enable user-defined extended attributes for ext3 file systems; 增加ext3 文件系统的扩展属性;

To enable user-defined extended attributes for ext3 file systems (i.e. device), use:

tune2fs -o user_xattr /dev/device

Alternatively, extended attributes for a file system can be enabled at mount time, as in:

mount /dev/device /path/to/cache -o user_xattr

命令来自于:redhat 7 官方文档;更多内容请关注 cnblogs.com/xuyaowen;

posted @   "Michael_Xu"  阅读(254)  评论(0)    收藏  举报
编辑推荐:
· 记录一次线上问题排查:JDK序列化问题
· 微服务之间有哪些调用方式?
· 记一次SQL隐式转换导致精度丢失问题的排查
· dotnet 9 通过 AppHostRelativeDotNet 指定自定义的运行时路径
· 如何统计不同电话号码的个数?—位图法
阅读排行:
· EF Core 10 现已支持 LeftJoin 和 RightJoin 运算符查询了!
· Python 3.14 t-string 要来了,它与 f-string 有何不同?
· 记录一次线上问题排查:JDK序列化问题
· Promise 这个新 API 真香!
· 前端开发工程师核心学习架构(精简版)
历史上的今天:
2018-12-03 非对称加密与GPG/PGP
点击右上角即可分享
微信分享提示