|
nobbes
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 19:49
Servus.... Habe Probleme mein Ultrabay mit HDD zum laufen zu bekommen. Wenn ich das Teil im Betrieb einschiebe reagiert das OS gar nicht drauf, ist auch im Nautilus nicht vorhanden. Wenn ich mit eingeschobener Ultrabay Boote kann es manchmal passieren dass die Festplatte erkannt wird, jedoch über den PATA Host Adapter und dann noch als sda. Sollte eigentlich sdb sein. Die interne Festplatte läuft dann über SATA Host als sdb.... sollte eigentlich sda bleiben...oder?
Wenn ich dann noch versuche Dateien auf die Ultrabay Festplatte zu kopieren friert mir das komplette System ein.
Kann mir jemand auf die Sprünge helfen?
Vielen Dank schon mal für die Hilfe vorab.
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

1. Juli 2011 20:22
Hi, in meinem T60 drängelt sich die Ultrabayplatte beim Boot immer als sda vor wenn sie eingebaut ist. Mit PATA hat das nichts zu tun, sie hängt am SATA-Controller. Nimm sie doch im BIOS aus der Bootreihenfolge raus. Wenn Du in deiner /etc/fstab standardmäßig UUIDs statt /dev/sdXY verwendest, gibt es keine Probleme. Was die fehlende Reaktion beim Einschieben und das Einfrieren betrifft, halte ich ein Hardwareproblem für wahrscheinlicher. Welches BIOS hast Du drauf? Zeig auch mal
dmesg
nach dem Einschieben. Infos zur Partitonierung
sudo fdisk -luc /dev/sdX
und welches Filesystem Du darauf verwendest wären auch nützlich.
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 20:47
Bios Version: 2.27 (7LETC7WW), Bios Date: 2010-04-08, Embedded Controler Version: 1.08, Core 2 Duo T8100
sda Dateisystem (Festeingebaute Platte - Root und Home) ist EXT4, sdb Dateisystem (Ultrabay) ist EXT2 oder auch NTFS, beides schon ausprobiert.
Ultrabay hatte ich aus der Bootreihenfolge rausgenommen. Ausgabe von
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433 | [ 0.410842] pci_bus 0000:05: resource 0 io: [0x5000-0x5fff]
[ 0.410844] pci_bus 0000:05: resource 1 mem: [0xcc000000-0xcdffffff]
[ 0.410846] pci_bus 0000:05: resource 2 pref mem [0xd7a00000-0xd7afffff]
[ 0.410849] pci_bus 0000:15: resource 0 io: [0x6000-0x9fff]
[ 0.410851] pci_bus 0000:15: resource 1 mem: [0xd4000000-0xd78fffff]
[ 0.410853] pci_bus 0000:15: resource 2 pref mem [0xd8000000-0xdbffffff]
[ 0.410855] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
[ 0.410858] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.410860] pci_bus 0000:16: resource 0 io: [0x6000-0x60ff]
[ 0.410862] pci_bus 0000:16: resource 1 io: [0x6400-0x64ff]
[ 0.410865] pci_bus 0000:16: resource 2 pref mem [0xd8000000-0xdbffffff]
[ 0.410867] pci_bus 0000:16: resource 3 mem: [0xc0000000-0xc3ffffff]
[ 0.410904] NET: Registered protocol family 2
[ 0.411075] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.412383] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.417372] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.418020] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.418023] TCP reno registered
[ 0.418140] NET: Registered protocol family 1
[ 0.418166] pci 0000:00:02.0: Boot video device
[ 0.418436] Simple Boot Flag at 0x35 set to 0x1
[ 0.418625] Scanning for low memory corruption every 60 seconds
[ 0.418779] audit: initializing netlink socket (disabled)
[ 0.418791] type=2000 audit(1309544917.409:1): initialized
[ 0.428501] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.429869] VFS: Disk quotas dquot_6.5.2
[ 0.429924] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.430544] fuse init (API version 7.13)
[ 0.430626] msgmni has been set to 7766
[ 0.430842] alg: No test for stdrng (krng)
[ 0.430894] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.430897] io scheduler noop registered
[ 0.430899] io scheduler anticipatory registered
[ 0.430900] io scheduler deadline registered
[ 0.430936] io scheduler cfq registered (default)
[ 0.431176] alloc irq_desc for 24 on node -1
[ 0.431178] alloc kstat_irqs on node -1
[ 0.431197] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.431223] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.431493] alloc irq_desc for 25 on node -1
[ 0.431495] alloc kstat_irqs on node -1
[ 0.431513] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.431532] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.431796] alloc irq_desc for 26 on node -1
[ 0.431797] alloc kstat_irqs on node -1
[ 0.431810] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
[ 0.431832] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.432091] alloc irq_desc for 27 on node -1
[ 0.432093] alloc kstat_irqs on node -1
[ 0.432106] pcieport 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.432127] pcieport 0000:00:1c.3: setting latency timer to 64
[ 0.432262] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.432815] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 283f ss_vid 0 ss_did 0
[ 0.432879] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.432921] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2841 ss_vid 0 ss_did 0
[ 0.432977] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
[ 0.433014] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 2843 ss_vid 0 ss_did 0
[ 0.433071] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[ 0.433108] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 2845 ss_vid 0 ss_did 0
[ 0.433162] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
[ 0.433170] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.433427] ACPI: AC Adapter [AC] (on-line)
[ 0.433532] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.433725] ACPI: Lid Switch [LID]
[ 0.433773] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.433781] ACPI: Sleep Button [SLPB]
[ 0.433833] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.433836] ACPI: Power Button [PWRF]
[ 0.434512] ACPI: SSDT 00000000bf6e1b32 002C4 (v01 PmRef Cpu0Ist 00000100 INTL 20050513)
[ 0.435191] ACPI: SSDT 00000000bf6e1e7b 0085E (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
[ 0.440039] Monitor-Mwait will be used to enter C-1 state
[ 0.440075] Monitor-Mwait will be used to enter C-2 state
[ 0.440105] Monitor-Mwait will be used to enter C-3 state
[ 0.440157] processor LNXCPU:00: registered as cooling_device0
[ 0.440520] ACPI: SSDT 00000000bf6e1a6a 000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513)
[ 0.440959] ACPI: SSDT 00000000bf6e1df6 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
[ 0.452755] processor LNXCPU:01: registered as cooling_device1
[ 0.457798] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.457808] ACPI: Thermal Zone [THM0] (63 C)
[ 0.459321] thermal LNXTHERM:02: registered as thermal_zone1
[ 0.459328] ACPI: Thermal Zone [THM1] (61 C)
[ 0.460810] Linux agpgart interface v0.103
[ 0.460853] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.462111] brd: module loaded
[ 0.462573] loop: module loaded
[ 0.462655] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[ 0.462749] ata_piix 0000:00:1f.1: version 2.13
[ 0.462764] ata_piix 0000:00:1f.1: PCI INT C -> GSI 16 (level, low) -> IRQ 16
[ 0.462817] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.462922] scsi0 : ata_piix
[ 0.462990] scsi1 : ata_piix
[ 0.463712] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1c00 irq 14
[ 0.463715] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1c08 irq 15
[ 0.464055] Fixed MDIO Bus: probed
[ 0.464086] PPP generic driver version 2.4.2
[ 0.464121] tun: Universal TUN/TAP device driver, 1.6
[ 0.464123] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.464207] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.464494] ata2: port disabled. ignoring.
[ 0.472835] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[ 0.473240] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[ 0.473254] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 0.473287] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.473293] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.473345] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.477285] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 0.477307] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xf8426c00
[ 0.492949] ACPI: Battery Slot [BAT0] (battery present)
[ 0.500037] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.500141] usb usb1: configuration #1 chosen from 1 choice
[ 0.500171] hub 1-0:1.0: USB hub found
[ 0.500181] hub 1-0:1.0: 4 ports detected
[ 0.500484] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 0.500955] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 0.500970] alloc irq_desc for 19 on node -1
[ 0.500972] alloc kstat_irqs on node -1
[ 0.500979] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.501008] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.501014] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.501063] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.501123] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.505027] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 0.505048] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xf8427000
[ 0.522536] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.522719] usb usb2: configuration #1 chosen from 1 choice
[ 0.522747] hub 2-0:1.0: USB hub found
[ 0.522756] hub 2-0:1.0: 6 ports detected
[ 0.522837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.522856] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.522901] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.522914] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.522920] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.522967] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.523017] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[ 0.523107] usb usb3: configuration #1 chosen from 1 choice
[ 0.523131] hub 3-0:1.0: USB hub found
[ 0.523138] hub 3-0:1.0: 2 ports detected
[ 0.523399] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
[ 0.523588] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
[ 0.523595] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.523604] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.523609] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.523642] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.523688] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[ 0.523785] usb usb4: configuration #1 chosen from 1 choice
[ 0.523809] hub 4-0:1.0: USB hub found
[ 0.523815] hub 4-0:1.0: 2 ports detected
[ 0.524038] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 0.524216] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 0.524223] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.524233] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.524239] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.524270] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.524315] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
[ 0.524409] usb usb5: configuration #1 chosen from 1 choice
[ 0.524439] hub 5-0:1.0: USB hub found
[ 0.524445] hub 5-0:1.0: 2 ports detected
[ 0.524495] alloc irq_desc for 17 on node -1
[ 0.524497] alloc kstat_irqs on node -1
[ 0.524502] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.524513] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.524519] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.524549] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.524593] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
[ 0.524693] usb usb6: configuration #1 chosen from 1 choice
[ 0.524716] hub 6-0:1.0: USB hub found
[ 0.524722] hub 6-0:1.0: 2 ports detected
[ 0.524940] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[ 0.525120] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[ 0.525127] alloc irq_desc for 18 on node -1
[ 0.525128] alloc kstat_irqs on node -1
[ 0.525132] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.525142] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.525148] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.525180] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.525226] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
[ 0.525311] usb usb7: configuration #1 chosen from 1 choice
[ 0.525337] hub 7-0:1.0: USB hub found
[ 0.525343] hub 7-0:1.0: 2 ports detected
[ 0.525441] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.534064] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.534072] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.534205] mice: PS/2 mouse device common for all mice
[ 0.534345] rtc_cmos 00:07: RTC can wake from S4
[ 0.534385] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.534427] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.534564] device-mapper: uevent: version 1.0.3
[ 0.534669] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 0.534744] device-mapper: multipath: version 1.1.0 loaded
[ 0.534746] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.534968] cpuidle: using governor ladder
[ 0.535068] cpuidle: using governor menu
[ 0.535385] TCP cubic registered
[ 0.535528] NET: Registered protocol family 10
[ 0.535948] lo: Disabled Privacy Extensions
[ 0.536209] NET: Registered protocol family 17
[ 0.538492] PM: Resume from disk failed.
[ 0.538504] registered taskstats version 1
[ 0.539284] Magic number: 3:914:492
[ 0.539401] rtc_cmos 00:07: setting system clock to 2011-07-01 18:28:38 UTC (1309544918)
[ 0.539404] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.539406] EDD information not available.
[ 0.541240] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.549598] Freeing initrd memory: 8141k freed
[ 0.640731] ata1.00: ATAPI: HL-DT-STCD-RW/DVD DRIVE GCC-M10N, 1.02, max UDMA/33
[ 0.680347] ata1.00: configured for UDMA/33
[ 0.685910] scsi 0:0:0:0: CD-ROM HL-DT-ST RW/DVD GCC-M10N 1.02 PQ: 0 ANSI: 5
[ 0.697253] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 0.697256] Uniform CD-ROM driver Revision: 3.20
[ 0.697376] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 0.697440] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 0.697523] Freeing unused kernel memory: 888k freed
[ 0.697995] Write protecting the kernel read-only data: 7688k
[ 0.712571] udev: starting version 151
[ 0.761209] ahci 0000:00:1f.2: version 3.0
[ 0.761238] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.761323] alloc irq_desc for 28 on node -1
[ 0.761326] alloc kstat_irqs on node -1
[ 0.761343] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[ 0.761428] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode
[ 0.761431] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
[ 0.761441] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.807698] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[ 0.807701] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 0.810158] scsi2 : ahci
[ 0.812235] scsi3 : ahci
[ 0.812356] scsi4 : ahci
[ 0.812455] ata3: SATA max UDMA/133 abar m2048@0xf8426000 port 0xf8426100 irq 28
[ 0.812457] ata4: DUMMY
[ 0.812463] ata5: SATA max UDMA/133 abar m2048@0xf8426000 port 0xf8426200 irq 28
[ 0.812710] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.812726] e1000e 0000:00:19.0: setting latency timer to 64
[ 0.812938] alloc irq_desc for 29 on node -1
[ 0.812941] alloc kstat_irqs on node -1
[ 0.812963] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 1.092631] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:1e:37:d6:3f:4a
[ 1.092634] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.092669] 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1008ff-0ff
[ 1.160077] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.160102] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.162024] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.162027] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.162031] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.163927] ata3.00: ATA-8: ST9500420ASG, 0002SDM1, max UDMA/133
[ 1.163930] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.166219] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 1.166223] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 1.166226] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 1.168052] ata3.00: configured for UDMA/133
[ 1.180061] usb 2-5: new high speed USB device using ehci_hcd and address 2
[ 1.180235] scsi 2:0:0:0: Direct-Access ATA ST9500420ASG 0002 PQ: 0 ANSI: 5
[ 1.180363] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.180378] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.180410] sd 2:0:0:0: [sda] Write Protect is off
[ 1.180413] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.180441] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.180791] sda: sda1 sda2 sda3
[ 1.225832] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.341570] usb 2-5: configuration #1 chosen from 1 choice
[ 1.613423] EXT4-fs (sda1): mounted filesystem with ordered data mode
[ 1.625200] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 1.794189] usb 3-1: configuration #1 chosen from 1 choice
[ 2.072572] usb 3-2: new full speed USB device using uhci_hcd and address 3
[ 2.253193] usb 3-2: configuration #1 chosen from 1 choice
[ 2.532554] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 2.718866] usb 4-1: configuration #1 chosen from 1 choice
[ 10.138489] udev: starting version 151
[ 10.200185] Adding 5116692k swap on /dev/sda3. Priority:-1 extents:1 across:5116692k
[ 10.218345] lp: driver loaded but no devices found
[ 10.285067] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 10.285993] agpgart-intel 0000:00:00.0: detected 7676K stolen memory
[ 10.344773] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 10.375730] cfg80211: Calling CRDA to update world regulatory domain
[ 10.423012] Non-volatile memory driver v1.3
[ 10.423307] cfg80211: World regulatory domain updated:
[ 10.423310] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 10.423313] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.423315] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.423318] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 10.423320] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.423323] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 10.436767] [drm] Initialized drm 1.1.0 20060810
[ 10.436996] type=1505 audit(1309544928.390:2): operation="profile_load" pid=653 name="/sbin/dhclient3"
[ 10.437679] type=1505 audit(1309544928.390:3): operation="profile_load" pid=653 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 10.438050] type=1505 audit(1309544928.390:4): operation="profile_load" pid=653 name="/usr/lib/connman/scripts/dhclient-script"
[ 10.447195] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[ 10.481129] i915 0000:00:02.0: power state changed by ACPI to D0
[ 10.481173] i915 0000:00:02.0: power state changed by ACPI to D0
[ 10.481181] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 10.481185] i915 0000:00:02.0: setting latency timer to 64
[ 10.491633] usbcore: registered new interface driver hiddev
[ 10.494032] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input5
[ 10.494145] generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.1-1/input0
[ 10.498888] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.1/input/input6
[ 10.499012] generic-usb 0003:046D:C52F.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.1-1/input1
[ 10.499037] usbcore: registered new interface driver usbhid
[ 10.499040] usbhid: v2.6:USB HID core driver
[ 10.507964] Linux video capture interface: v2.00
[ 10.541303] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:1004)
[ 10.542005] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27k
[ 10.542008] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[ 10.542120] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 10.542147] iwlagn 0000:03:00.0: setting latency timer to 64
[ 10.542216] iwlagn 0000:03:00.0: Detected Intel Wireless WiFi Link 4965AGN REV=0x4
[ 10.554626] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 10.554630] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 10.562582] alloc irq_desc for 30 on node -1
[ 10.562584] alloc kstat_irqs on node -1
[ 10.562603] i915 0000:00:02.0: irq 30 for MSI/MSI-X
[ 10.562610] [drm] set up 7M of stolen space
[ 10.569964] Bluetooth: Core ver 2.15
[ 10.570716] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[ 10.570719] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 10.570721] thinkpad_acpi: ThinkPad BIOS 7LETC7WW (2.27 ), EC 7KHT24WW-1.08
[ 10.570723] thinkpad_acpi: Lenovo ThinkPad T61, model 7661LZ4
[ 10.572770] thinkpad_acpi: ACPI backlight control delay disabled
[ 10.572941] NET: Registered protocol family 31
[ 10.572943] Bluetooth: HCI device and connection manager initialized
[ 10.572945] Bluetooth: HCI socket layer initialized
[ 10.574442] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 10.574550] usbcore: registered new interface driver btusb
[ 10.576114] thinkpad_acpi: radio switch found; radios are enabled
[ 10.576304] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 10.576306] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 10.582115] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 10.583438] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[ 10.583444] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[ 10.583451] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O window: 0x6000 - 0x9fff
[ 10.583454] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xd4000000 - 0xd78fffff
[ 10.583457] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xd8000000 - 0xdbffffff
[ 10.584416] Registered led device: tpacpi::thinklight
[ 10.584822] Registered led device: tpacpi::power
[ 10.585226] Registered led device: tpacpi::standby
[ 10.585611] Registered led device: tpacpi::thinkvantage
[ 10.588200] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
[ 10.589064] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 10.596381] input: Integrated Camera as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input7
[ 10.596441] usbcore: registered new interface driver uvcvideo
[ 10.596443] USB Video Class driver (v0.1.0)
[ 10.604308] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
[ 10.604394] alloc irq_desc for 31 on node -1
[ 10.604396] alloc kstat_irqs on node -1
[ 10.604422] iwlagn 0000:03:00.0: irq 31 for MSI/MSI-X
[ 10.624486] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[ 10.716676] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 10.971040] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04791/0x300000
[ 10.971045] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 11.013208] EXT4-fs (sda2): mounted filesystem with ordered data mode
[ 11.026511] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[ 11.060981] [drm] initialized overlay support
[ 11.572401] fb0: inteldrmfb frame buffer device
[ 11.572404] registered panic notifier
[ 11.574905] acpi device:01: registered as cooling_device2
[ 11.575694] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[ 11.575740] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 11.575795] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 11.575846] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 11.575850] hda_intel: probe_mask set to 0x1 for device 17aa:20ac
[ 11.575884] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.579028] vga16fb: initializing
[ 11.579032] vga16fb: mapped to 0xffff8800000a0000
[ 11.579036] vga16fb: not registering due to another framebuffer present
[ 11.678747] Console: switching to colour frame buffer device 180x56
[ 12.038695] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
[ 12.331644] type=1505 audit(1309544930.283:5): operation="profile_load" pid=930 name="/usr/share/gdm/guest-session/Xsession"
[ 12.338017] type=1505 audit(1309544930.293:6): operation="profile_replace" pid=931 name="/sbin/dhclient3"
[ 12.338702] type=1505 audit(1309544930.293:7): operation="profile_replace" pid=931 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[ 12.339078] type=1505 audit(1309544930.293:8): operation="profile_replace" pid=931 name="/usr/lib/connman/scripts/dhclient-script"
[ 12.349223] type=1505 audit(1309544930.303:9): operation="profile_load" pid=935 name="/usr/bin/evince"
[ 12.374262] type=1505 audit(1309544930.333:10): operation="profile_load" pid=942 name="/usr/lib/cups/backend/cups-pdf"
[ 12.376450] type=1505 audit(1309544930.333:11): operation="profile_load" pid=942 name="/usr/sbin/cupsd"
[ 12.550329] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 12.602669] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 12.603228] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 12.604985] iwlagn 0000:03:00.0: firmware: requesting iwlwifi-4965-2.ucode
[ 12.617827] iwlagn 0000:03:00.0: loaded firmware version 228.61.2.24
[ 12.624086] vboxdrv: Found 2 processor cores.
[ 12.624161] VBoxDrv: dbg - g_abExecMemory=ffffffffa03a0a40
[ 12.624173] vboxdrv: fAsync=1 offMin=0x5333e offMax=0x5333e
[ 12.624235] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[ 12.624236] vboxdrv: Successfully loaded version 4.0.10 (interface 0x00180000).
[ 12.911787] Registered led device: iwl-phy0::radio
[ 12.911807] Registered led device: iwl-phy0::assoc
[ 12.911822] Registered led device: iwl-phy0::RX
[ 12.911837] Registered led device: iwl-phy0::TX
[ 12.970256] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.990655] Bluetooth: L2CAP ver 2.14
[ 12.990658] Bluetooth: L2CAP socket layer initialized
[ 12.996698] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.996701] Bluetooth: BNEP filters: protocol multicast
[ 13.005316] Bridge firewalling registered
[ 13.025960] Bluetooth: SCO (Voice Link) ver 0.6
[ 13.025963] Bluetooth: SCO socket layer initialized
[ 13.049733] ppdev: user-space parallel port driver
[ 13.122625] Bluetooth: RFCOMM TTY layer initialized
[ 13.122650] Bluetooth: RFCOMM socket layer initialized
[ 13.122652] Bluetooth: RFCOMM ver 1.11
[ 17.462660] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 17.701253] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input12
[ 22.032575] CE: hpet increasing min_delta_ns to 15000 nsec
[ 25.512323] wlan0: deauthenticating from 00:1e:2a:e0:c0:76 by local choice (reason=3)
[ 25.512352] wlan0: direct probe to AP 00:1e:2a:e0:c0:76 (try 1)
[ 25.515881] wlan0: direct probe responded
[ 25.515891] wlan0: authenticate with AP 00:1e:2a:e0:c0:76 (try 1)
[ 25.517770] wlan0: authenticated
[ 25.517792] wlan0: associate with AP 00:1e:2a:e0:c0:76 (try 1)
[ 25.520392] wlan0: RX AssocResp from 00:1e:2a:e0:c0:76 (capab=0x411 status=0 aid=1)
[ 25.520397] wlan0: associated
[ 25.542272] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 36.240020] wlan0: no IPv6 routers present
[ 38.624829] CE: hpet increasing min_delta_ns to 22500 nsec
[ 141.436137] ata1.00: disabled
[ 141.436173] ata1.00: detaching (SCSI 0:0:0:0)
[ 141.436909] ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR - undocking
[ 196.442402] ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR - docking
[ 196.442891] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen
[ 196.442900] ata1: ACPI event
[ 201.480117] ata1: link is slow to respond, please be patient (ready=0)
[ 206.462590] ata1: device not ready (errno=-16), forcing hardreset
[ 206.462614] ata1: soft resetting link
[ 211.670107] ata1: link is slow to respond, please be patient (ready=0)
[ 216.470083] ata1: SRST failed (errno=-16)
[ 216.470104] ata1: soft resetting link
[ 221.670105] ata1: link is slow to respond, please be patient (ready=0)
[ 226.530088] ata1: SRST failed (errno=-16)
[ 226.530112] ata1: soft resetting link
[ 231.730096] ata1: link is slow to respond, please be patient (ready=0)
[ 261.570106] ata1: SRST failed (errno=-16)
[ 261.570128] ata1: soft resetting link
[ 266.592583] ata1: SRST failed (errno=-16)
[ 266.592594] ata1: reset failed, giving up
[ 266.592604] ata1: EH complete
steffen@steffen-thinkpad:~$
|
Ausgabe von | Platte /dev/sda: 500.1 GByte, 500107862016 Byte
255 Köpfe, 63 Sektoren/Spur, 60801 Zylinder, zusammen 976773168 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00099586
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 63 53255474 26627706 83 Linux
/dev/sda2 53255475 966534659 456639592+ 83 Linux
/dev/sda3 966534660 976768064 5116702+ 82 Linux Swap / Solaris
|
Ausgabe von leider keine Ausgabe im Terminal???
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

