Please run the following command to find out which kernel you are running on your NS2
- Code: Select all
uname -rv
If this returns something with 2.6.33.1 instead of 2.6.39.4 then we have found the reason of your problem
The 2.6.33.1 kernel needs to load the cifs module separately, the 2.6.39.4 kernel has it included in the kernel and the newer firmware doesn't load a cifs module anymore
In the upgrade process to 12-1 the kernel should have been upgrade to 2.6.39.4
if for whatever reason this did not happen on your NS2 and it is still using the the 2.6.33.1 kernel then indeed the mount will fail. It also explains why the NS2 does not detect any USB disk connected to the front port USB. Also that is managed differently and now designed for the 2.6.39.4 kernel
attached the kernel of the 12-1 firmware
unpack te zip file and put it somewhere on the NS2
then write it to /dev/sda6
- Code: Select all
dd if=/path-to/UIMAGE-26394-NWSP2CL-9 of=/dev/sda6
replace "path-to" by the actual path to the place were you have put the kernel image
If for example you have put it in the fvdw share this will be /share/1000/fvdw
And finally be 100% sure you write it to /dev/sda6