-
-
Notifications
You must be signed in to change notification settings - Fork 240
Add ons feature : mounting drives
Most add-ons include a specific code that allows mounting local or smb drives.
Add-ons that support this option have the localdisks
option.
Write the hardware name of your drive to mount, or its label. Several drives can be mounted, each one must be separated by a comma.
Exemple: localdisks: sda1, sdb1, MYNAS
The drive will be mounted on /mnt/DISKNAME. DISKNAME represents the hardware name or label, as encoded in the localdisks
option
Exemple: /mnt/MYNAS
This drive is only mounted within the addon. It won't be available to other add-ons as long as you don't mount it.
"/dev/ttyUSB0", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/nvme", "/dev/nvme0n1p1", "/dev/nvme0n1p2", "/dev/mmcblk", "/dev/fuse", "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2", "/dev/sda3", "/dev/sdb3", "/dev/sda4", "/dev/sdb4", "/dev/nvme0", "/dev/nvme1", "/dev/nvme2"