2013年7月25日 星期四

How to mount an Mac AFP share on Raspberry Pi

1.Download a apt client from  http://sourceforge.net/projects/afpfs-ng

2.

sudo apt-get install libfuse-dev libreadline-dev
./configure --enable-gcrypt=/usr/lib
make
sudo make install
sudo ldcondig

3.檢查是否安裝成功

#!afp_client status

3.

#!mount command
 mount_afp 'afp://[username]:[password]@[ip address]/My Book Thunderbolt Duo'  '/mnt/mac/'

4.#!umount command

afp_client umount /mnt/mac

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...