NWSP2 Classic GPT Table

NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 9:09 am

Hi all,

At the moment I can only access gdisk when I boot with the standalone kernel. I'd like to create a 1TB partition table table. Could anybody share the partition table? I flashed the bootloader earlier so I can use GPT partitions on my NWSP2 Classic.
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Re: NWSP2 Classic GPT Table

Postby Jocko » Sat Jan 23, 2021 10:39 am

Hi Nabil89,

So it seems you used fvdw-sl console so why you did not use its install script ? So use action "Install fvdw-sl firmware" :scratch
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 11:39 am

I did use the install script. But it stops after I select my device and this is shown:

fdisk: can't open '/dev/sda'
diskid=none

There was an error detecting device sda, this device is required to install firmware.
Installer will exit.

I also can't open fdisk, gdisk only.
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Re: NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 11:50 am

And this is the output in gdisk:

Code: Select all
root@fvdw-sta-kirkwood:/ # gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.5

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************

Disk /dev/sda: 0 sectors, 0 bytes
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 18446744073709551582
Partitions will be aligned on 2048-sector boundaries
Total free space is 0 sectors (0 bytes)

Number  Start (sector)    End (sector)  Size       Code  Name
root@fvdw-sta-kirkwood:/ #
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Re: NWSP2 Classic GPT Table

Postby Jocko » Sat Jan 23, 2021 3:32 pm

Indeed you have an amazing disk !
Code: Select all
First usable sector is 34, last usable sector is 18446744073709551582
So A very very large disk :shocked :shocked :shocked
18446744073709551582 <=> >1 000 000 000 TB :pound

I think it is related with your wrong mbr table or it is a defective disk.

So still from a standalone session, run
Code: Select all
dd if=/dev/zero of=/dev/sda bs=1M count=1
and post again
Code: Select all
gdisk -l /dev/sda


Note: anyhow in its current state, you will never be able to create a partition table on the disk
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 4:40 pm

I think (and hope) it's related with the wrong mbr and able to fix it. This is the output:

Code: Select all
root@fvdw-sta-kirkwood:/ # dd if=/dev/zero of=/dev/sda bs=1M count=1
dd: writing '/dev/sda': No space left on device
1+0 records in
0+0 records out
0 bytes (0B) copied, 0.006078 seconds, 0B/s
root@fvdw-sta-kirkwood:/ # gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.5

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************

Disk /dev/sda: 0 sectors, 0 bytes
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 18446744073709551582
Partitions will be aligned on 2048-sector boundaries
Total free space is 0 sectors (0 bytes)

Number  Start (sector)    End (sector)  Size       Code  Name
root@fvdw-sta-kirkwood:/ #
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Re: NWSP2 Classic GPT Table

Postby Jocko » Sat Jan 23, 2021 4:56 pm

So no progress...

we try another way from the standalone session:
Code: Select all
gdisk /dev/sda
and use the experts’ menu (Enter x) Then try to set a new protective MBR (Enter n and follow any dialogue questions)
So go back to the main menu (Enter m) and write the changes (Enter w)

Then post again
Code: Select all
gdisk -l /dev/sda
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 5:12 pm

No positive result :(

Code: Select all
root@fvdw-sta-kirkwood:/ # gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.5

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if
you don't want to convert your MBR partitions to GPT format!
***************************************************************


Command (? for help): x

Expert command (? for help): n

Expert command (? for help): m

Command (? for help): w
Caution! Secondary header was placed beyond the disk's limits! Moving the
header, but other problems may occur!

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): Y
OK; writing new GUID partition table (GPT) to /dev/sda.
Unable to save backup partition table! Perhaps the 'e' option on the experts'
menu will resolve this problem.
Warning! An error was reported when writing the partition table! This error
MIGHT be harmless, or the disk might be damaged! Checking it is advisable.

Command (? for help): gidk^Hsk^H^H
b       back up GPT data to a file
c       change a partition's name
d       delete a partition
i       show detailed information on a partition
l       list known partition types
n       add a new partition
o       create a new empty GUID partition table (GPT)
p       print the partition table
q       quit without saving changes
r       recovery and transformation options (experts only)
s       sort partitions
t       change a partition's type code
v       verify disk
w       write table to disk and exit
x       extra functionality (experts only)
?       print this menu

Command (? for help): q
root@fvdw-sta-kirkwood:/ # gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.5

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if
you don't want to convert your MBR partitions to GPT format!
***************************************************************


Command (? for help): x

Expert command (? for help): n

Expert command (? for help): m

Command (? for help): w
Caution! Secondary header was placed beyond the disk's limits! Moving the
header, but other problems may occur!

Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): Y
OK; writing new GUID partition table (GPT) to /dev/sda.
Unable to save backup partition table! Perhaps the 'e' option on the experts'
menu will resolve this problem.
Warning! An error was reported when writing the partition table! This error
MIGHT be harmless, or the disk might be damaged! Checking it is advisable.

Command (? for help): q
root@fvdw-sta-kirkwood:/ # gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.5

Problem reading disk in BasicMBRData::ReadMBRData()!
Warning! Read error 22; strange behavior now likely!
Warning! Read error 22; strange behavior now likely!
Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: not present


***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
***************************************************************

Disk /dev/sda: 0 sectors, 0 bytes
Logical sector size: 512 bytes
Disk identifier (GUID): 00000000-0000-0000-0000-000000000000
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 18446744073709551582
Partitions will be aligned on 2048-sector boundaries
Total free space is 0 sectors (0 bytes)

Number  Start (sector)    End (sector)  Size       Code  Name
root@fvdw-sta-kirkwood:/ #
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Re: NWSP2 Classic GPT Table

Postby Jocko » Sat Jan 23, 2021 5:27 pm

I am sorry but it seems you have a damaged disk and I have no more idea.

Wait fvdw maybe he will have other suggestions
Jocko
Site Admin - expert
 
Posts: 11529
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: NWSP2 Classic GPT Table

Postby Nabil89 » Sat Jan 23, 2021 5:37 pm

Ok i'll wait. Thanks for your help so far.
Nabil89
 
Posts: 6
Joined: Tue Jan 19, 2021 6:52 pm

Next

Return to Lacie Network Space vs2 and max version

Who is online

Users browsing this forum: No registered users and 5 guests