Add server fstab
This commit is contained in:
parent
4051bb99d0
commit
a3ee6e8a7c
@ -148,7 +148,8 @@ TODO, not yet designed.
|
||||
|
||||
# Share Dependence
|
||||
| Share | Dependent Service(s) |
|
||||
|:----------:|:-----------------:|
|
||||
| Text | server/calibre-web |
|
||||
|:----------:|:--------------------:|
|
||||
| Text | server/calibre-web |
|
||||
| Torrenting | seedbox/EMP, seedbox/GGN, seedbox/MAM, seedbox/PUB |
|
||||
| Media | server/autopirate, server/plex |
|
||||
| Media | server/autopirate, server/plex |
|
||||
| Backups | server/cron |
|
@ -14,4 +14,12 @@ This repository is automatically pushed to the host when a change is made to a f
|
||||
## Sharing Files
|
||||
For files smaller than 2 GB, use [XBackBone](https://xbackbone.jafner.net).
|
||||
For files between 2 GB and 400 GB, use [Mega](https://mega.io/).
|
||||
For files greater than 400 GB, ship a drive.
|
||||
For files greater than 400 GB, ship a drive.
|
||||
|
||||
## System `/etc/fstab`
|
||||
//joey-nas/media /mnt/nas/media cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0
|
||||
//joey-nas/Text/Calibre /mnt/nas/calibre cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0
|
||||
//joey-nas/torrenting /mnt/nas/torrenting cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0
|
||||
//joey-nas/backups /mnt/nas/backups cifs user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0 0 0
|
||||
|
||||
/dev/md0 /mnt/md0 ext4 defaults,nofail,discard 0 0
|
Loading…
Reference in New Issue
Block a user