Erman Arslan's Oracle Forum
›
Linux
Login
Register
Search
everywhere
only in this topic
Advanced Search
mount backup from SAN storage area
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Roshan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jun 24, 2016; 5:46am
mount backup from SAN storage area
1294 posts
Hello,
I am tring to mount backup from another server using:
mount -t cifs -o -username=erpbackup,password=P@ssw0rd,dir_mode=0777,file_mode=0777 //172.25.43.59/ERPPRODDB /backup
It says:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I checked the log file:
grep -i cifs /var/log/messages
from the log:
Jun 24 08:15:11 erpbi kernel: CIFS: Unknown mount option -username
Jun 24 08:15:11 erpbi kernel: CIFS VFS: Send error in SessSetup = -13
Jun 24 08:15:11 erpbi kernel: CIFS VFS: cifs_mount failed w/return code = -13
I tried it on another machine it worked.
Regards,
Roshan
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jun 24, 2016; 6:01am
Re: mount backup from SAN storage area
Administrator
5727 posts
your syntax is wrong, and your windows share permissions should be configured properly.
Read this carefully,it answers all ;
https://access.redhat.com/solutions/448263
there is no "-" before username
Free forum by Nabble
Edit this page