Storage drive bricked!? Unable to mount a full disk

imaginebricking

New Member
Oct 7, 2024
13
0
1
I cannot mount my physical storage disk which had previously been mounted.
As soon as I run the mount command in Ubuntu terminal, my VM freezes and Proxmox shows "IO error". The drive is 100% full so it's not really surprising (not sure how that happened as I'd just made 200gb worth of free space).

The data on it isn't critical but I would rather not lose it all.

If I can't mount it then I have no idea how I can delete files from it to get it working again. Any ideas?
 
There's no partitions. I have a m2 drive which runs proxmox and my vms, then the storage ssd drive which I have been mounting on one of the VMs. It was working fine before something gobbled up the remaining space
 
Being full won't prevent it mounting. The filesystem being corrupted might. Did you try running fsck on it? What filesystem is it anyway?

OTOH, an I/O error could mean the disk has gone bad.

ETA: Have you run SMART tests on it?
 
Last edited:
SMART values all look goodL

Code:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   000    Pre-fail  Always       -       0
  5 Reallocate_NAND_Blk_Cnt 0x0032   100   100   010    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       8127
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       792
171 Program_Fail_Count      0x0032   100   100   000    Old_age   Always       -       0
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 Ave_Block-Erase_Count   0x0032   097   097   000    Old_age   Always       -       36
174 Unexpect_Power_Loss_Ct  0x0032   100   100   000    Old_age   Always       -       202
180 Unused_Reserve_NAND_Blk 0x0033   100   100   000    Pre-fail  Always       -       5
183 SATA_Interfac_Downshift 0x0032   100   100   000    Old_age   Always       -       0
184 Error_Correction_Count  0x0032   100   100   000    Old_age   Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0022   051   047   000    Old_age   Always       -       49 (Min/Max 12/53)
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_ECC_Cnt 0x0032   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       903
202 Percent_Lifetime_Remain 0x0030   097   097   001    Old_age   Offline      -       3
206 Write_Error_Rate        0x000e   100   100   000    Old_age   Always       -       0
210 Success_RAIN_Recov_Cnt  0x0032   100   100   000    Old_age   Always       -       0
246 Total_LBAs_Written      0x0032   100   100   000    Old_age   Always       -       38621358051
247 Host_Program_Page_Count 0x0032   100   100   000    Old_age   Always       -       1206917439
248 FTL_Program_Page_Count  0x0032   100   100   000    Old_age   Always       -       1139246400
249 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       0
250 Read_Error_Retry_Rate   0x0032   100   100   000    Old_age   Always       -       0
251 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       1135291584
252 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       17
253 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       0
254 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       1497
223 Unkn_CrucialMicron_Attr 0x0032   100   100   000    Old_age   Always       -       14


It's XFS. I just ran xfs_repair from the proxmox shell and there were no issues and the problem persists.
 
Output of dmesg | grep sda:

Code:
[    1.401754] sd 2:0:0:0: [sda] 109051904 512-byte logical blocks: (55.8 GB/52.0 GiB)
[    1.402965] sd 2:0:0:0: [sda] Write Protect is off
[    1.403434] sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08
[    1.403519] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.410511]  sda: sda1 sda2 sda3
[    1.411817] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.624427] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.


If I run blkid on the proxmox shell it shows the drive as:

/dev/sda1: UUID="4d0d8b33-28ac-44bf-9807-d4cfb39a0c18" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="f4a80284-f1ed-46e8-838d-fe6a3753e209"

Apologies, I'm a bit out of my depth now so please assume I know nothing
 
Output of dmesg | grep sda:

Code:
[    1.401754] sd 2:0:0:0: [sda] 109051904 512-byte logical blocks: (55.8 GB/52.0 GiB)
[    1.402965] sd 2:0:0:0: [sda] Write Protect is off
[    1.403434] sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08
[    1.403519] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.410511]  sda: sda1 sda2 sda3
[    1.411817] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.624427] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.


If I run blkid on the proxmox shell it shows the drive as:

