Mount disk on OpenWRT: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2025

  • curprev 17:5717:57, 19 April 2025Gyurci08 talk contribs 1,347 bytes +432 No edit summary
  • curprev 17:5517:55, 19 April 2025Gyurci08 talk contribs 915 bytes +915 Created page with "Category:OpenWRT == Prerequisites == * Sufficient free USB port and a supported storage device (e.g., USB flash drive, SSD) * SSH or terminal access to your device Install required packages: opkg update opkg install block-mount e2fsprogs kmod-usb-storage kmod-fs-ext4 == Install == 1. Identify your drive: ls -al /dev/sd* 2. (Optional) Format the drive (WARNING: erases all data!): mkfs.ext4 /dev/sdb 3. Create the mount point: mkdir -p /mnt/data 4. Mou..."