1. Juli 2011 21:04
Die Platte läuft nicht an oder was auch immer: [ 201.480117] ata1: link is slow to respond, please be patient (ready=0)
[ 206.462590] ata1: device not ready (errno=-16), forcing hardreset
[ 206.462614] ata1: soft resetting link
[ 211.670107] ata1: link is slow to respond, please be patient (ready=0)
[ 216.470083] ata1: SRST failed (errno=-16)
[ 216.470104] ata1: soft resetting link
[ 221.670105] ata1: link is slow to respond, please be patient (ready=0)
[ 226.530088] ata1: SRST failed (errno=-16)
[ 226.530112] ata1: soft resetting link
[ 231.730096] ata1: link is slow to respond, please be patient (ready=0)
[ 261.570106] ata1: SRST failed (errno=-16)
[ 261.570128] ata1: soft resetting link
[ 266.592583] ata1: SRST failed (errno=-16)
[ 266.592594] ata1: reset failed, giving up
[ 266.592604] ata1: EH complete
Hast Du die Möglichkeit zum Test eine andere Platte in den Ultrabay-Adapter einzubauen? ps. wie hast Du die Platte in den Adapter eingesetzt, mit Käfig?
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 21:06
Sorry musste erst ein paar mal verbessern... habe den Editor im Forum das erste mal verwendet. Ist die Ultrabay mit HDD überhaupt Hot Swap fähig oder muss ich generell mit eingeschobener Ultrabay Booten.
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

