In fact the mount command fails (and amazing there is no output with the command fdisk -l)
can't read '/etc/fstab': no such file or directory
I already see this error in the past but I don't remember well at what time :scratch
I think that I temporary fixed this warning by creating an empty file in /etc.
so in telnet do
- Code: Select all
touch /etc/fstab
check also if the file mtab exists in /etc (mount will fail if it is not here) but I think it must be here because mount lists some system partition
- Code: Select all
ls -l /etc/mtab
and try to mount manually sda5
- Code: Select all
mkdir /test
mount /dev/sda5 /test
if it's ok unmount the partition
- Code: Select all
umount /test (note umount instead of unmount)
close the telnet windows
but not reboot the NAS and try to use again the feature 'write firmware image'