NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
eep1fc
Apr 28, 2017Tutor
All apps disppeared from the admin webpage
Hello, Since a while back I noticed that all the apps disappeared fromt he admin page of my ReadyNas104. I kind of hoped that they may come back after firmware upgrades. However, after a few ( th...
- May 02, 2017
I think I sorted it out by modifying apps.mount.
I replaced two HDDs in the system in the past. Unfortunately /data was on them. when the two new HDDs mounted, the system didnt seem to update fully to reflect the changes. therefore the /apps got lost.
now I have all the apps back.
jak0lantash
May 02, 2017Mentor
If you're already in SSH, another nonintrusive test you can do - and that's useful in a LOT of situations:
1. From SSH, run
journalctl -a
2. Refresh the app page (with the refresh icon within the GUI).
3. Wait for the refresh to complete and the page to be blank.
4. Stop the journalctl command.
5. Analyse the logs you have captured.
eep1fc
May 02, 2017Tutor
I think I sorted it out by modifying apps.mount.
I replaced two HDDs in the system in the past. Unfortunately /data was on them. when the two new HDDs mounted, the system didnt seem to update fully to reflect the changes. therefore the /apps got lost.
now I have all the apps back.
- mdgm-ntgrMay 03, 2017NETGEAR Employee Retired
Note that for the home folder mount you'd need to do a similar modification to home.mount (replace the old data volume name with the new one).
- eep1fcMay 03, 2017Tutor
Thanks updating the /home also works as expected..
I can close this ticket now.
- darkazekMay 09, 2017Aspirant
Hello, i have the same problem=(
Can you suggest in more detail how you solved the problem? My knowledge on the command line is not very good
Spoilerroot@NetgearNAS:~# mount
udev on /dev type devtmpfs (rw,noatime,nodiratime,size=10240k,nr_inodes=124735,mode=755)
devpts on /dev/pts type devpts (rw,noatime,nodiratime,mode=600,ptmxmode=000)
/dev/md0 on / type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=5,subvol=/)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime,nodiratime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime,nodiratime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,noatime,nodiratime,size=250708k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,blkio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,freezer)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,noatime,nodiratime,cpu,cpuacct)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,noatime,nodiratime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,noatime,nodiratime)
mqueue on /dev/mqueue type mqueue (rw,noatime,nodiratime)
configfs on /sys/kernel/config type configfs (rw,noatime,nodiratime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,noatime,nodiratime)
/dev/md126 on /HDD_1 type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=5,subvol=/)
/dev/md127 on /HDD_2 type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=5,subvol=/)
/dev/md127 on /var/ftp/Video type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=258,subvol=/Video)
/dev/md126 on /var/ftp/Video_2 type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=920,subvol=/Video_2)
/dev/md0 on /run/nfs4/home type btrfs (rw,noatime,nodiratime,nospace_cache,subvolid=5,subvol=/home) - mdgm-ntgrMay 09, 2017NETGEAR Employee Retired
You'd use a text editor e.g. vim.tiny or use a command such as sed or awk
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!