Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
scsi platten abschalten
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
ente
n00b
n00b


Joined: 26 Jul 2005
Posts: 15

PostPosted: Mon Jul 17, 2006 7:24 am    Post subject: scsi platten abschalten Reply with quote

Hallo,

wie kann ich SCSI Platten zum Stromsparen abschalten?

Danke
Ente
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Mon Jul 17, 2006 8:48 am    Post subject: Reply with quote

Moved from Kernel & Hardware to Deutsches Forum (German).
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Mon Jul 17, 2006 10:30 am    Post subject: Reply with quote

Hi,

zuerst brauchst du das Programm sdparm
Code:
emerge -av sys-apps/sdparm

Zum Stoppen der Platte dann folgende Befehl eingeben:
Code:
sdparm --command=stop /dev/sdX

(wobei X durch den Buchstaben der entsprechenden Platte ersetzt werden muß)
Das Starten läuft ähnlich ab:
Code:
sdparm --command=start /dev/sdX


Mehr Stromsparen ist bei SCSI-Platten IMO nicht drin, spricht diese Vorgehensweise entspräche einem hdparm -y /dev/hdX bei einer IDE-Platte. Ich weiß leider nicht, ob es für SCSI-Platten sowas wie hdparm -Y /dev/hdX für IDE-Platten gibt.

Grüße
Poly-C
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
ente
n00b
n00b


Joined: 26 Jul 2005
Posts: 15

PostPosted: Mon Jul 17, 2006 12:02 pm    Post subject: Reply with quote

Hi Poly-C,

laufen die Platten bei einem Zugriff wieder hoch? Oder Aus ist Aus! Ich dachte an so etwas wie

Code:

hdparm -Sx /dev/hdy


halt nur für SCSI. Oder kann man so etwas anders realisieren ?

Danke
ente
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Mon Jul 17, 2006 12:32 pm    Post subject: Reply with quote

Hi,

also mit der von mir vorgeschlagenen Lösung bedeutet aus = aus.

Code:
gamemaster:~ # sdparm -C stop /dev/sdb
    /dev/sdb: IBM       DNES-309170W      SAH0
gamemaster:~ # mount /dev/sdb2
mount: /dev/sdb2: can't read superblock
gamemaster:~ # sdparm -C start /dev/sdb
    /dev/sdb: IBM       DNES-309170W      SAH0
gamemaster:~ # mount /dev/sdb2
gamemaster:~ #


Leider ist mir nicht bekannt, ob man bei SCSI-Platten eine spindown-Zeit definieren kann. Ich würde jetzt mal auf nein tippen, denn SCSI ist ja eigentlich nicht für den Einsatz in Desktoprechnern gedacht, sondern für den Dauereinsatz in Servermaschinen.

Grüße
Poly-C
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
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