access mac shared folder from ubuntu

Published by onesixx on

How to mount SSH locations using SSHFS.

Step 1:

  • “On your Mac, open Sharing preferences if it isn’t already open, then select Remote Login. Selecting Remote Login also enables the secure FTP (sftp) service.”

Step 2: Ubuntu

install SSHFS

$ sudo apt-get install sshfs

Mount를 위한 폴더 생성

$ sudo mkdir /media/MAC

Mount the SSH Folder (sshfs 맥북[email protected]:/ /생성폴더)

$ sshfs [email protected]://media/MAC

Mount the SSH Folder #sshfs [email protected]:/ /mnt/macMount/

Then check to see it worked. cd /mnt/macMount and ls to confirm things are where they should be

Categories: Ubuntu

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x