well the problem is found the partition table is not correct it contains still parts from the original lacie firmware
The output should be more like this (not that this is for a 3TB disk in your case sda8 will be more close to 1.8 TB instead of 2.7 TB
- Code: Select all
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): BCCC1E49-2DBF-4FCF-9FE5-24DCA0013C87
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4062 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 4096 1052671 512.0 MiB 8300 Linux filesystem
2 1052672 2101247 512.0 MiB 8300 Linux filesystem
3 2101248 3149823 512.0 MiB 8200 Linux swap
4 3149824 3166207 8.0 MiB 8300 Linux filesystem
5 3166208 4739071 768.0 MiB 8300 Linux filesystem
6 4739072 4755455 8.0 MiB 8300 Linux filesystem
7 4755456 5804031 512.0 MiB 8300 Linux filesystem
8 5804032 5860533134 2.7 TiB 8300 Linux filesystem
root@fvdwsl-5big2:/share/1000/fvdw/nzbget-12.0 #
The only way to correct this is to repeat the process.
Load the standalone kernel
delete all partitions manually so that there no partitions on the disk and then run the fvdw-sl installer
To delete partitons when running the standalone kernel use the command
- Code: Select all
gdisk /dev/sda
then when gdisk is running you can use the command "d" (without the quotes) to delete partitions , it will ask the partition number to delete.
repeat the command until all partitions are gone. You can check which partitions are still present by using the "p" command in gdisk
When al are gone use the "w" command to write the empty partition table to disk and exit gdisk. If you don't use the "w" command the changes are not made.
After that upload the the fvdw-sl installer and follow the instruction, do not choose the option to make backups.