Skip to content

Add ons feature : mounting drives

Alexandre edited this page Apr 15, 2023 · 5 revisions

Most add-ons include a specific code that allows mounting local or smb drives.

Local drives mount

Add-ons that support this option have the localdisks option.

How to fill 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

How to use mounted drive

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.

Supported hardware devices

"/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"

SMB drives mount