thank you for the assistance...
I did exactly as you mentioned.
- boot a new yun
- install 1.5.2
- reboot it with no SD
- edit /etc/config/fstab and pasted
config mount
option target '/overlay'
option device '/dev/sda2'
option fstype 'ext4'
option enabled '1'
option enabled_fsck '0'
option options 'rw,sync,noatime,nodiratime'
- turn off
- insert SD that works good in another yun
- turn on
BUT
it mounts the SD as
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=30560k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
/dev/sda2 on /tmp/overlay-disabled type ext4 (rw,sync,noatime,nodiratime,user_xattr,barrier=1,data=ordered)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sda1 on /mnt/sda1 type vfat (rw,sync,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
none on /proc/bus/usb type usbfs (rw,relatime)
as
/dev/sda2 on /tmp/overlay-disabled type ext4 (rw,sync,noatime,nodiratime,user_xattr,barrier=1,data=ordered)
so it is mounted, but not as the main file system, just at some odd /tmp/overlay-disabled dir
does this help
thx for reading,
Sean.