/dev/sda1: UUID="4d0d8b33-28ac-44bf-9807-d4cfb39a0c18" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="f4a80284-f1ed-46e8-838d-fe6a3753e209"

Apologies, I'm a bit out of my depth now so please assume I know nothing

Wait a minute, you are talking "no partitions" etc, then you have /dev/sda (disk) going in and 3 partitions on it (sda1,2,3). The second partition gets mounted as ext4.

There's nothing about mounting partition 1, presumably xfs. How are you trying to mount sda1?
 
xfs_info /dev/sda1 ?
But anyway a sda with 3 partitions look as an os disk and not as an option disk ...
 
Last edited:
I decided to step away from this but I'm back with a slightly clearly picture of what's going on. I believe there's no issues with sda1, sda2 or sda3

Code:
sudo fdisk -l
gives me this:

Code:
/dev/sda1    1M
/dev/sda2    2G
/dev/sda3    30G
/dev/sdb:    992 GiB


I was automatically mounting this with the following line which was in fstab (and it was working):
Code:
/dev/sdb /mnt/storage ext4 defaults 0 2

If I run
Code:
fsck /dev/sdb1
I get:

Code:
sudo fsck /dev/sdb
fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
/dev/sdb: recovering journal
then the VM crashes and Proxmox shows "io-error"


I'm starting to think the drive has problems. It was cheap when I bought it and it's many years old. There's also this oddity where when I look at (my node) -> disks it shows 1TB

In storage it shows 999.72GB:

and in the VM's hardware / fdisk output - 992G:
Code:
Disk /dev/sdb: 992 GiB, 1065151889408 bytes, 2080374784 sectors

Not sure if that's relevant but I thought I'd mention it. Also I resized scsi0 disk on the VM recently which I guess could have broken something too.
 
fdisk -l and fstab entry show sdb has no partition and mount sdb as ext4 while then type fsck /dev/sdb1 and even /dev/sdb.
After fsck is run and could be mounted again you should take a look into /<mountpoint>/lost+found where possible dir's and files reside in inodenumbers which could not repaired but found.
Your picture shows your 1TB sdb is 100% full so the vm maybe cannot write as I cannot see vol allocated or written data and if as assumed totally full the vm cannot write and correctly reports I/O error back as writing isn't anymore possible without space available !! Not fine but is better than a broken disk :)
 
  • Like
Reactions: esi_y
fdisk -l and fstab entry show sdb has no partition and mount sdb as ext4 while then type fsck /dev/sdb1 and even /dev/sdb.
After fsck is run and could be mounted again you should take a look into /<mountpoint>/lost+found where possible dir's and files reside in inodenumbers which could not repaired but found.
Your picture shows your 1TB sdb is 100% full so the vm maybe cannot write as I cannot see vol allocated or written data and if as assumed totally full the vm cannot write and correctly reports I/O error back as writing isn't anymore possible without space available !! Not fine but is better than a broken disk :)
Running chkdesk on /dev/sdb1 or /dev/sdb either prints:
Code:
fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
/dev/sdb: recovering journal

then crashes with the io error
 
I decided to step away from this but I'm back with a slightly clearly picture of what's going on. I believe there's no issues with sda1, sda2 or sda3

Code:
sudo fdisk -l
gives me this:

Code:
/dev/sda1    1M
/dev/sda2    2G
/dev/sda3    30G
/dev/sdb:    992 GiB


I was automatically mounting this with the following line which was in fstab (and it was working):
Code:
/dev/sdb /mnt/storage ext4 defaults 0 2

If I run
Code:
fsck /dev/sdb1
I get:

Code:
sudo fsck /dev/sdb
fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
/dev/sdb: recovering journal
then the VM crashes and Proxmox shows "io-error"


I'm starting to think the drive has problems. It was cheap when I bought it and it's many years old. There's also this oddity where when I look at (my node) -> disks it shows 1TB

In storage it shows 999.72GB:

and in the VM's hardware / fdisk output - 992G:
Code:
Disk /dev/sdb: 992 GiB, 1065151889408 bytes, 2080374784 sectors

