Hi, I am trying to put dump file created by expdp to windows share, but keep getting error:


[root@oraracdub2 /]# cat /mnt/oradub1/datapump/fo61.log
;;;
Export: Release 10.2.0.3.0 - Production on Friday, 11 March, 2011 12:32:05

Copyright (c) 2003, 2005, Oracle. All rights reserved.
;;;
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, Real Application Clusters, Oracle Label Security, OLAP,
Data Mining and Real Application Testing options
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/mnt/oradub1/datapump/fo61.dmp"
ORA-27041: unable to open file
Linux-x86_64 Error: 13: Permission denied
Additional information: 2



All files in the share have this permition, I can create delete any files from linux box, even Data Pump itself create a log file with errors

[root@oraracdub2 /]# ls -lat /mnt/oradub1/datapump/
total 69834081
-rw-rw---- 1 root root 570 Mar 11 12:32 fo61.log
drwxrwxrwx 1 root root 0 Mar 11 12:32 .
-rwxrwSrwt 1 root root 397 Mar 11 11:10 fo61_1.log
-rwxrwSrwt 1 root root 61050 Mar 11 11:00 fo530.log
-rwxrwSrwt 1 root root 227078144 Mar 11 11:00 FO530.DMP
drwxrwxrwx 1 root root 0 Mar 10 18:08 ..
-rwxrwSrwt 1 root root 79905 Feb 28 19:15 ALETTI_170910i.log
-rwxrwSrwt 1 root root 78190 Feb 28 16:24 ALETTI_170910.log
-rwxrwSrwt 1 root root 9933185812 Feb 28 16:24 ALETTI_170910.DMP.gz


I granted ALL on this directory to public.


I will appreciate it very much if you could advice what is missing here.