Solution for Missing ‘Mount Points’ in OpenWrt Navigation Menu

Install the following plugins:

Solution for Missing 'Mount Points' in OpenWrt Navigation Menu

Method 1: Install via Command Line:

opkg update  # Update package
opkg install kmod-usb-storage block-mount samba36-server luci-app-samba ntfs-3g

The key plugin that enables the “Mount Points” menu is luci-app-samba. The others are necessary plugins for mounting NTFS formatted disks.

Method 2: Using the Web Management Interface:

Go to: System -> Software Packages, first click to update the list, then enter: luci-app-samba,

Once found, install it, which will also install samba36-server, thus enabling the “Mount Points” menu.

Leave a Comment