Not sure if that's relevant but I thought I'd mention it. Also I resized scsi0 disk on the VM recently which I guess could have broken something too.

I might be too late to the party again, but what is going on again? :D

fdisk -l shows sdb, fine, fsck goes on to recover journal, fine ... then your screenshot shows /dev/sda1 with XFS??
 
Not sure if that's relevant but the party is in full running so far, so welcome back :D
nvme0n1 has part1(bios 1m), part2(efi 1g), part3(lvm 500g),
sda has part1(xfs 1m), part2(ext4 2g) part3 (unknown 30g - maybe lvm),
sdb has part1(ext4 990g) but mount sdb by fstab.
So what's unclear yet ? One more gin tonic and the world isn't as bad as before :cool:
 
Last edited:
Not sure if that's relevant but the party is in full running so far, so welcome back :D
nvme0n1 has part1(bios 1m), part2(efi 1g), part3(lvm 500g),
sda has part1(xfs 1m), part2(ext4 2g) part3 (unknown 30g - maybe lvm),
sdb has part1(ext4 990g) but mount sdb by fstab.
So what's unclear yet ? One more gin tonic and the world isn't as bad as before :cool:

No no no, it's not adding up. :D

Above there's :

/dev/sda1 1M
/dev/sda2 2G
/dev/sda3 30G

Screenshots shows 1TB /dev/sda1 with XFS, but then the 1TB was:

/dev/sdb: 992 GiB (= 1TB ... this lunacy should have never been allowed with storage vendors).

And the SMART values way above where from which drive?

At this point I would only trust lsblk -O

:D
 
Screenshot of my VM -> hardware:

I have no idea where "unused disk 0" came from. I thought I'd added 20gb to scsi0 from that screen which is why it shows 52gb there but doesn't seem to be reflected inside the vm.
At this point I would only trust lsblk -O

:D
https://pastebin.com/UxBByipC

And the SMART values way above where from which drive?
From the node holding the vms.

I just ran fdisk -l on the node which has given me a fresh source of confusion:
https://pastebin.com/JyxkXrnV

Here the storage looks to be 930GB and there's an error:

Code:
GPT PMBR size mismatch (67108863 != 109051903) will be corrected by write.
The backup GPT table is not on the end of the device.


No no no, it's not adding up. :D

Above there's :

/dev/sda1 1M
/dev/sda2 2G
/dev/sda3 30G

Screenshots shows 1TB /dev/sda1 with XFS, but then the 1TB was:

/dev/sdb: 992 GiB (= 1TB ... this lunacy should have never been allowed with storage vendors).

The screenshot is from the node. Apologies if that's added to the confusion. My understanding is the node has the physical disks and the VM has a virtual version which might explain why the names switch (I could be completely wrong).

Thanks for patience guys. If you are ready to throw in the towel, I'm ready to throw my server into the oven!
 
