Is my Vera Plus running from the SSD?

I’ve had an SSD connected to my Vera Plus using a powered USB hub for several years and have used the extroot script to move the filesystem there. Yesterday the USB hub failed so I had to replace it. At the same time I updated the Vera firware to the latest 7.31. AFter doing that I tried again to use the SSD for the filesystem. But going to Settings → Logs and trying to Store logs on USB device (several times) I’m not sure where I stand. Using PuTTY to log in and look at filesystems this is what I see:
root@MiOS_xxxxxxxx:~# df -h

Filesystem                Size      Used Available Use% Mounted on
rootfs                   28.7G    226.9M     27.0G   1% /
/dev/root                 8.0M      8.0M         0 100% /rom/rom
tmpfs                   124.3M    388.0K    124.0M   0% /tmp
/dev/mtdblock6           10.6M      1.3M      9.3M  12% /rom/overlay
overlayfs:/overlay       10.6M      1.3M      9.3M  12% /rom
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/mtdblock10          50.0M     12.0M     38.0M  24% /rom/storage
/dev/mtdblock10          50.0M     12.0M     38.0M  24% /rom/etc/cmh-firmware
/dev/mtdblock10          50.0M     12.0M     38.0M  24% /rom/etc/cmh-backup
/dev/sda1               487.8M      2.9M    455.4M   1% /tmp/log/cmh
/dev/mtdblock9            9.8M      9.8M         0 100% /rom/mios
/dev/mtdblock10          50.0M     12.0M     38.0M  24% /rom/etc/cmh-ludl
/dev/mtdblock11          19.3M      1.2M     18.1M   6% /rom/ezmi
/dev/mtdblock11          19.3M      1.2M     18.1M   6% /rom/etc/cmh
/dev/mtdblock5            8.0M      8.0M         0 100% /rom/mnt/mtdblock5
/dev/sda2                28.7G    226.9M     27.0G   1% /

root@MiOS_xxxxxxxx:~#

So where is the Vera running from? What is on the hub and what is on the SSD?
Also - where is the LuaUPnP.log file? There’s an old one in /tmp/log/cmh but I can’t find the current one. I know it’s out there somewhere because http://[my Vera IP address]/cgi-bin/cmh/log.sh?Device=LuaUPnP displays it in a browser.

It seems most of it is on your SSD, which is presumable ~30GB in size. /dev/sda1 and /dev/sda2 are partitions on this drive.

As the roots is using this drive, that’s where most things end up. Only /tmp is stored on it’s internal memory.