access mac shared folder from ubuntu
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