Raspberry Pi 挂载
参考 Configure NFS Server and NFS Client Raspberry Pi http://www.htpcguides.com/configure-nfs-server-and-nfs-client-raspberry-pi/ How do I mount directories from other Linux/Unix/BSD servers? How do I mount an NFS share? http://www.raspbian.org/RaspbianFAQ mount.cifs — mount using the Common Internet File System (CIFS) https://www.samba.org/samba/docs/man/manpages-3/mount.cifs.8.html fstab ( https://wiki.archlinux.org/index.php/Fstab ) Raspberry Pi 配置 nfs server 和 nfs client (主要用于Linux不同系统之间相互挂载) 配置 NFS Server 安装 NFS server 组件 sudo apt-get install nfs-common nfs-server -y or sudo apt-get install