All I need help, I am attempting to copy a custom profile that I would like to distribute to the rest of my workstations. The repository server is a FC4 server with ext3 file system. Whenever I attempt to copy this custom profile over, hidden files and all, it strips the files of these attributes and I ended up with stuff like desktop.ini showing. How do I make it so that ext3 allows me to keep these attributes?
I tried
/dev/VolGroup00/LogVol00 / ext3 defaults,user_xattr <--- this is suppose to fix it. but it doesnt HELP