Can I filter file type in nfs?

I exported my disk as an nfs. Now I want to control the users to save only some types of file to my disk (by considering the extension of the files). Are there any ways to do this?

Thanks.
 
Nope. Filtering by file extension is pretty useless anyway. What's stopping a user from renaming a file to an extension that's allowed?
 
SirDice said:
Nope. Filtering by file extension is pretty useless anyway. What's stopping a user from renaming a file to an extension that's allowed?
Yes, it's useless. Users just change the file name, however it's requirement of my clients. They found that samba has this feature so they require it in their nfs.
 
tanakorn said:
Yes, it's useless. Users just change the file name, however it's requirement of my clients.
Wrong reason to implement it. Educate your client.

They found that samba has this feature so they require it in their nfs.
I'm assuming they're referring to the "veto files" option?

What are they trying to achieve?
 
Yes, they mean veto file option. I know that it also accepts the forbidden files from users but it doesn't show when users list it. They don't care about this. :p

Thank you for your answers. ;)
 
Back
Top