ich hoffe hier kann mir jemand helden (bei 1&1 scheinbar nicht).
Vorinfomation :
Ich habe bei 1&1 einen dedi-Server mit Debian 9 + Plesk Onyx (64 Bit) gemietet. Plesk schickt mir regelmäßig Warnungen, dass das "Device" /dev/md1 bald voll ist (4GB). Da die 4GB scheinbar viel zu klein bemessen sind ist das wohl schon einmal das erste Problem.
Desweiteren ist "/dev/md3" als LVM eingerichtet. Vorteil ist, hier kann ich selbst Hnad anlegen, aber der nachteil ist, ein ändern scheinbar nicht mehr möglich.
Informationen zur aktuellen Partiotionierung :
Code: Alles auswählen
fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x19fa43d3
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 8390655 8388608 4G fd Linux raid autodetect
/dev/sda2 8390656 12584959 4194304 2G 82 Linux swap / Solaris
/dev/sda3 12584960 1953525167 1940940208 925.5G fd Linux raid autodetect
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x3d69195a
Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 8390655 8388608 4G fd Linux raid autodetect
/dev/sdb2 8390656 12584959 4194304 2G 82 Linux swap / Solaris
/dev/sdb3 12584960 1953525167 1940940208 925.5G fd Linux raid autodetect
Disk /dev/md1: 4 GiB, 4294901760 bytes, 8388480 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/md3: 925.5 GiB, 993761296384 bytes, 1940940032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/vg00-usr: 5 GiB, 5368709120 bytes, 10485760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/vg00-var: 5 GiB, 5368709120 bytes, 10485760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/vg00-home: 5 GiB, 5368709120 bytes, 10485760 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Code: Alles auswählen
df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 12M 1.6G 1% /run
/dev/md1 4.0G 1.3G 2.7G 33% /
/dev/vg00/usr 4.8G 2.0G 2.6G 44% /usr
tmpfs 7.9G 0 7.9G 0% /dev/shm
tmpfs 5.0M 20K 5.0M 1% /run/lock
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
none 7.9G 84K 7.9G 1% /tmp
/dev/mapper/vg00-var 4.8G 966M 3.6G 21% /var
/dev/mapper/vg00-home 4.8G 10M 4.6G 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/0
Code: Alles auswählen
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 4G 0 part
│ └─md1 9:1 0 4G 0 raid1 /
├─sda2 8:2 0 2G 0 part [SWAP]
└─sda3 8:3 0 925.5G 0 part
└─md3 9:3 0 925.5G 0 raid1
├─vg00-usr 253:0 0 5G 0 lvm /usr
├─vg00-var 253:1 0 5G 0 lvm /var
└─vg00-home 253:2 0 5G 0 lvm /home
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 4G 0 part
│ └─md1 9:1 0 4G 0 raid1 /
├─sdb2 8:18 0 2G 0 part [SWAP]
└─sdb3 8:19 0 925.5G 0 part
└─md3 9:3 0 925.5G 0 raid1
├─vg00-usr 253:0 0 5G 0 lvm /usr
├─vg00-var 253:1 0 5G 0 lvm /var
└─vg00-home 253:2 0 5G 0 lvm /home
sda2 bzw. sdb2 sind die "SWAP"-Partitionen
Gewünschte Lösung :
Wenn es irgendwie möglich ist, möchte ich nur noch eine Partition (SWAP)(möglichst 8GB) und den Rest auf einer weiteren Partition haben um den o.g. Problemen aus dem Weg zu gehen.
Ich bin da nun echt ein wenig am Verzweifeln, da all meine Versuche die ich über Google/Boardsuch/IONOS uva. gefunden und ausprobiert habe nicht funktioniert haben und ich den Server danach immer wieder neu aufsetzten lassen musste.
Ich hoffe hier kann mir nun einer helfen.
LG
McCompy