From owner-freebsd-questions@FreeBSD.ORG Fri Aug 7 18:16:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3023E106564A for ; Fri, 7 Aug 2009 18:16:57 +0000 (UTC) (envelope-from jemrpo@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id DCED78FC1F for ; Fri, 7 Aug 2009 18:16:56 +0000 (UTC) Received: by yxe11 with SMTP id 11so2171010yxe.3 for ; Fri, 07 Aug 2009 11:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=jkYmsxGJ8sj8TdCAcK3Cz5D8OeyNwzR0Z41B19J52qg=; b=CJ4h80YJAqf3RbjTKl+H0cpPFSm7gh+rm4a6+PbT6spi83s/r8ryhA+N/goAc9+q8k GURHlacouYZ/JMUB54IWmRp/8v/ez2lmEKY7lZm8SOokoMnVjAXNHJY/uKg0kz0LuVb3 /RUNZw3BrEfwx7N+pB2wlLLds6D3/E7OjPp4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=UZdc1YyZNucwwZlUH22ba/DnbmsRycMvCEvzdWEQ12LECWl8fh9p76dyRvwdJuot0k 4SkWqfyDc04Gl4D8k2IYxXDLGx7KgVvsy7r1tWeFcIJU/B828sQVhpxxsD4kdl1rs5JZ RZ8uht7vSQdozG2PYgVwIbyzQnQdl2X/Fa5Cg= Received: by 10.90.115.13 with SMTP id n13mr1103047agc.106.1249667059276; Fri, 07 Aug 2009 10:44:19 -0700 (PDT) Received: from ?190.249.43.57? ([190.249.43.57]) by mx.google.com with ESMTPS id 6sm3632502agb.28.2009.08.07.10.44.18 (version=SSLv3 cipher=RC4-MD5); Fri, 07 Aug 2009 10:44:18 -0700 (PDT) From: Juan Esteban Martinez Restrepo To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Fri, 07 Aug 2009 12:44:17 -0500 Message-Id: <1249667057.1305.5.camel@dmhosting.g.ysm.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: PROBLEMS WITH 250GB SATA HD 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: Fri, 07 Aug 2009 18:16:57 -0000 Yesterday I upgraded from 7.2 to 8.0beta2, had some issues with fuse.ko and linux compat, but rebuilt and worked ok, I'm having problems trying to mount my SATA 250GB HD, because it just finds one partition (/dev/ad4s1), but I really have 2 partitions there (/dev/ad4s5 /dev/ad4s6) which are ntfs, when i use FreeSBIE live cd to boot it recognizes both partition (/dev/ad4s5 /dev/ad4s6) and can mount them and read the info which I have stored, but when i boot with 8.0BETA2 just find /dev/ad4s1. any ideas what could that be?, i have tried to boot either generic and custom kernel. and got this message on dmesg http://pastebin.com/m45a3711f -- Juan Esteban Martinez Restrepo