WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: extended attributes  (Read 1519 times)

Offline eschabor

  • Newbie
  • *
  • Posts: 2
extended attributes
« on: June 13, 2010, 04:40:58 PM »
Hi,
I'm working with TC 2.6 and struggling to get extended attributes working with an ext3 filesystem.
As su I try:
mount -o remount,acl,user_xattr /mnt/md0
but mount then shows that /mnt/md0 does not have the desired attributes of acl and user_xattr
(md0 is an already mounted and working RAID array formatted as ext3)
Does TC support extended attributes, or were they trimmed out of the kernel to save space ?
TIA

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726

Offline eschabor

  • Newbie
  • *
  • Posts: 2
Re: extended attributes
« Reply #2 on: June 14, 2010, 06:16:36 PM »
Thanks  :)    Compiling a kernel with xattr support turned out to be easier than I expected -> problem solved.