Code:
NAME KNAME PATH MAJ:MIN FSAVAIL FSSIZE FSTYPE FSUSED FSUSE% FSROOTS FSVER MOUNTPOINT MOUNTPOINTS LABEL UUID                                   PTUUID                               PTTYPE PARTTYPE                             PARTTYPENAME PARTLABEL PARTUUID                             PARTFLAGS  RA RO RM HOTPLUG MODEL SERIAL  SIZE STATE OWNER GROUP MODE       ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE TYPE DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO WSAME WWN RAND PKNAME HCTL       TRAN SUBSYSTEMS  REV VENDOR ZONED DAX
sda  sda   /dev/sda
│                 8:0                                                                                                                         7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt                                                                                                               128  0  0       0 QEMU  drive-   52G runni root  disk  brw-rw----         0    512      0     512     512    1 none      256 disk        0        4K       1G         0    2G        1        2:0:0:0         block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2.5+ QEMU   none    0
├─sda1
│    sda1  /dev/sda1
│                 8:1                                                                                                                         7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    21686148-6449-6e6f-744e-656564454649 BIOS boot              1c3e8c4d-cb77-4cbb-8bb5-ae6096696b59           128  0  0       0                 1M       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         none    0
├─sda2
│    sda2  /dev/sda2
│                 8:2      1.5G   1.9G ext4   252.8M    13% /       1.0   /boot      /boot             fddd2f07-e41f-4ac5-9201-d8c429ea7395   7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem
│                                                                                                                                                                                                                                                     8109712e-e492-4ef1-a76e-a9902445e9f6           128  0  0       0                 2G       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         none    0
└─sda3
     sda3  /dev/sda3
                  8:3                  LVM2_m                       LVM2                               KyDoX4-m9FR-de7n-cZ5h-bQ2V-Hold-A9CHEr 7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem
                                                                                                                                                                                                                                                      f1e29979-b85b-4fbd-bd97-281d5a920b8f           128  0  0       0                30G       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          none    0
  └─ubuntu--vg-ubuntu--lv
     dm-0  /dev/mapper/ubuntu--vg-ubuntu--lv
                253:0      2.9G  14.7G ext4      11G    75% /       1.0   /          /                 6ddf3285-aeea-4bbe-9cd8-2a7f7cb2dd99                                                                                                                                                          128  0  0       0                15G runni root  disk  brw-rw----         0    512      0     512     512    1           128 lvm         0        4K       1G         0    2G        0 sda3                   block                  none    0
sdb  sdb   /dev/sdb
                  8:16                 ext4                         1.0                                c0471ef6-859e-498f-a0ce-415c9ff073ff                                                                                                                                                          128  0  0       0 QEMU  drive-  992G runni root  disk  brw-rw----         0    512      0     512     512    1 none      256 disk        0        4K       1G         0    2G        1        3:0:0:1         block:scsi:virtio:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2.5+ QEMU   none    0

Ok so this is INSIDE the VM?
 
Code:
NAME KNAME PATH MAJ:MIN FSAVAIL FSSIZE FSTYPE FSUSED FSUSE% FSROOTS FSVER MOUNTPOINT MOUNTPOINTS LABEL UUID                                   PTUUID                               PTTYPE PARTTYPE                             PARTTYPENAME PARTLABEL PARTUUID                             PARTFLAGS  RA RO RM HOTPLUG MODEL SERIAL  SIZE STATE OWNER GROUP MODE       ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE TYPE DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO WSAME WWN RAND PKNAME HCTL       TRAN SUBSYSTEMS  REV VENDOR ZONED DAX
sda  sda   /dev/sda
│                 8:0                                                                                                                         7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt                                                                                                               128  0  0       0 QEMU  drive-   52G runni root  disk  brw-rw----         0    512      0     512     512    1 none      256 disk        0        4K       1G         0    2G        1        2:0:0:0         block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             2.5+ QEMU   none    0
├─sda1
│    sda1  /dev/sda1
│                 8:1                                                                                                                         7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    21686148-6449-6e6f-744e-656564454649 BIOS boot              1c3e8c4d-cb77-4cbb-8bb5-ae6096696b59           128  0  0       0                 1M       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         none    0
├─sda2
│    sda2  /dev/sda2
│                 8:2      1.5G   1.9G ext4   252.8M    13% /       1.0   /boot      /boot             fddd2f07-e41f-4ac5-9201-d8c429ea7395   7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem
│                                                                                                                                                                                                                                                     8109712e-e492-4ef1-a76e-a9902445e9f6           128  0  0       0                 2G       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
│                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         none    0
└─sda3
     sda3  /dev/sda3
                  8:3                  LVM2_m                       LVM2                               KyDoX4-m9FR-de7n-cZ5h-bQ2V-Hold-A9CHEr 7563986a-e2bc-4eaf-ad29-2fa77d35afae gpt    0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem
                                                                                                                                                                                                                                                      f1e29979-b85b-4fbd-bd97-281d5a920b8f           128  0  0       0                30G       root  disk  brw-rw----         0    512      0     512     512    1 none      256 part        0        4K       1G         0    2G        1 sda                    block:scsi:virtio:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          none    0
  └─ubuntu--vg-ubuntu--lv
     dm-0  /dev/mapper/ubuntu--vg-ubuntu--lv
                253:0      2.9G  14.7G ext4      11G    75% /       1.0   /          /                 6ddf3285-aeea-4bbe-9cd8-2a7f7cb2dd99                                                                                                                                                          128  0  0       0                15G runni root  disk  brw-rw----         0    512      0     512     512    1           128 lvm         0        4K       1G         0    2G        0 sda3                   block                  none    0
