# getnas **Repository Path**: jf12458_admin_admin/getnas ## Basic Information - **Project Name**: getnas - **Description**: 从零开始,用一台普通电脑打造一台 NAS 存储服务器。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-04-06 - **Last Updated**: 2022-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一台电脑的 NAS 之旅 本手册将指导您构建一台 `NAS` 网络存储服务器,您可以使用手边闲置的台式机、笔记本或像树莓派一样的卡片电脑。我们将从系统安装开始,一步一步打造拥有丰富功能的存储服务器。 ## 构建目标 遵照本项目的指导,你最终会将一台普通的计算机(PC)打造成为具有以下功能的 NAS 服务器: * 具有扩容能力的存储系统 * 多用户私有网盘 * 全能下载机 * 文件共享 * 文件同步 * Apple TimeMachine(时光机) 搭配云服务器、国际域名、邮件推送等云计算资源,将能实现以下功能: * 通过互联网访问网盘等功能 * 远程管理服务器 * 离线下载 * 基于 P2P 的虚拟专用网 * E-mail 故障通知 ## 适用群体 原则上本方案适用于任何人,我们会尽可能提供详细的操作说明,没有 `Linux` 系统使用经验的用户可能需要额外掌握一些知识,因此构建过程会相应延长。 ## 风险提示 本指南尚未创作完毕,在此期间,目录、标题和内容随时都可能发生较大变动。建议 **暂时** 不要构建用于生产环境的 NAS 服务器。 ## 目录 * [项目概述](summary.md) * [准备工作](preparations.md) * [制作 U 盘系统安装盘](system-installation/usb-installer.md) * [安装 Debian 操作系统](system-installation/system-installation.md) * [第一次启动](the-first-boot/the-first-boot.md) * [更新系统](initialization/system-upgrade.md) * [通过 SSH 远程管理服务器](initialization/use-ssh.md) * [存储管理](storage) * [准备数据盘](storage/prepare-hdd.md) * [系统 U 盘分区容量调整](storage/resize-flashdrive.md) * [方案一 直接使用硬盘分区](storage/case-one.md) * [方案二 硬盘 + LVM](storage/case-two.md) * [方案三 直接使用 RAID 磁盘阵列](storage/case-three.md) * [方案四 RAID + LVM](storage/case-four.md) * [局域网文件共享 - Samba](samba) * [Samba 共享配置](samba/create-samba-share.md) * [用各种设备访问共享](samba/access-samba-share.md) * [跨平台文件同步 - Syncthing](syncthing) * [全能下载机](download-machine) * [全能下载工具 Aria2 配置](download-machine/aria2-settings.md) * [BT/PT 下载工具 Transmission 配置](download-machine/transmission-settings.md) * [BT 下载工具 qBittorrent 配置](download-machine/qbittorrent-settings.md) * [多用户私有云网盘 - NextCloud](nextcloud) * [使用 Let's Encrypt 实现加密的 HTTPS 协议](nextcloud/frp_letsencrypt.md) * [Apple Time Machine](time-machine) * [Time Machine 配置](time-machine/time-machine-settings.md) * [使用 Time Machine](time-machine/time-machine-usage.md) * [常见问题](questions) * [UEFI 模式 Debian 启动失败进入 initramfs](questions/uefi-cannot-boot.md) * [修改 Docker 默认存储目录](questions/docker-root.md) ## 采用的开源项目 * [Ubuntu](https://www.ubuntu.com/server) * [Debian](https://www.debian.org/) * [NextCloud](https://www.nextcloud.com) * [Syncthing](https://syncthing.net/) * [Aria2](https://aria2.github.io/) * [qBittorrent](https://www.qbittorrent.org/) * [Samba](https://www.samba.org/) * [Apache](http://httpd.apache.org/) * [MariaDB](https://downloads.mariadb.org/) * [Tinc](https://www.tinc-vpn.org/) * [Netatalk](http://netatalk.sourceforge.net/) * [Avahi](http://avahi.org/) * [frp](https://github.com/fatedier/frp) * [webui-aria2](https://github.com/ziahamza/webui-aria2) * [Docker](https://www.docker.com/) * [Transmission](https://transmissionbt.com) ## 写作规范 [项目写作规范](writing-guidelines.md) ## 赞助 & 合作 * [赞助本项目](sponsor/sponsor.md) ## 版权 & 许可 版权所有 ©️ 2017-2018 [于鸿儒](https://twitter.com/herald_yu) (Herald Yu) [知识共享许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) 本作品采用 [署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh) 进行许可。