So I made a mistake and using fdisk I deleted the entire partition table and created a MBR.
Here's the current output from fdisk.
Tried scrubbing rpool and no errors have been found
The system uses ZFS, it's stil running and everything still works. I'm sure if I reboot it's bust.
So how do I recover??
Here's the current output from fdisk.
Code:
Disk /dev/nvme1n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC WDS500G1B0C-00S6U0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x17eb196b
Tried scrubbing rpool and no errors have been found
Code:
root@proxmox:/# zpool status rpool
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 00:05:47 with 0 errors on Fri Jan 12 22:34:50 2024
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
nvme-eui.1911494560130001001b444a44853f00-part3 ONLINE 0 0 0
errors: No known data errors
The system uses ZFS, it's stil running and everything still works. I'm sure if I reboot it's bust.
So how do I recover??