1. Juli 2011 21:09
Klar geht Hot Swap. Sag bitte noch was zu meinen Fragen.
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 21:28
Habe 2 verschiedene Platten ausprobiert beides Seagate eine mit 160 G eine mit 320 G. Ultrabay-Adapter ist von Leicke und da wird so wie ich das sehe kein Käfig verwendet. Festplatte sitzt fest drin. Witziger weise wenn ich mit eingeschobener Ultrabay Boote meckert das Bios gleich rum dass ein Ultrabay drin ist.... Esc drücken dann lange warten und die Kiste fährt hoch. Festplatte wird im OS trotzdem nicht erkannt. Im Bios jedoch schon.
Arghhh wenn ich die Ultrabay im Betrieb einschiebe brennt das Festplattenläbsche dauerhaft... auch nicht normal.
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

1. Juli 2011 21:34
Verzeih die dumme Frage: der Adapter von Leicke stellt sicher, daß die Unterseite der HDD gegen den Adapterboden elektrisch isoliert ist? Mein China-Adapter tut das nicht.
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 21:45
Habe gerade den Adapter mit dünnem Papier feinst säuberlich ausgelegt..... immer noch mit beiden Platten. An USB gehen die Dinger. Kaum zu glauben.
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

1. Juli 2011 21:57
Hoffe ich auch... danke Dir erst mal für die Hilfe, vielleicht hat noch jemand das selbe Problem wie ich und sieht den Beitrag... naja ich klapp mal den Deckel zu und geh auf den Schreck ein Bier trinken
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

