Goodday.

OS: Redhat 9

Harddisk : FAT
Need help becoz i couldnt really get users to write data into my FAT formatted harddisk.
i have aready mounted hdb5 (which is the FAT harddisk) to a folder call "windows"

Only Root have RWX permission on FAT windows.
[root@localhost mnt]# ls -l windows
total 4
drwxr-xr-x 2 root root 4096 Jun 8 00:58 Recycled

I want to allow user to have Write permission on the harddisk as well.
[root@localhost mnt]# chmod u=rwx windows

[root@localhost mnt]# ls -l windows
total 4
drwxr-xr-x 2 root root 4096 Jun 8 00:58 Recycled

But it doesnt work

I tried to change ownership to a user call novkhan but it doesnt work as well!

[root@localhost mnt]# chown novkhan windows
chown: changing ownership of `windows': Operation not permitted
[root@localhost mnt]# ls -l windows
total 4
drwxr-xr-x 2 root root 4096 Jun 8 00:58 Recycled

I hope to achieve WRX for all users on my FAT Harddisk.

drwxr-wxr-wxr

please help !
Thankyou!