G
Gast123
Hallo Leute,
ich habe angelehnt an dieses Tutorial einen Software RAID 1 auf einem Server auf 400GB verkleinert.
Das scheint auch geklappt zu haben:
Allerdings sind auf den beiden Festplatten die Partitionen gleich groß geblieben:
Ich möchte nun, dass /dev/sdb1 und /dev/sdc1 auf die neue, geringere Größe verkleinert werden und auf dem übrigen Speicherplatz eine neue Partition anlegen.
Wie mache ich das bitte?
MfG
Schard
ich habe angelehnt an dieses Tutorial einen Software RAID 1 auf einem Server auf 400GB verkleinert.
Das scheint auch geklappt zu haben:
Code:
mdadm --detail /dev/md0
/dev/md0:
Version : 1.0
Creation Time : Mon Jul 12 14:27:29 2010
Raid Level : raid1
Array Size : 419430400 (400.00 GiB 429.50 GB)
Used Dev Size : 419430400 (400.00 GiB 429.50 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Fri Jul 19 14:01:20 2013
State : active
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Name : linux:0
UUID : 17c303ca:afc21f48:081e49b5:699acdc3
Events : 532828
Number Major Minor RaidDevice State
0 8 17 0 active sync /dev/sdb1
1 8 33 1 active sync /dev/sdc1
Code:
fdisk /dev/sdb
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Befehl (m für Hilfe): p
Platte /dev/sdb: 1000.2 GByte, 1000204886016 Byte
255 Köpfe, 63 Sektoren/Spur, 121601 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005149a
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 60703 487596816 fd Linux raid autodetect
/dev/sdb2 60704 121601 489163185 fd Linux raid autodetect
Wie mache ich das bitte?
MfG
Schard