From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 17:19:26 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C1F1106566C for ; Sat, 28 Jul 2012 17:19:26 +0000 (UTC) (envelope-from vladimir.videscu@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id E20188FC15 for ; Sat, 28 Jul 2012 17:19:25 +0000 (UTC) Received: by obbun3 with SMTP id un3so7909461obb.13 for ; Sat, 28 Jul 2012 10:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kdxv4hMCm84rGLcZleCCfbhI1A5gJhbjEDIwMMUHC5E=; b=Nc1WYR8GFvy4XzFjSe9J04NGgrbG4jP4Tlga/Fnv8+tMxEaT943m3dFaJIHCBa1bbB 9yIYtVQmAxf7EM+cPVdSoyPALSxSpKS76QZG26XPMZtkeBMMBjWbZCr/8VotDILmf1Er knqOUDH0HkgNL1dyaW1eh9HWzHahNcGxj8uM+IyVCfe3t41RQOg1qI+i8FDtm87P9Wz6 Ps1PRiInOGOBCgvZrYhE4Y4r64ASbowV7kPOBpBs4BsM8HftjHHj4JEnujzDh6i1bezg 6Tk+r1MIm5PCMCEA6vE4ZwoiYwAXYhVDK9458aZgtDivrGToqCWauhCeJVt67BFIOvbf pqxA== MIME-Version: 1.0 Received: by 10.60.7.104 with SMTP id i8mr9262714oea.31.1343495965500; Sat, 28 Jul 2012 10:19:25 -0700 (PDT) Received: by 10.76.27.33 with HTTP; Sat, 28 Jul 2012 10:19:25 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Jul 2012 20:19:25 +0300 Message-ID: From: Vladimir Videscu To: =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KLRg9GA0L7QstC10YY=?= Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Wojciech Puchar , questions@freebsd.org Subject: Re: FreeBSD on SSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 17:19:26 -0000 Hello again everyone. First of all, I want to address a thank you for your responses. They have been unexpectedly numerous and have clarified some aspects of my inquiries. The read-cache idea is very sound, mainly because by using it this way Seagate would not have to create a special set of instructions for installing and using the HDD. My final question would be : Seeing as the HDD only has a SATA connector, this would mean that the SSD part already has a memory control device that regulates access to that sector, whether it is a plain read-cache or not. This would imply that FreeBSD could communicate with the HDD normally, through the SATA connector, just like any regular HDD. Based on that sequence of thought, and the fact that on the System Requirements page of FreeBSD it says : * * "*4.4.1.* What kind of hard drives does FreeBSD support? FreeBSD supports EIDE, SATA [...]", am I right to assume that there should be no incompatibility or conflict between the OS and the drive ? Thank you in advance, V.