L
lichtmaschine
Guest
Hallo,
Verbaut sind zwei WD RE4 1 TB Enterprise-Festplatten im SW-Raid1. Das Ergebnis kommt mir ein wenig langsam vor, ich vermute ein falsches Alignment, allerdings sehe ich den Fehler nicht:
Weitere Infos liefere ich, falls nötig, gerne nach. Hat vielleicht wer einen Tipp für mich?
Code:
dd if=/dev/zero of=/testfile bs=32k count=5000 oflag=sync
5000+0 Datensätze ein
5000+0 Datensätze aus
163840000 Bytes (164 MB) kopiert, 236,411 s, 693 kB/s
Verbaut sind zwei WD RE4 1 TB Enterprise-Festplatten im SW-Raid1. Das Ergebnis kommt mir ein wenig langsam vor, ich vermute ein falsches Alignment, allerdings sehe ich den Fehler nicht:
Code:
# sfdisk -l /dev/sda
Disk /dev/sda: 121601 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 0+ 1991- 1992- 15998976 fd Linux raid autodetect
/dev/sda2 * 1991+ 2116- 125- 1000448 fd Linux raid autodetect
/dev/sda3 2116+ 121601- 119485- 959761408 fd Linux raid autodetect
/dev/sda4 0 - 0 0 0 Empty
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/md2 during installation
UUID=955a16e4-4f2e-4353-8384-73a6baead163 / ext4 errors=remount-ro 0 1
# /boot was on /dev/md1 during installation
UUID=07680381-0dd3-44a8-ad56-057d368b0c35 /boot ext4 defaults 0 2
# swap was on /dev/md0 during installation
UUID=2857768b-88cf-47a5-b072-97555be4caad none swap sw 0 0
Code:
# hdparm -I /dev/sda
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
--
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 1953525168
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 953869 MBytes
device size with M = 1000*1000: 1000204 MBytes (1000 GB)
cache/buffer size = unknown
Nominal Media Rotation Rate: 7200
Weitere Infos liefere ich, falls nötig, gerne nach. Hat vielleicht wer einen Tipp für mich?