Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kopieren zwischen zwei HDs mit unterschiedlichem Speed
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
steffen79
n00b
n00b


Joined: 03 Dec 2004
Posts: 48
Location: germany / hannover

PostPosted: Sat Dec 18, 2004 9:39 pm    Post subject: Kopieren zwischen zwei HDs mit unterschiedlichem Speed Reply with quote

root ist auf sda (scsi) gemountet. eine weitere platte hängt noch im dateibaum auf hda, also ide.
Wenn ich von SCSI zu der IDE platte kopiere, gehts schnell. (ein paar MB/sec). Wenn ich allerdings von IDE zu SCSI kopiere, habe ich geschwindigkeiten von max 100kb/sec. also langsamer als 1mbit.
dma ist aktiviert und hdparm -Tt liefert gute werte.
Warum ist es auch nur von ide->scsi lahm und andersrum fix?
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sat Dec 18, 2004 9:44 pm    Post subject: Reply with quote

was hast du den für einen scsi-controller?
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
steffen79
n00b
n00b


Joined: 03 Dec 2004
Posts: 48
Location: germany / hannover

PostPosted: Sat Dec 18, 2004 10:16 pm    Post subject: Reply with quote

(scsi0) <Adaptec AIC-7880 Ultra SCSI host adapter> found at PCI 0/12/0
Back to top
View user's profile Send private message
HeadbangingMan
Apprentice
Apprentice


Joined: 24 Mar 2003
Posts: 265
Location: Heimbach-Weis / Germany

PostPosted: Sun Dec 19, 2004 9:24 am    Post subject: Reply with quote

Was sagt denn -Tt bei der SCSI-Platte? Hier sieht's so aus:

Code:

hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:   560 MB in  2.01 seconds = 278.61 MB/sec
 Timing buffered disk reads:   38 MB in  3.13 seconds =  12.14 MB/sec


an
0000:00:0b.0 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 04)

sym0:2: FAST-20 WIDE SCSI 40.0 MB/s ST (50.0 ns, offset 15
_________________
Always bang your Head!
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sun Dec 19, 2004 11:24 am    Post subject: Reply with quote

Bei google.de finde ich jetzt spontan keine "Fehlerberichte" zu deinem SCSI-Controller, die verdächtig sind :(

Aber der Datendurchsatz ist ja eine Katastrophe!
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
wuschel
Apprentice
Apprentice


Joined: 27 Dec 2002
Posts: 177
Location: Rodenbach, Germany

PostPosted: Sun Dec 19, 2004 11:37 am    Post subject: Reply with quote

Ist die Geschwindigkeit nur beim Kopieren so langsam?
Teste doch mal
Code:
time dd if=/dev/zero of=/mnt/sda/blubber count=100000 bs=1024
Das sollte kaum länger als eine Sekunde dauern.

Zudem:
steffen79 wrote:
Wenn ich von SCSI zu der IDE platte kopiere, gehts schnell. (ein paar MB/sec).
Wie schnell sind denn deine paar MB/sec?
_________________
Never run a changing system!
Epox 8rda+ (NForce2), Barton2500, 1GB, Sapphire ATI Radeon 9500Pro, WD800JB
Back to top
View user's profile Send private message
steffen79
n00b
n00b


Joined: 03 Dec 2004
Posts: 48
Location: germany / hannover

PostPosted: Sun Dec 19, 2004 12:07 pm    Post subject: Reply with quote

Guten morgen!

SCSI:
Code:

 hdparm -Tt /dev/sda

/dev/sda:
 Timing cached reads:   492 MB in  2.01 seconds = 245.06 MB/sec
 Timing buffered disk reads:   10 MB in  3.33 seconds =   3.01 MB/sec


und die IDE:
Code:

/dev/hda:
 Timing cached reads:   496 MB in  2.01 seconds = 247.05 MB/sec
 Timing buffered disk reads:   60 MB in  3.03 seconds =  19.78 MB/sec


und der 3. "test" von wuschel:
Code:

 time dd if=/dev/zero of=/mnt/sda/blubber count=100000 bs=1024
dd: opening `/mnt/sda/blubber': No such file or directory

real    0m0.125s
user    0m0.000s
sys     0m0.007s


ähm stop!
nicht erschlagen, aber heute morgen geht alles rasend schnell! Wollte grad Speedtests machen.
habe nur mit dem parameter hdparm -S240 /dev/hda gestern noch rumgespielt, sonst nix. Aber IDE Platte zu SCSI kopieren ist so fix, wie es sein sollte. Raff ich nicht.
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sun Dec 19, 2004 12:49 pm    Post subject: Reply with quote

deine werte sind aber doch trotzdem unter aller kanone, wenn ich die mit meinen vergleiche (s-ata 150 mit 7.200rpm, 8 mb cache)
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
steffen79
n00b
n00b


Joined: 03 Dec 2004
Posts: 48
Location: germany / hannover

PostPosted: Sun Dec 19, 2004 12:54 pm    Post subject: Reply with quote

Ist auch nur nen alter Celi 266@400 mit udma33 und scsi-2 interface!
Back to top
View user's profile Send private message
hoschi
Advocate
Advocate


Joined: 19 Jul 2003
Posts: 2517
Location: Ulm, Germany, Europe

PostPosted: Sun Dec 19, 2004 2:54 pm    Post subject: Reply with quote

*ouch*

ok, dann passts :lol:
_________________
Just you and me strogg!
Back to top
View user's profile Send private message
wuschel
Apprentice
Apprentice


Joined: 27 Dec 2002
Posts: 177
Location: Rodenbach, Germany

PostPosted: Sun Dec 19, 2004 4:47 pm    Post subject: Reply with quote

steffen79 wrote:
und der 3. "test" von wuschel:
Code:
time dd if=/dev/zero of=/mnt/sda/blubber count=100000 bs=1024
dd: opening `/mnt/sda/blubber': No such file or directory

real    0m0.125s
user    0m0.000s
sys     0m0.007s

Mit /mnt/sda/blubber wollte ich nur kundtun, dass dieser Schreibbefehl auf die SCSI-Platte gehen soll.Das musst du natürlich gegen einen gültigen Verzeichnis-Pfad auf der SCSI-Platte ersetzen. Dann gibt's auch keine Fehlermeldung "dd: opening `/mnt/sda/blubber': No such file or directory" mehr.
_________________
Never run a changing system!
Epox 8rda+ (NForce2), Barton2500, 1GB, Sapphire ATI Radeon 9500Pro, WD800JB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum