Running OMV6 on rasbian 64bit lite. I get to the part in the omv beginner guide where i must wipe my storage disk. I do this, get an error. guide warns, you may get an error, so run it again. Ran it 4 or 5 times, error every time:
> Warning! Read error 5; strange behavior now likely! Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Warning! Read error 5; strange behavior now likely! Warning: Partition table header claims that the size of partition table entries is 0 bytes, but this program supports only 128-byte entries. Adjusting accordingly, but partition table may be garbage. Creating new GPT entries in memory. Warning! GPT main header not overwritten! Error is 5
shrug this off, proceed in guide to next step, file system > create file system. another error. nothing happens beyond the error so i feel i’m at a point where i need to face the first error i was receiving, which must play into this.
- slightly more to this… when i inspect the drive /dev/sdb in parted, it has a ‘unrecognised disk label’ error. it’s unable to create a new label or partition in parted. i plugged it into my windows, was able to reassign gpt and format it as exfat. unmount from windows, reconnect to linux. fire it back up, looks normal in omv. it shows that it has a exfat filesystem and can be mounted. assume that, per the beginners guide, i need to wipe this and format it to ext4. the quick wipe this time looks promising, spinning for a while, and then finally spitting out the exact same error as before. once again, go to filesystem to create an ext4 filesystem… same error as before here. back to parted, once again, unrecognized disk label.
What am i doing wrong here? Something about the workflow i’m following is resulting in problems. it’s a bit tedious to get it moved back and forth to windows/linux. my wd red plus drive is going from fully functional in windows, to completley unusable in linux along this listed workflow. Once again, any thoughts are helpful.
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; sgdisk --new=1:0:0 --typecode=1:8300 --print '/dev/sdb' 2>&1' with exit code '4': Warning! Read error
5
; strange behavior now likely!
Warning: Partition table header claims that the size of partition table
entries is
0
bytes, but this program
supports only
128
-byte entries.
Adjusting accordingly, but partition table may be garbage.
Warning! Read error
5
; strange behavior now likely!
Warning: Partition table header claims that the size of partition table
entries is
0
bytes, but this program
supports only
128
-byte entries.
Adjusting accordingly, but partition table may be garbage.
Creating new GPT entries in memory.
Disk /dev/sdb: 7814037168 sectors, 3.6 TiB
Model: sata
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 80464B4A-BE40-4807-992B-0010D717BB48
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 7814037134 3.6 TiB 8300
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.
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; sgdisk --new=1:0:0 --typecode=1:8300 --print '/dev/sdb' 2>&1' with exit code '4': Warning! Read error
5
; strange behavior now likely!
Warning: Partition table header claims that the size of partition table
entries is
0
bytes, but this program
supports only
128
-byte entries.
Adjusting accordingly, but partition table may be garbage.
Warning! Read error
5
; strange behavior now likely!
Warning: Partition table header claims that the size of partition table
entries is
0
bytes, but this program
supports only
128
-byte entries.
Adjusting accordingly, but partition table may be garbage.
Creating new GPT entries in memory.
Disk /dev/sdb: 7814037168 sectors, 3.6 TiB
Model: sata
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): 80464B4A-BE40-4807-992B-0010D717BB48
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 7814037134 3.6 TiB 8300
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. in /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc:664
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(588): Engined\Rpc\OMVRpcServiceFileSystemMgmt->Engined\Rpc\{closure}('/tmp/bgstatusHk...', '/tmp/bgoutputiq...')
#1 /usr/share/openmediavault/engined/rpc/filesystemmgmt.inc(709): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure), NULL, Object(Closure))
#2 [internal function]: Engined\Rpc\OMVRpcServiceFileSystemMgmt->create(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('create', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('FileSystemMgmt', 'create', Array, Array, 1)
#6 {main}
https://wiki.omv-extras.org/doku.php?id=omv6_new_user_guide#basic_openmediavault_configuration
beginner guide im following