LVM SSD wieder löschen

moonsorrox

Well-Known Member
Mar 7, 2017
232
6
58
Germany
Guten Abend,
ich hatte mir vor geraumer Zeit eine zusätzliche SSD eingebaut die habe ich als LVM eingebunden.
Diese ist für mich so nicht mehr zu nutzen da sehr eingeschränkt und ich wollte sie jetzt wieder entfernen und als normale Festplatte nutzen.
Dabei habe ich leider einige Probleme, ich bekomme sie nicht mehr formatiert.

ich habe die SSD mit cfdisk /dev/sda bearbeitet d.h. ich habe sie gelöscht und neu gemacht. Danach wollte ich sie formatieren, da kommt dieser Fehler.
formatieren so:
mkfs.ext4 /dev/sda

dann kommt diese Anzeige, dass sie noch genutzt wird, aber wie bekomme ich sie jetzt wieder raus.?
/dev/sda is apparently in use by the system; will not make a filesystem here!

so sieht es aus:
Code:
sda                                       8:0    0 953.9G  0 disk
├─sda1                                    8:1    0 953.9G  0 part
├─local--lvm--SSD-local--lvm--SSD_tmeta 253:0    0   9.5G  0 lvm
│ └─local--lvm--SSD-local--lvm--SSD     253:6    0 934.7G  0 lvm
└─local--lvm--SSD-local--lvm--SSD_tdata 253:1    0 934.7G  0 lvm
  └─local--lvm--SSD-local--lvm--SSD     253:6    0 934.7G  0 lvm

hier noch ein paar weitere Infos:
Code:
root@proxmox:~# fdisk -l /dev/sda
Disk /dev/sda: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: ADATA SU800     
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: gpt
Disk identifier: 321F9A9C-88AB-CA4A-AE1E-98215B6535E0

Device     Start        End    Sectors   Size Type
/dev/sda1   2048 2000409230 2000407183 953.9G Linux filesystem
 
Last edited:
Ich würde mal ein partprobe /dev/sda probieren, damit das System die Partitionstabelle neu liest.
Außerdem sollte dein Befehl fürs erstellen des Dateisystems wohl eher mkfs.ext4 /dev/sda1 sein.
 
das Kommando kennt er nicht
Und das mit der Partition formatieren hatte ich schon probiert da kommt die selbe Meldung, anbei die Kommandos
Code:
root@proxmox:~# partprobe /dev/sda
-bash: partprobe: command not found
root@proxmox:~# mkfs.ext4 /dev/sda1
mke2fs 1.46.5 (30-Dec-2021)
/dev/sda1 is apparently in use by the system; will not make a filesystem here!

wenn ich die SSd über die GUI formatieren möchte macht er folgenden Fehler
Code:
error wiping '/dev/sda1': wipefs: error: /dev/sda1: probing initialization failed: Device or resource busy
 

Attachments

  • sda_proxmox.png
    sda_proxmox.png
    711.8 KB · Views: 5
Last edited:
Das habe ich schon gefunden aber er hat eine andere Konstellation mit dem Raid.
Ich bin aber soweit es ging danach vorgegangen, nur es klappt keine Formatierung bei mir. Das LVM ist wohl schon gelöscht.

Wobei mir ein lsblk die sda immer noch als Type lvm zeigt

und ein pvdisplay zeigt nur die Nvme, aber die soll ja bleiben
Code:
root@proxmox:~# pvdisplay
  --- Physical volume ---
  PV Name               /dev/nvme0n1p3
  VG Name               pve
  PV Size               465.26 GiB / not usable <3.01 MiB
  Allocatable           yes
  PE Size               4.00 MiB
  Total PE              119106
  Free PE               4095
  Allocated PE          115011
  PV UUID               zRSsVt-XrlJ-WYEY-0q70-ZewN-aHlh-RN6WzV
 

Attachments

  • sda_lvm.png
    sda_lvm.png
    273.8 KB · Views: 3
Last edited:
dann mal fdisk /dev/sda machen und mit g oder o ne neue Partitionstabelle machen und mit w bestätigen das er die neu schreibt
 
  • Like
Reactions: moonsorrox
OK, das habe ich jetzt gemacht, sieht jetzt so aus die Sache aber irgend etwas will er noch.
Ich kann die noch nicht formatieren

Code:
Command (m for help): g

Created a new GPT disklabel (GUID: 556B93BA-8CD8-6D45-BACB-E4678F3B5133).
The device contains 'dos' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details.

Command (m for help): w

The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
 
Last edited:
okay nun noch eine neue Partition anlegen mit n und dann wieder speichern mit w es wurde ja nur die Partitionstabelle neu geschrieben

also nochmal fdisk /dev/sda dann n usw
 
  • Like
Reactions: moonsorrox
OK, auch das habe ich getan...

Code:
Command (m for help): n
Partition number (1-128, default 1):
First sector (2048-2000409230, default 2048):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-2000409230, default 2000409230):

Created a new partition 1 of type 'Linux filesystem' and of size 953.9 GiB.

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

ein lsblk zeigt mir folgendes noch an:
Code:
sda                                       8:0    0 953.9G  0 disk
├─sda1                                    8:1    0 953.9G  0 part
├─local--lvm--SSD-local--lvm--SSD_tmeta 253:0    0   9.5G  0 lvm 
│ └─local--lvm--SSD-local--lvm--SSD     253:6    0 934.7G  0 lvm 
└─local--lvm--SSD-local--lvm--SSD_tdata 253:1    0 934.7G  0 lvm 
  └─local--lvm--SSD-local--lvm--SSD     253:6    0 934.7G  0 lvm

ist also immer noch ein lvm, oder.?
 
Dann kommt wieder die gleiche Anzeige
Code:
root@proxmox:~# mkfs.ext4 /dev/sda1
mke2fs 1.46.5 (30-Dec-2021)
/dev/sda1 is apparently in use by the system; will not make a filesystem here!

werde mal Proxmox neu booten
 
nach dem booten genau das gleiche

Code:
root@proxmox:~# mkfs.ext4 /dev/sda1
mke2fs 1.46.5 (30-Dec-2021)
/dev/sda1 is apparently in use by the system; will not make a filesystem here!
root@proxmox:~#

jetzt hat er komplett abgekackt, kein LXC gestartet und nun erreiche ich ihn nicht mehr
EDIT.// alles wieder da und nun formatiert er gerade die SSD, mal schauen... melde mich wieder
 
Last edited:
OK, jetzt hat es wohl geklappt er hat die Partition mit ext4 formatiert.
Kurze Frage noch.... ist es besser die ganze sda oder nur die Partition sda1 zu mounten in ein Verzeichnis.? Ich habe da unterschiedliche Berichte zu gelesen.
Meine sdb ist nämlich direkt gemountet.
 
Kurze Frage noch.... ist es besser die ganze sda oder nur die Partition sda1 zu mounten in ein Verzeichnis.? Ich habe da unterschiedliche Berichte zu gelesen.

Die ganze Disk formatieren/mounten kenne ich eigentlich nur von ZFS bzw. btrfs. Bei traditionellen FS wie ext4 erstellt man Partitionen und formatiert/mountet diese.
 
alles OK, dann werde ich das später bei meiner sdb auch ändern wenn ich die Daten runter habe.

Ich bedanke mich hier, habe vorher eigentlich einiges richtig gemacht, aber mein Fehler war es das ich den Proxmox nicht rebootet habe, da muss man erstmal drauf kommen.
Super Hilfe hier DANKE
 

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!