Anyone know how to map a Linux (CentOS 6.2) drive to a Mac (Snow Leopard)? I have root privileges. The Linux machine is not in a local network, but accessed via the internet.
|
I don't know about other people, but sshfs works fine for me. Alternatively, you could set up a VPN and then do a samba mount, which is cumbersome but works. Or better yet, you could do a nfs mount, which is about as simple as you can get. |
|||||||
|
|
If you want to use the native AFP protocol to share with the Apple, use
It's in the EPEL repos. Since the other box is somewhere on the Internet, you can can use OpenVPN to set up a connection between the two. If the Linux box is the OpenVPN server, TunnelBlick works very well as an OpenVPN client on the Mac. |
|||
|
|
|
iSCSI is another possible solution for your problem. While the iSCSI-target is freely available on CentOS, you probably have to buy a iSCSI-inittiator solution for MAC. At least I found some hits with reports about working commercial iSCSI-initiators for Snow Leopard. |
|||
|
|