# AutoNAS Disk Configuration File # # Configuration format for different device types: # # External Storage (NFS): # UUID:name:ip:interface:mount_point:nfs_options # # Camera Import (integrated media importer): # UUID:name:IMPORT:IMPORT:temp_mount_point:destination_path # Note: Media importer script (/usr/local/bin/autonas-media-importer.sh) is built-in and non-configurable # # Examples: # 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) # 8765-4321:camera-real:IMPORT:IMPORT:/mnt/autonas/camera-real:/mnt/autonas/ext01/@Camera/import # # Default NFS Options (AutoNAS standard): *(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0) # - rw: Read/write access # - all_squash: Map all users to anonymous # - insecure: Allow connections from non-reserved ports # - async: Asynchronous writes (better performance) # - no_subtree_check: Better performance # - anonuid=0,anongid=0: Map anonymous to root (UID/GID 0) # # Rules for disk names: # - Max 50 characters # - Only letters, numbers, hyphens (-), underscores (_), and at symbol (@) # - Must start with letter or number # - Cannot use reserved names (root, home, tmp, etc.) # # Add your disk configurations below: