2 Answers
- Newest
- Most votes
- Most comments
0
As the error message states mountpoint as /efs and not /efsdir , Please review if you are using correct mount command.
Please also note , While creating directory give path only as '/rdsefs-<EFS-ID>/' , and not as '/rdsefs-<EFS-ID>/efsdir'.
BEGIN
rdsadmin.rdsadmin_util.create_directory_efs
( p_directory_name => 'DATA_PUMP_DIR_EFS',
p_path_on_efs => '/rdsefs-<EFS-ID>/');
END;
/
As mountpoint is represented by '/rdsefs-<EFS-ID>/' only. If you create further directories inside /efsdir mountpoint , then the path has to be specified.
0
Just looking at the error message, it shows the mount path as:
/rdsefs-<EFS-ID>/efs/
but you said that the path you created was:
/rdsefs-<EFS-ID>/efsdir
Perhaps check first if those match in your actual configuration?
Relevant content
- asked 2 years ago
- asked a year ago