1. Juli 2011 22:01
Prost . Frag auch mal die Hardwareexperten im ThinkPad-Forum (unter Nennung deiner Modell-Nr. 7661-LZ4 und Verweis auf diesen Thread).
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

4. Juli 2011 09:20
So jetzt bin ich ein wenig weiter... erstens habe ich ein Bios Update auf 2.29 durchgeführt da das 2.27er Bios eine Mod Variante war (hat der Vorbesitzer drauf gemacht um das Gerät für SSD zu optimieren) welches anscheinend dem PATA Host Controller ein paar Schwierigkeiten bereitet. Danach die Ultrabay Festplatte in die Bootreihenfolge einbinden (hinter der Bootplatte). Ab da war alles soweit OK. Festplatte funktioniert - Festplatten LED leuchtet nicht mehr andauernd.... nur das OS friert beim Daten kopieren immer wieder ein. Nach einigem Suchen habe ich gelesen dass anscheinend Seagate Festplatten und Ultrabay - Betrieb keine guten Partner sind. Seagate raus und ne Hitachi rein... siehe da geht.... wenn das Ding in Ordnung wäre... hat leider paar defekte Sektoren und macht Probleme. Muss das ganze also noch mit einer anderen Festplatte (keine Seagate) ausprobieren. Hat jemand nen Tip? Sollte gute 750 Gig haben.
|
|
linrunner
Anmeldungsdatum: Aug. 7, 2007
Beiträge: 2172
|

