Ich habe einen dedizierten Server mit Ubuntu Server 18.04 (256 GB RAM, 2x 240 GB SSD) und so sieht die Speicherplatzverteilung jetzt aus:
Filesystem Size Used Avail Use% Mounted on
udev 126G 0 126G 0% /dev
tmpfs 26G 1.7M 26G 1% /run
/dev/md2 219G 145G 64G 70% /
tmpfs 126G 12K 126G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 126G 0 126G 0% /sys/fs/cgroup
/dev/loop0 90M 90M 0 100% /snap/core/7917
/dev/loop1 8.7M 8.7M 0 100% /snap/canonical-livepatch/88
/dev/md1 487M 146M 312M 32% /boot
tmpfs 26G 0 26G 0% /run/user/1000
Disk /dev/loop0: 89.1 MiB, 93454336 bytes, 182528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 8.5 MiB, 8941568 bytes, 17464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
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: 0xe5bc9ccf
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 4096 1050623 1046528 511M fd Linux raid autodetect
/dev/sda2 1050624 467808255 466757632 222.6G fd Linux raid autodetect
/dev/sda3 467808256 468854783 1046528 511M 82 Linux swap / Solaris
Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 sectors
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: 0xd0864b40
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 4096 1050623 1046528 511M fd Linux raid autodetect
/dev/sdb2 1050624 467808255 466757632 222.6G fd Linux raid autodetect
/dev/sdb3 467808256 468854783 1046528 511M 82 Linux swap / Solaris
Disk /dev/md1: 511 MiB, 535756800 bytes, 1046400 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/md2: 222.6 GiB, 238979842048 bytes, 466757504 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Ich war etwas verwirrt, weil die von angezeigten Gerätenamen df -h
nicht mit denen in übereinstimmen fdisk -l
. Derzeit habe ich nur Zugriff auf eine SSD (/dev/md2) und verstehe nicht, wofür die zweite SSD verwendet wird und ob (und wie) es möglich ist, Speicherplatz darauf zu verwenden.
Antwort1
Sie verwenden ein RAID1-System mit zwei gespiegelten Festplatten (sda und sdb). Dabei fdisk -l
werden Ihnen die realen physischen Festplatten und deren Partitionen angezeigt, df -h
wobei Ihnen die RAID-Geräte und Partitionen angezeigt werden, wie sie vom System verwendet werden.
D. h., beide bestehen /dev/md1
aus /dev/sda1
und /dev/sdb1
haben den gleichen Inhalt. Wenn ein Laufwerk ausfällt, sind die Daten auf dem anderen sicher.
Um weitere Einzelheiten zum RAID-Gerät zu erhalten, verwenden Sie mdadm
(vorausgesetzt, dies wurde damit durchgeführt):
mdadm --detail /dev/md1
Antwort2
Entsprechend man df
:
If no file name is given, the space available on all
currently mounted file systems is shown.
Und in man fdisk
:
-l, --list
List the partition tables for the specified devices and then exit. If no devices are given,
those mentioned in /proc/partitions (if that file exists) are used.
Der Unterschied ist, dass df
ShowsmontiertSysteme, während fdisk -l
(ohne Argumente) die Partitionen angezeigt werden, die in/proc/partitions