redhat 8 下,如何更改vfat 分区文件属性??

redhat 8 下,如何更改vfat 分区文件属性??

such ...
    root:root (user:group)
    test:test  (user:group)
#whoami
  root
#mount -t vfat /dev/hda3 /mnt/hda3
#ls -l
  drwxr-xr-x    2 root     root         4096 10月  2 09:21 real
#chown -R test:test real
chown: changing ownership of `real': Operation not permitted
#ls -l
  drwxr-xr-x    2 root     root         4096 10月  2 09:21 real
??

thanks first....
i got the same problem?

please give us a answer!your help will be great appreaicated
这么小小的问题都解决不了?真没面子!
who!?
me/  
应该是...不能,毕竟linux里的文件属性vfat里是没有的.
这是文件系统的问题,尽靠操作系统是解决不了的.
I got!
我也想过那是分区格式的问题。
其实这个没什么,只是用非root用户对vfat分区操作比较麻烦而已。
thanks lot.

ps:我的一台计算机有两个硬盘。一块硬盘是Redhat 8 Linux 80G ,其中有一个vfat 用来和Windows共享数据。一个Win2KServer 80G,都是ntfs格式。