autoNAS / config / disks.conf
Newer Older
31 lines | 1.398kb
Bogdan Timofte authored 3 months ago
1
# AutoNAS Disk Configuration File
2
#
3
# Configuration format for different device types:
4
#
5
# External Storage (NFS):
6
# UUID:name:ip:interface:mount_point:nfs_options
7
#
8
# Camera Import (integrated media importer):
9
# UUID:name:IMPORT:IMPORT:temp_mount_point:destination_path
Bogdan Timofte authored 2 weeks ago
10
# Note: Media importer script (/usr/local/lib/xdev/autonas/autonas-media-importer.sh) is built-in and non-configurable
Bogdan Timofte authored 3 months ago
11
#
12
# Examples:
13
# f6ac3d86-5681-4b33-bc64-aa272b333057:ext01:192.168.10.21:thunderbridge:/mnt/autonas/ext01:*(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0)
14
# 8765-4321:camera-real:IMPORT:IMPORT:/mnt/autonas/camera-real:/mnt/autonas/ext01/@Camera/import
Bogdan Timofte authored 2 weeks ago
15
# 766C-1A0F:gopro-sd:IMPORT:IMPORT:/mnt/autonas/gopro-sd:/mnt/autonas/ext01/@Camera/gopro
Bogdan Timofte authored 3 months ago
16
#
17
# Default NFS Options (AutoNAS standard): *(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0)
18
# - rw: Read/write access
19
# - all_squash: Map all users to anonymous
20
# - insecure: Allow connections from non-reserved ports
21
# - async: Asynchronous writes (better performance)
22
# - no_subtree_check: Better performance
23
# - anonuid=0,anongid=0: Map anonymous to root (UID/GID 0)
24
#
25
# Rules for disk names:
26
# - Max 50 characters
27
# - Only letters, numbers, hyphens (-), underscores (_), and at symbol (@)
28
# - Must start with letter or number
29
# - Cannot use reserved names (root, home, tmp, etc.)
30
#
31
# Add your disk configurations below: