From owner-freebsd-questions@FreeBSD.ORG Tue Oct 1 20:11:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3DF3859 for ; Tue, 1 Oct 2013 20:11:05 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-bk0-f42.google.com (mail-bk0-f42.google.com [209.85.214.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6ADA2267E for ; Tue, 1 Oct 2013 20:11:05 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id my10so2870395bkb.15 for ; Tue, 01 Oct 2013 13:11:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=AToGhw/t24LuVCt8B6pFlA7NDmt4MjXiWKRoGr7ix0g=; b=GIq7ZvT9N/Jqfa+bz2Ad7O0q8Isf1jHREfLt7Bom2lze+UBZpisydwRBM7qBzpCB9t 8VEDaSObuDrwv23cYeGe7l07VQv/d7yCZCjNlajhJGRnDheVT3KJdhW/uqQILmV3smg/ 6+wzjBOwlvZIxQwjcisQbmyUW16wz9ZziDEx0DKr9cw6mCfTbexMVtuujQZYvMOM7HVp Dm1XiJQiDlDqB7NhRULY3kifyB+6lRrsWFTbrFkxsIgeHnWosK8Z0cOr7+ivrZ9dIOal 7rCopKSZMiBd5uIgTxgJtA3K8cPG+Et39bYkjI2t/vvlb0dz3etKOexVh9OacKS0slwt stkw== X-Gm-Message-State: ALoCoQlWscebDpWoPvYd+4R5BohsS+N6H0iKE+RnJjXIbzHB9y9rMPUA4L5ZAx1HJq6UtH9eWJlj X-Received: by 10.205.35.15 with SMTP id su15mr25812349bkb.21.1380658263387; Tue, 01 Oct 2013 13:11:03 -0700 (PDT) Received: from [192.168.30.151] ([95.87.236.33]) by mx.google.com with ESMTPSA id kk2sm4867398bkb.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 13:11:02 -0700 (PDT) Message-ID: <524B2C54.5020006@aboutsupport.com> Date: Tue, 01 Oct 2013 23:11:00 +0300 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130911 Thunderbird/17.0.9 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: recover gpt partion Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 20:11:05 -0000 Hi, I have hardware raid LSI - 20 TB, one GPT partion /dev/mfid0p1. System is boatable from the system disk, however GPT partion on raid seem corrupted. When I try to do fsck -y -t ufs I get Cannot find file system superblock ioctl (GCINFO): Inappropriate ioctl for device cant't read bsd label. What is the correct procedure to try recovery ? Thanks, Peter