Good day,
I have followed instructions, but must be misunderstanding something; I have tried 2 different ways:
Method One:
USB Drive, formatted ext4, labelled 'optware", extracted entware-cortex-a15-3x-initial-generic to flash drive.
Insert to router, reboot, it does not mount at all.
Method Two:
USB Drive, formatted ext4, labelled 'optware", extracted everything within "entware" directory within entware-cortex-a15-3x-initial-generic to flash drive.
Insert into router, reboot, nothing again.
Also tried to mount manually:
What did I misunderstand from the readme doc?
BTW - no idea what the sdg1 is, or why optware is linked to it.
Thanks for any advice!
I have followed instructions, but must be misunderstanding something; I have tried 2 different ways:
Method One:
USB Drive, formatted ext4, labelled 'optware", extracted entware-cortex-a15-3x-initial-generic to flash drive.
Code:
ls -lash optware/
total 28K
4.0K drwxr-xr-x 4 steve steve 4.0K Oct 28 12:17 .
4.0K drwxr-x---+ 3 steve steve 4.0K Oct 28 14:31 ..
4.0K drwxr-xr-x 4 steve steve 4.0K Oct 28 12:17 entware-cortex-a15-3x-initial-generic
16K drwx------ 2 steve steve 16K Oct 27 16:55 lost+found
Insert to router, reboot, it does not mount at all.
Code:
root@R9000:/dev$ mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
devtmpfs on /rom/dev type devtmpfs (rw,relatime,size=515196k,nr_inodes=128799,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=0k)
tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
none on /proc/bus/usb type usbfs (rw,relatime)
ubi0:overlay_volume on /overlay type ubifs (rw,relatime)
ubi1:plexmediaserver on /tmp/plexmediaserver type ubifs (rw,relatime)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
pstore on /tmp/ramoops/pstore type pstore (rw,relatime)
root@R9000:/dev$ uptime
14:32:41 up 5 min, load average: 0.25, 0.24, 0.11
Method Two:
USB Drive, formatted ext4, labelled 'optware", extracted everything within "entware" directory within entware-cortex-a15-3x-initial-generic to flash drive.
Code:
ls -lash optware/
total 48K
4.0K drwxr-xr-x 12 steve steve 4.0K Oct 15 04:14 .
4.0K drwxr-xr-x 4 steve steve 4.0K Oct 28 12:17 ..
4.0K drwxr-xr-x 2 steve steve 4.0K Oct 17 05:26 bin
4.0K drwxr-xr-x 5 steve steve 4.0K Oct 17 05:26 etc
4.0K drwxr-xr-x 2 steve steve 4.0K Oct 15 04:14 home
4.0K drwxr-xr-x 3 steve steve 4.0K Oct 17 05:26 lib
4.0K drwxr-xr-x 2 steve steve 4.0K Oct 17 05:26 root
4.0K drwxr-xr-x 2 steve steve 4.0K Oct 17 05:26 sbin
4.0K drwxr-xr-x 4 steve steve 4.0K Oct 15 04:14 share
4.0K drwxrwxrwx 3 steve steve 4.0K Oct 17 05:27 tmp
4.0K drwxr-xr-x 4 steve steve 4.0K Oct 15 04:14 usr
4.0K drwxr-xr-x 6 steve steve 4.0K Oct 17 05:26 var
Insert into router, reboot, nothing again.
Also tried to mount manually:
Code:
root@R9000:/tmp/mnt$ ls -lash
0 drwxr-xr-x 4 root root 100 Oct 28 14:43 .
0 drwxrwxrwt 35 root root 3.1k Oct 28 14:43 ..
0 lrwxrwxrwx 1 root root 4 Oct 28 14:27 optware -> sdg1
0 drwxr-xr-x 2 root root 40 Oct 28 14:27 sdg1
0 drwxr-xr-x 2 root root 40 Oct 28 14:43 test
root@R9000:/tmp/mnt$ mount /dev/sda1 /mnt/test/
mount: mounting /dev/sda1 on /mnt/test/ failed
What did I misunderstand from the readme doc?
BTW - no idea what the sdg1 is, or why optware is linked to it.
Thanks for any advice!