4. Juli 2011 19:26
nobbes schrieb: da das 2.27er Bios eine Mod Variante war (hat der Vorbesitzer drauf gemacht um das Gerät für SSD zu optimieren) welches anscheinend dem PATA Host Controller ein paar Schwierigkeiten bereitet.
Ein Middleton-BIOS um SATA2 freizuschalten? Die Ultrabayplatten werden übrigens per SATA angebunden, da ist gar kein PATA ...
Nach einigem Suchen habe ich gelesen dass anscheinend Seagate Festplatten und Ultrabay - Betrieb keine guten Partner sind. S
Das wäre mir neu. Hast Du einen Link?
Hitachi rein... siehe da geht.... wenn das Ding in Ordnung wäre... hat leider paar defekte Sektoren und macht Probleme.
Schon den Drive Fitness Test von Hitachi drüberlaufen lassen? Der kann über "Erase Disk" auch defekte Sektoren austauschen.
|
|
nobbes
(Themenstarter)
Anmeldungsdatum: Okt. 13, 2008
Beiträge: 11
Wohnort: Leimen
|

5. Juli 2011 22:58
Ein Middleton-BIOS um SATA2 freizuschalten?
Jepp genau das jenige...
Die Ultrabayplatten werden übrigens per SATA angebunden, da ist gar kein PATA ...
Aber hängen laut Laufwerksverwaltung am PATA Host Controller, meine Systemplatte hängt am SATA Controller... habs aber noch nicht auf der Kommandozeile überprüft. Kommt aber noch.
Das wäre mir neu. Hast Du einen Link?
Oh je... wildes Suchen war das... aber ich glaube in den tiefsten Tiefen des Thinkpad Forums. Ich hoffe ich finds noch mal.
Schon den Drive Fitness Test von Hitachi drüberlaufen lassen? Der kann über "Erase Disk" auch defekte Sektoren austauschen.
Klasse... Danke schau ich mir an, hab mir heute eine Samsung SpinPoint M8 HN-M101MBB - 1TB bestellt. Mal sehen wie die mit der Ultrabay funktioniert.
|