-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add packages to WD app browser #18
Comments
Chattr doesn't work on tmpfs, you need to bind-mount an ext4 volume first. |
stefaang, I just read your comment in hashashin/mycloudapps#1. I just checked on the EX4100 and found the following :
Not sure if that helps you to work out why this might work with no issues on ARM. Cheers, JediNite |
Some extra info. root@MyCloudEX2Ultra home # /bin/mount | /bin/grep root
%root% on / type unknown (rw)
root@MyCloudEX2Ultra home # cat /proc/mounts | grep root
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,relatime,errors=continue 0 0
root@MyCloudEX2Ultra home # cat /etc/fstab | grep ram
/dev/ram0 / ext2 defaults 1 1
root@MyCloudEX2Ultra home # /opt/bin/lsattr /var/www/xml/app_info.xml
------------------- /var/www/xml/apkg_all.xml
root@MyCloudPR4100 home # /bin/mount | /bin/grep root
%root% on / type unknown (rw)
root@MyCloudPR4100 home # cat /proc/mounts | grep root
rootfs / rootfs rw,relatime 0 0
root@MyCloudPR4100 home # /opt/bin/lsattr /var/www/xml/app_info.xml
lsattr: Inappropriate ioctl for device While reading flags on /var/www/xml/app_info.xml Searching for answers.. |
Add an 'appstore' hook into the WD web UI to fetch the latest packages.
The text was updated successfully, but these errors were encountered: