So now in the web-interface, the data partition must be displayed and you can create some shares.
But i don't still understand why this partition is not mounted when the NAS is booting :scratch
Create a new one for example 'fvdw' : this will allow to resetting the samba server...(later for managing the NAS you will need to have the share fvdw).
from your PC, copy the attached file on the share 'public' ( to see the public share check if in the LAN menu, you use the same workgroup between the NAS and your PC)
After unzipping the file, do these commands
- Code: Select all
cp -iv /share/1000/public/globals.inc /etc/inc
/sbin/reboot -f
After rebooting, restart your shell console in Putty and do these commands :
- Code: Select all
mount
if sda8 is not mounted, mount sda8
- Code: Select all
mount /dev/sda8 /share/1000
And make these last commands
- Code: Select all
cp /boot.log /share/1000/public
cp /rw_fs/tmp/var/log/messages /share/1000/public
Post these two files which are now present in the public share.
You do not have the required permissions to view the files attached to this post.