sdb  sdb   /dev/sdb
                  8:16                 ext4                         1.0                                c0471ef6-859e-498f-a0ce-415c9ff073ff                                                                                                                                                          128  0  0       0 QEMU  drive-  992G runni root  disk  brw-rw----         0    512      0     512     512    1 none      256 disk        0        4K       1G         0    2G        1        3:0:0:1         block:scsi:virtio:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2.5+ QEMU   none    0

Ok so this is INSIDE the VM?

Yes and this is lsblk -O on the node

https://pastebin.com/G3MgS583
 
Code:
ALIGNMENT DISC-ALN DAX DISC-GRAN DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL       HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MIN-IO MODE       MODEL NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTTYPE                             PARTTYPENAME PARTUUID                             PATH PHY-SEC PKNAME PTTYPE PTUUID                                RA RAND  REV RM RO ROTA RQ-SIZE SCHED SERIAL   SIZE   START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN   TYPE UUID                                   VENDOR WSAME WWN                                                                ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX
        0        0   0      512B       2G         0                                                   disk  0:0:0:0          0 sda             512   8:0      512 brw-rw---- CT100 sda       0 root                                                                                                             /dev/sda
                                                                                                                                                                                                                                                                                                                         512        gpt    1e53cb83-7228-432d-aeea-87b55c2cdbb8 128    0 054   0  0    0      64 mq-deadline
                                                                                                                                                                                                                                                                                                                                                                                                                       2136E5 931.5G         runni block:scsi:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     sata   disk                                        ATA       0B 0x500a0751e5ce01d6                                                 none       0B         0B       0B       0         0         0
        0        0   0      512B       2G         0    424K /       931.1G xfs    931.1G   100%       disk                   0 sda1            512   8:1      512 brw-rw----       └─sda1
                                                                                                                                                                                             0 root                      0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem
                                                                                                                                                                                                                                                                           f4a80284-f1ed-46e8-838d-fe6a3753e209 /dev/sda1
                                                                                                                                                                                                                                                                                                                         512 sda    gpt    1e53cb83-7228-432d-aeea-87b55c2cdbb8 128    0       0  0    0      64 mq-deadline
                                                                                                                                                                                                                                                                                                                                                                                                                              931.5G    2048       block:scsi:pci
                                                                                                                                                                                                                                                                                                                                                                                                                                                              /mnt/pve/s /mnt/pve/storage
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            part 4d0d8b33-28ac-44bf-9807-d4cfb39a0c18             0B 0x500a0751e5ce01d6                                                 none       0B         0B       0B       0         0         0

Ok so how about the VM config now? :)
 
Ok so how about the VM config now? :)

boot: order=scsi0;ide2;net0
cores: 2
cpu: x86-64-v2-AES
ide2: local:iso/ubuntu-22.04.2-live-server-amd64.iso,media=cdrom,size=1929660K
memory: 10240
meta: creation-qemu=8.0.2,ctime=1689359104
name: arr
net0: virtio=C6:FE:C9:4B:AF:51,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-444-disk-0,iothread=1,size=52G
scsi1: storage:444/vm-444-disk-0.qcow2,iothread=1,size=992G
scsihw: virtio-scsi-single
smbios1: uuid=f07355ed-e94d-47f8-941d-239604a0b0df
sockets: 1
unused0: local-lvm:vm-444-disk-1
vmgenid: 25d51fe6-4afc-423d-9df4-f99fe589dfe8
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!