Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#! /usr/bin/python
import os
if os.fork():
file = "/dev/ide/host0/bus0/target0/lun0/disc"
else:
file = "/dev/ide/host1/bus0/target0/lun0/disc"
while 1:
print "Open %s" % file
fd = open(file, "r")
i = 0
while fd.read(4*1024):
i += 1
fd.close()
|
|
|
Source code |
1 2 |
root@dm7025:~# cat /proc/ide/hda/model SAMSUNG HM160JC |
Quoted
Original von tmbinc
Hm, i've tried my best, but i could not provoke the error. .......
Maybe it's HDD related? Or CF? Is there a definite type of CF card/HDD combination which doesn't work, and still available in stores?
Quoted
Original von noggie
One more thought: I had one of those bad power supplies, and that caused all sorts of really weird problems. Could this be one of them?
, but the freezers remain.This post has been edited 5 times, last edit by "nul00000" (Jun 25th 2007, 1:44am)
This post has been edited 2 times, last edit by "nul00000" (Jun 27th 2007, 1:03am)
Quoted
Original von tmbinc
Can any of you try to see if a different HDD makes a difference?
This post has been edited 3 times, last edit by "nul00000" (Jun 28th 2007, 12:43am)
This post has been edited 8 times, last edit by "gutemine" (Jul 19th 2007, 1:05pm)
Quoted
Original von gutemine
Habt Ihr evt. schon mal probiert mit -o async zu mounten, weil normalerweise ist Unix schon ziemlich gut solche lock situations zu verhindern, aber man kann ja ein bischen 'helfen' indem man synchonen IO 'verbietet'
This post has been edited 4 times, last edit by "gutemine" (Jul 19th 2007, 7:53pm)
Quoted
Original von gutemine
Die meisten kontrollieren aber nur das Schreibverhalten, aber mal sehen, im prinzip geht es ja darum das man aufnehmen kann ohne Hänger zu produzieren.
Quoted
Original von gutemine
na ja so schlimm hatte ich es noch nie - wobei ich picons nicht verwende.
Quoted
Original von gutemine
Ich kann mehrere Aufnahmen von einem Transponder starten damit der Disk so richtig warm wird und trotzdem normal im enigma2 herumzappen und TV gucken.
Quoted
Original von gutemine
Und so Sachen wie dabei noch einen Film von Harddisk anschauen und den noch Vorspulen sollte man sich auch im Flash 2x überlegen.
This post has been edited 1 times, last edit by "nul00000" (Jul 20th 2007, 1:32am)