Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

doynton

macrumors 6502
Original poster
Oct 19, 2014
299
17
I have CentOS 7 running in Virtualbox on Yosemite and would like to connect from CentOs to a shared directory ~/Downloads/Transmission on the Mac host using CIFS. I have turned on file sharing and defined the share giving everyone read/write.

When I try to mount the share it fails. I've tried with and without the domain, using a credentials file but all I ever get is "Mount error(13) Permission denied"

This is the log from Terminal showing permissions on the Mac and attempted mount from the CentOS machine (which is called "transmission").

Any ideas what I'm missing?

Code:
adams-MBP:Downloads adam$ [B]ls -l[/B]
total 0
drwxrwxrwx@ 6 adam  staff  204 Oct 28 19:17 BootCamp5
drwxrwxrwx  3 adam  staff  102 Nov  7 19:33 Transmission
adams-MBP:Downloads adam$ [B]ssh root@transmission[/B]
root@transmission's password: 
Last login: Fri Nov  7 19:56:29 2014 from adams-mbp
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
[root@Transmission ~]# [B]mount -t cifs //adams-mbp/Transmission /mnt/adams-mbp -o user=adam,domain=adams-MBP,password=password[/B]
[B][COLOR="Red"]mount error(13): Permission denied[/COLOR][/B]
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[root@Transmission ~]# [B]exit[/B]
logout
Connection to transmission closed.
adams-MBP:Downloads adam$
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.