enable user-defined extended attributes for e…

2019-12-03 16:01:52来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

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;


原文链接:https://www.cnblogs.com/xuyaowen/p/ext3-user-xattr.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Shell—详解$0 $1 $* $@ $# $$

下一篇:CentOS7下部署java+tomcat+mysql项目及遇到的坑