From owner-freebsd-current@FreeBSD.ORG Fri Aug 7 18:14:51 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 732891065689 for ; Fri, 7 Aug 2009 18:14:51 +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 25AF48FC19 for ; Fri, 7 Aug 2009 18:14:51 +0000 (UTC) Received: by yxe11 with SMTP id 11so2169343yxe.3 for ; Fri, 07 Aug 2009 11:14:50 -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=lNUfxNjui52EoQKdz8PMfqPkJC0oCLzzv5bg+hjIydpuyybUyUs3T7Lo3lEFzQ9Cht WU16A8/6WlkZ+bKEy+8nySOCory2g3SyQDzthRtmAZtrQFibV4BcPKsgRQNKlnizaHPP 92QRyuVuoU3FFhH06HJXZCrQeLGD97zmTGjDE= 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=izst7ODqK8iVcK8Y0p0+kXr/YDb2kbKj49RXMi8vUJNLk+REP+oqtBDsDmZNdMWP8i HBxGyhqKfs/qSJBtMQiR4x73phscfUeJ2BxkDVDRQqXsUR7Y+1xHxKyfepytKt6dS8M9 AzpdL2+FiGuIEbBgiQj5Y9EhE05Vdj5nedrf8= Received: by 10.90.101.17 with SMTP id y17mr1133406agb.29.1249666987447; Fri, 07 Aug 2009 10:43:07 -0700 (PDT) Received: from ?190.249.43.57? ([190.249.43.57]) by mx.google.com with ESMTPS id 34sm3723331agc.31.2009.08.07.10.43.04 (version=SSLv3 cipher=RC4-MD5); Fri, 07 Aug 2009 10:43:05 -0700 (PDT) From: Juan Esteban Martinez Restrepo To: freebsd-current@freebsd.org Content-Type: text/plain Date: Fri, 07 Aug 2009 12:43:03 -0500 Message-Id: <1249666983.1305.4.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-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 18:14:51 -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