0700 is an id used for microsoft basic data like fat32
You can correct it easily by using gdisk as this a disk with gpt partition table
- Code: Select all
gdisk /dev/sdb
in gdisk use the command "t" (without quotes) to change the partition type of all partitions (use 8300 instead of 0700)
Don't forget to use "w" to write the changes to disk
After that you will need again a reboot to let the kernel read the adapted table
PS Changing the partition type should not harm the data on the disk as long as you leave the start and end sector settings as they are but I do not give guarantees.
When you prepared the nwsp2 disk in the past you made apparently a mistake with the partition types :disapprove