In this topic you can read how to find out if you have a classic or lite version
http://plugout.net/viewtopic.php?f=11&t=213In case you have a classic, it is likely that it won't support GPT partition tables, I have seen only a few that supports it. For a person with no linux experience and not having a disk with firmware it is not so easy to find out if your nwsp2 classic has the correct bootloader.
What you need to do is start the fvdw-sl console and choose action "u-boot console". (read the help file how to start it and how to use it, help file is included in the fvdw-sl console) at the marvell>> prompt type as command
- Code: Select all
printenv uboot_capabilities
It will give output like this if it supports GPT
- Code: Select all
Marvell>> printenv uboot_capabilities
printenv uboot_capabilities
uboot_capabilities=gpt,lba64
If it is not equal to this output it doesnot support GPT partition tables and you will need to upgrade u-boot to get be able to use a 6TB disk as it requires a GPT partition table