how to enable xattr support in Debian 9 (Stretch)
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have added user_xattr in ext4 but when I remount it doesn't show xattr & I installed attr & attr_dev
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/Anonymous--vg-root / ext440remount,user_xattr errors=remount-ro 0 1`
debian ext4 fstab xattr
add a comment |Â
up vote
0
down vote
favorite
I have added user_xattr in ext4 but when I remount it doesn't show xattr & I installed attr & attr_dev
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/Anonymous--vg-root / ext440remount,user_xattr errors=remount-ro 0 1`
debian ext4 fstab xattr
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have added user_xattr in ext4 but when I remount it doesn't show xattr & I installed attr & attr_dev
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/Anonymous--vg-root / ext440remount,user_xattr errors=remount-ro 0 1`
debian ext4 fstab xattr
I have added user_xattr in ext4 but when I remount it doesn't show xattr & I installed attr & attr_dev
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/Anonymous--vg-root / ext440remount,user_xattr errors=remount-ro 0 1`
debian ext4 fstab xattr
edited Mar 6 at 7:36
Stephen Kitt
141k22307367
141k22307367
asked Mar 6 at 6:54
lambocrypt
31
31
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
User extended attributes are supported by default on Ext4, you donâÂÂt need to do anything to enable them. To verify this, run
cd
touch xattr-test
setfattr -n user.test -v "hello" xattr-test
getfattr xattr-test
This should show that the extended attribute was successfully stored.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
User extended attributes are supported by default on Ext4, you donâÂÂt need to do anything to enable them. To verify this, run
cd
touch xattr-test
setfattr -n user.test -v "hello" xattr-test
getfattr xattr-test
This should show that the extended attribute was successfully stored.
add a comment |Â
up vote
2
down vote
accepted
User extended attributes are supported by default on Ext4, you donâÂÂt need to do anything to enable them. To verify this, run
cd
touch xattr-test
setfattr -n user.test -v "hello" xattr-test
getfattr xattr-test
This should show that the extended attribute was successfully stored.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
User extended attributes are supported by default on Ext4, you donâÂÂt need to do anything to enable them. To verify this, run
cd
touch xattr-test
setfattr -n user.test -v "hello" xattr-test
getfattr xattr-test
This should show that the extended attribute was successfully stored.
User extended attributes are supported by default on Ext4, you donâÂÂt need to do anything to enable them. To verify this, run
cd
touch xattr-test
setfattr -n user.test -v "hello" xattr-test
getfattr xattr-test
This should show that the extended attribute was successfully stored.
answered Mar 6 at 7:14
Stephen Kitt
141k22307367
141k22307367
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f428420%2fhow-to-enable-xattr-support-in-debian-9-stretch%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password