Samsung HD161HJ-SRC
Here you can find all about Samsung HD161HJ-SRC like manual and other informations. For example: review.
Samsung HD161HJ-SRC manual (user guide) is ready to download for free.
On the bottom of page users can write a review. If you own a Samsung HD161HJ-SRC please write about it to help other people. [ Report abuse or wrong photo | Share your Samsung HD161HJ-SRC photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(English)Samsung HD161HJ-SRC, size: 121 KB |
Samsung HD161HJ-SRC
User reviews and opinions
| BirdinBush |
8:10am on Saturday, October 9th, 2010 ![]() |
| Great piece of kit Works out of the box. Given our PC a new lease of life. Not more to say really! Insufficient Packaging/Protection During Delivery - But Good Product I bought this drive last week and it arrived yesterday. The product is fine. Great drive for PS3 Does what it says on the tin. Swapped HD in my PS3, I now have 465GB instead of 37GB. Very nice. | |
| paulsuk |
2:33am on Wednesday, October 6th, 2010 ![]() |
| Excellent drive! Have been using this as a backup drive for about 2 months. Fast. | |
| GerrFel |
12:43am on Wednesday, September 29th, 2010 ![]() |
| very quite in use good read&seek performance staight forward installation none found Installed on PC running XP Pro as additional storage editing and playback of video and picture files. Easy to install and does the job well. None | |
| total_recall |
9:22am on Thursday, September 16th, 2010 ![]() |
| What a shame - I have over a dozen Samsung drives in service and 2/3 of these failed. The runaround from Samsung is the most disappointing aspect. | |
| Antonimo |
5:38am on Saturday, August 21st, 2010 ![]() |
| Crashed 4 times during the one year warranty. Fast (before it crashes) Prone to failure....S.M.A.R.T. errors each time | |
| conner_john@hotmail.com |
3:40pm on Thursday, August 12th, 2010 ![]() |
| Samsung F3 HD103SJ Hard Drive Excellent performance at a good price. Very quiet drive, and much speedier than the original. | |
| hbquikcomjamesl |
10:06am on Friday, June 18th, 2010 ![]() |
| Model:HD161HJ Quiet hard drive, Considerably fast, stable (no crash recorded) SATA power connecter a bit fragile | |
| newpgr |
9:41pm on Monday, April 26th, 2010 ![]() |
| i wish Newegg sold 16MB cache drives in IDE still (at time of purchase. Works quite well in the Toshiba Satellite S135 none Fast ; Lots of storage space None Inexpensive it ran fast, quiet, and cool inside a freenas server for about 6 months then a few clicking noises and that was it. | |
Comments posted on www.ps2netdrivers.net are solely the views and opinions of the people posting them and do not necessarily reflect the views or opinions of us.
Documents

Re: patch for topology detection of Intel CPUs
Source: http://unix.derkeiler.com/MailingLists/FreeBSD/current/201009/msg00149.html
From: Olivier Smedts <olivier@xxxxxxxx> Date: Mon, 6 Sep 2010 19:12:30 +0200 2010/9/6 Andriy Gapon <avg@xxxxxxxxxxx>: on 06/09/2010 19:22 Jeremy Chadwick said the following: On Mon, Sep 06, 2010 at 04:28:02PM +0300, Andriy Gapon wrote: on 06/09/2010 16:12 Jeremy Chadwick said the following: Great, thanks! I'll be testing this out on two separate systems, both RELENG_8: Supermicro X7SBA + Intel C2D E8400 (stepping 10) Supermicro X7SBLLN2 + Intel C2D E6600 (stepping 6) I'll make sure to provide what the topology looks like before and after. Is CPUrelevant dmesg output sufficient?
If you mean something like the below, then yes. Thanks! [.]
All done. Good news (I think): there's no difference in the CPUrelated topology on either system with your patch, aside from kernel build date. The topologies are still detected correctly. In case you want them:
Thanks a lot for the test!
Here is mine : no difference before and after the patch : FreeBSD 8.1STABLE #0 r212258M: Mon Sep 6 18:36:00 CEST 2010 root@xxxxxxxxxx:/usr/obj/usr/src/sys/QUAD amd64 Timecounter "i8254" frequency 1193182 Hz quality 0 Re: patch for topology detection of Intel CPUs 1
CPU: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz (2999.87MHz K8class CPU) Origin = "GenuineIntel" Id = 0x10677 Family = 6 Model = 17 Stepping = 7 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3 Features2=0x8e3fd<SSE3,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1> AMD Features=0x20100800<SYSCALL,NX,LM> AMD Features2=0x1<LAHF> TSC: Pstate invariant real memory = 2147483648 (2048 MB) avail memory = 2029350912 (1935 MB) ACPI APIC Table: <A_M_I_ OEMAPIC > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3
The only thing I noticed is this, after the patch : ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <SAMSUNG HD161HJ JF10019> ATA7 SATA 2.x device ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 152627MB (byte sectors: 16H 63S/T 16383C) SMP: AP CPU #1 Launched!cd0 at ahcich2 bus 0 scbus2 target 0 lun 0 cd0: <LITEON DVDRW LH20A1S 9L08> Removable CDROM SCSI0 device cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! Trying to mount root from zfs:tank/freebsd
Before the patch, all the "SMP: AP CPU #X Launched!" were correctly displayed, with carriage returns. Yes, I use "options PRINTF_BUFR_SIZE=128". And I don't know if that's related to the patch. Cheers, Olivier
[test results snipped]
All other systems I have are C2D and C2Qbased, but I can't easily test on those given their production roles. If there's a particular Intel processor family/model you're interested in, let me know and I can dig around to see if I have access to one. Re: patch for topology detection of Intel CPUs 2
Re: patch for topology detection of Intel CPUs No particular models in mind. If you have systems with more complex topologies, like multiple physical packages or HTT enabled, I will be interested in seeing test results for those. Thanks again. Andriy Gapon _______________________________________________ freebsdcurrent@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsdcurrent To unsubscribe, send any mail to "freebsdcurrentunsubscribe@xxxxxxxxxxx"
Olivier Smedts
_ ASCII ribbon campaign ( ) email: olivier@xxxxxxxx against HTML email & vCards X www: http://www.gid0.org against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." _______________________________________________ freebsdcurrent@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsdcurrent To unsubscribe, send any mail to "freebsdcurrentunsubscribe@xxxxxxxxxxx"

stable8 regression: time stands still
Source: http://unix.derkeiler.com/MailingLists/FreeBSD/stable/201003/msg00016.html
From: Ruben de Groot <mail25@xxxxxxxxx> Date: Mon, 1 Mar 2010 21:34:50 +0100
Hi, After upgrading my 7.2PRERELEASE system to 8stable I encountered some very strange problems, most obvious: startup would hang on starting devd, only continuing after a ^C reboot would hang, but reboot q would work. nfs clients would report strange locking problems. Now I've found that probably the real problem here is that NO TIME IS PASSING (!!). Successively calling 'date' will allways give me the exact same time to the second. A 'sleep 1' will hang indefinetely.
The BIOS is OK. After (and only after) a reboot, time will be updated to the time of reboot, but stay there forever after. Before I go back to 7.2 (tested there are still no problems there with a livecd) maybe someone want to shed some light on this. I've attached dmesg.boot. cheers, Ruben Copyright (c) 19922009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0RELEASEp2 #6: Sun Feb 21 15:45:07 CET 2010 root@xxxxxxxxxxxxx:/usr/obj/usr/src/sys/MALENFANT module_register: module g_label already exists! Module g_label failed to register: 17 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (2700.11MHz 686class CPU) Origin = "AuthenticAMD" Id = 0x60fb2 Stepping = 2 stable8 regression: time stands still 1
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE Features2=0x2001<SSE3,CX16> AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!> AMD Features2=0x11f<LAHF,CMP,SVM,ExtAPIC,CR8,Prefetch> TSC: Pstate invariant real memory = 2147483648 (2048 MB) avail memory = 1958805504 (1868 MB) ACPI APIC Table: <090908 APIC1020> FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 <Version 2.1> irqs 023 on motherboard kbd1 at kbdmux0 acpi0: <090908 RSDT1020> on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fff00000, 100000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 77f00000 (3) failed ACPI HPET table warning: Sequence is nonzero (2) Timecounter "ACPIsafe" frequency 3579545 Hz quality 850 acpi_timer0: <32bit timer at 3.579545MHz> port 0x8080x80b on acpi0 acpi_hpet0: <High Precision Event Timer> iomem 0xfed000000xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 pcib0: <ACPI HostPCI bridge> port 0xcf80xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCIPCI bridge> at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 vgapci0: <VGAcompatible display> port 0xc0000xc0ff mem 0xf00000000xf7ffffff,0xfe9f00000xfe9fffff,0xfe8000000xfe8fffff irq 18 at device 5.0 on pci1 pcib2: <ACPI PCIPCI bridge> at device 5.0 on pci0 pci2: <ACPI PCI bus> on pcib2 re0: <RealTek 8101E/8102E/8102EL PCIe 10/100baseTX> port 0xd8000xd8ff mem 0xfeaff0000xfeafffff irq 17 at device 0.0 on pci2 re0: Using 1 MSI messages re0: Chip rev. 0x34000000 re0: MAC rev. 0x00000000 miibus0: <MII bus> on re0 rlphy0: <RTL8201L 10/100 media interface> PHY 1 on miibus0 rlphy0: 10baseT, 10baseTFDX, 100baseTX, 100baseTXFDX, auto re0: Ethernet address: 00:1f:e2:6a:ac:35 re0: [FILTER] atapci0: <ATI IXP600 SATA300 controller> port 0xb0000xb007,0xa0000xa003,0x90000x9007,0x80000x8003,0x70000x700f mem 0xfe7ff8000xfe7ffbff irq 22 at device 18.0 on pci0 atapci0: [ITHREAD] atapci0: AHCI v1.10 controller with 4 3Gbps ports, PM supported ata2: <ATA channel 0> on atapci0 ata2: port is not ready (timeout 0ms) tfd = 000001d0 stable8 regression: time stands still 2
stable8 regression: time stands still ata2: software reset clear timeout ata2: [ITHREAD] ata3: <ATA channel 1> on atapci0 ata3: port is not ready (timeout 0ms) tfd = 000001d0 ata3: software reset clear timeout ata3: [ITHREAD] ata4: <ATA channel 2> on atapci0 ata4: [ITHREAD] ata5: <ATA channel 3> on atapci0 ata5: [ITHREAD] ohci0: <OHCI (generic) USB controller> mem 0xfe7fe0000xfe7fefff irq 16 at device 19.0 on pci0 ohci0: [ITHREAD] usbus0: <OHCI (generic) USB controller> on ohci0 ohci1: <OHCI (generic) USB controller> mem 0xfe7fd0000xfe7fdfff irq 17 at device 19.1 on pci0 ohci1: [ITHREAD] usbus1: <OHCI (generic) USB controller> on ohci1 ohci2: <OHCI (generic) USB controller> mem 0xfe7fc0000xfe7fcfff irq 18 at device 19.2 on pci0 ohci2: [ITHREAD] usbus2: <OHCI (generic) USB controller> on ohci2 ohci3: <OHCI (generic) USB controller> mem 0xfe7fb0000xfe7fbfff irq 17 at device 19.3 on pci0 ohci3: [ITHREAD] usbus3: <OHCI (generic) USB controller> on ohci3 ohci4: <OHCI (generic) USB controller> mem 0xfe7fa0000xfe7fafff irq 18 at device 19.4 on pci0 ohci4: [ITHREAD] usbus4: <OHCI (generic) USB controller> on ohci4 ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfe7ff0000xfe7ff0ff irq 19 at device 19.5 on pci0 ehci0: [ITHREAD] usbus5: EHCI version 1.0 usbus5: <EHCI (generic) USB 2.0 controller> on ehci0 pci0: <serial bus, SMBus> at device 20.0 (no driver attached) atapci1: <ATI IXP600 UDMA133 controller> port 0x1f00x1f7,0x3f6,0x1700x177,0x376,0xff000xff0f at device 20.1 on pci0 ata0: <ATA channel 0> on atapci1 ata0: [ITHREAD] hdac0: <ATI SB600 High Definition Audio Controller> mem 0xfe7f40000xfe7f7fff irq 16 at device 20.2 on pci0 hdac0: HDA Driver Revision: 20090624_0136 hdac0: [ITHREAD] isab0: <PCIISA bridge> at device 20.3 on pci0 isa0: <ISA bus> on isab0 pcib3: <ACPI PCIPCI bridge> at device 20.4 on pci0 pci3: <ACPI PCI bus> on pcib3 ath0: <Atheros 5212> mem 0xfebf00000xfebfffff irq 20 at device 0.0 on pci3 ath0: [ITHREAD] ath0: AR2413 mac 7.9 RF2413 phy 4.5 rl0: <RealTek 8139 10/100BaseTX> port 0xe8000xe8ff mem 0xfebefc000xfebefcff irq 21 at device 1.0 on pci3 miibus1: <MII bus> on rl0 rlphy1: <RealTek internal media interface> PHY 0 on miibus1 rlphy1: 10baseT, 10baseTFDX, 100baseTX, 100baseTXFDX, auto rl0: Ethernet address: 00:0e:2e:55:b1:9b stable8 regression: time stands still 3
stable8 regression: time stands still rl0: [ITHREAD] acpi_button0: <Power Button> on acpi0 atrtc0: <AT realtime clock> port 0x700x71 irq 8 on acpi0 uart0: <16550 or compatible> port 0x3f80x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] uart1: <16550 or compatible> port 0x2f80x2ff irq 3 on acpi0 uart1: [FILTER] ppc0: <Parallel port> port 0x3780x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLEonly) in COMPATIBLE mode ppc0: [ITHREAD] ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 plip0: [ITHREAD] lpt0: <Printer> on ppbus0 lpt0: [ITHREAD] lpt0: Interruptdriven port ppi0: <Parallel I/O> on ppbus0 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANTLOCKED] atkbd0: [ITHREAD] cpu0: <ACPI CPU> on acpi0 acpi_throttle0: <ACPI CPU Throttling> on cpu0 acpi_throttle0: CLK_VAL field overlaps THT_EN bit device_attach: acpi_throttle0 attach returned 6 powernow0: <PowerNow! K8> on cpu0 cpu1: <ACPI CPU> on acpi0 powernow1: <PowerNow! K8> on cpu1 pmtimer0 on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: <Generic ISA VGA> at port 0x3c00x3df iomem 0xa00000xbffff on isa0 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rulebased forwarding disabled, default to accept, logging disabled The GEOM class LABEL is already loaded. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 acd0: DVDR <TSSTcorp CDDVDW SHS222A/SA00> at ata0master UDMA66 ad4: 152627MB <SAMSUNG HD161HJ GF10007> at ata2master SATA300 ugen0.1: <ATI> at usbus0 uhub0: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 ugen1.1: <ATI> at usbus1 uhub1: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 ugen2.1: <ATI> at usbus2 uhub2: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2 stable8 regression: time stands still 4
stable8 regression: time stands still ugen3.1: <ATI> at usbus3 uhub3: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3 ugen4.1: <ATI> at usbus4 uhub4: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 ugen5.1: <ATI> at usbus5 uhub5: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus5 GEOM: ad4: geometry does not match label (255h,63s != 16h,63s). ad6: 152627MB <Maxtor 6V160E0 VA111900> at ata3master SATA300 hdac0: HDA Codec #3: Realtek ALC662 pcm0: <HDA Realtek ALC662 PCM #0 Analog> at cad 3 nid 1 on hdac0 pcm1: <HDA Realtek ALC662 PCM #1 Digital> at cad 3 nid 1 on hdac0 SMP: AP CPU #1 Launched! GEOM: ad6s1: geometry does not match label (255h,63s != 16h,63s). Root mount waiting for: usbus5 usbus4 usbus3 usbus2 usbus1 usbus0 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered Root mount waiting for: usbus5 Root mount waiting for: usbus5 Root mount waiting for: usbus5 Root mount waiting for: usbus5 uhub5: 10 ports with 10 removable, self powered Root mount waiting for: usbus5 Trying to mount root from ufs:/dev/ufs/ROOT ugen0.2: <FTDI> at usbus0 ugen0.3: <vendor 0x1267> at usbus0 ums0: <vendor 0x1267 PS/2+USB Mouse, class 0/0, rev 1.10/22.70, addr 3> on usbus0 ums0: 3 buttons and [XYZ] coordinates ID=0 _______________________________________________ freebsdstable@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsdstable To unsubscribe, send any mail to "freebsdstableunsubscribe@xxxxxxxxxxx"
Tags
KD-220Z 7630EZ CA-53 LH-T300SC Motoculteur 6500 Nokia 6120 CR-H225 Review Maker SGH-X160 Nuvi 370 PB8253 SL-12110MK2 Headset FGX720 730 HT-K25 KL-750 Powerbank Mini Samsung F250 PRO C500 HDR-TG1E ESF6151 Inforad K5 Gen 5 Shotgun EWS1266 DP-330 SP-800UZ Fusion AML 125 Optio M60 KX-TG5623 Versa P RC7723W RW3320 WX-C900MD PL50A650t1F Storage Disk DSC-W220 P Bumblebee Deluxe JBL L36 Photo 2100 Chess XTR-325 OKI B430 LP2 800 Aspire-5650 TCC-2510 SCX-1150F Toshiba A300 EMP-TW20 0302KT DF-4100S MW512 9 AA ASD-11R Ipod KM-1505 IC-303 Talea Giro E350D MDX-C800REC Scubapro-uwatec OXY2 Sunbeam 4200 Avtl 104 HT-SB1G DSC-T100 WV-NS202 2000 B Creator 3 Fransat Hwps12UG T8611M KV27HSR10 Loola Year Door MP280 Samsung G800 X6675 GC-154SQW SU-V900 ESF6120 28PW6006-01 HC-8017 Thinkpad T60P 2L HDI Johurette L Combo Q-D6 SRS Micro 9488 C KDC-MP825 FT720 Hunt C 3735 KIT Sd ED 18 LI SK-500 Mouse Nano GR-642APA LE32A550
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
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











