You are not logged in.
I have arch installed on usb stick and can't enable user_xattr option to /. Fstab contains the option but mount displays it is still mounted with nouser_xattr.
How can I enable the options?
# /etc/fstab
# /dev/sdc2
UUID=3a0104f6-a434-4a07-aed5-730992545359 / f2fs rw,relatime,background_gc=on,active_logs=6,acl,user_xattr,noatime 0 0
# /dev/sdc1
UUID=abd4a64a-470e-4d1d-8f57-0d59dc79927a /boot ext2 rw,relatime 0 2
# mount
/dev/sdb2 on / type f2fs (rw,relatime,background_gc=off,nouser_xattr,noacl,active_logs=6)
Edit:
Solved. Somehow running mkinitcpio got this to work. Is it because systemd-fstab-generator is run then or something of that sort? Sorry for being a noob.
Last edited by Arvoitusmies (2015-05-04 21:16:22)
Offline