Re: [CentOS] Modifying files of NFS

2015-04-16 Thread Dennis Jacobfeuerborn
On 16.04.2015 02:12, Steven Tardy wrote: > >> I have an NFS storage system and want to run jpegoptim on several GB's >> of jpeg images and I'm wondering what the best approach is. >> Is it ok to run this operation on the Server itself while the clients >> have it mounted or will this lead to probl

Re: [CentOS] Modifying files of NFS

2015-04-15 Thread Steven Tardy
> I have an NFS storage system and want to run jpegoptim on several GB's > of jpeg images and I'm wondering what the best approach is. > Is it ok to run this operation on the Server itself while the clients > have it mounted or will this lead to problems like e.g. the dreaded > "stale filehandle"?

[CentOS] Modifying files of NFS

2015-04-15 Thread Dennis Jacobfeuerborn
Hi, I have an NFS storage system and want to run jpegoptim on several GB's of jpeg images and I'm wondering what the best approach is. Is it ok to run this operation on the Server itself while the clients have it mounted or will this lead to problems like e.g. the dreaded "stale filehandle"? Regar