From owner-freebsd-geom@FreeBSD.ORG Mon Dec 20 11:33:33 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97B5F106567A for ; Mon, 20 Dec 2010 11:33:33 +0000 (UTC) (envelope-from auronandace@googlemail.com) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6E93E8FC1E for ; Mon, 20 Dec 2010 11:33:33 +0000 (UTC) Received: by pzk27 with SMTP id 27so688315pzk.37 for ; Mon, 20 Dec 2010 03:33:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=q3yYXOTM7k7msi3smkRGe5JtXBBjJNh5p7ofpiNSYn8=; b=VCTYRkAqdTNGCGw2IrfhbxS+f8T60QIjE7yQFpOpFo3ILwI/IzhjHFTqZ6jvpmvwcT hcsGjmBCDbgCFOjh/akq/xsYWAv2v1h4QU3AJSR6KcX+RP+gKj2X7PXN4jGAHKVIxqGt XrCwpiOBj6fLtIiF1VD72pDz3XPIfDU51eldM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WvdWG03+5a0In9M3CJ8nOtB0LfKrOBcp8j0NpkwMCti8/9RAgwiMoK2AubI5sKTmu6 BlGZX4r3S9Xm7INII5/ar+nkaYSRdO1PTU4YG1pViLhVz2b4yZhQLZlgt7fkA22SqFSn l6FZeJxyi3xbZ3K/INFIWUTjuWEgcbjk75/Ic= MIME-Version: 1.0 Received: by 10.142.161.11 with SMTP id j11mr3298073wfe.133.1292843372947; Mon, 20 Dec 2010 03:09:32 -0800 (PST) Received: by 10.142.191.9 with HTTP; Mon, 20 Dec 2010 03:09:32 -0800 (PST) Date: Mon, 20 Dec 2010 11:09:32 +0000 Message-ID: From: Mathew Roberts To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Mounting a logical ntfs partition X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 11:33:33 -0000 Hello, I am running pcbsd 8.1 64bit and am trying to mount a logical ntfs partition. I have 2 ntfs partitions but the dolphin file manager only sees one of them (my primary one). Below is my disk layout: sda1 (ntfs) sda2 (ext2) sda3 (pcbsd/ufs2) sda4 (extended partition containing logical partitions) sda5 (ntfs) sda6 (ext4) sda7 (ext4) sda8 (ext2) sda9 (ext4) For some reason pcbsd doesn't detect any of my logical partitions. I have tried mounting (using su) ad0s5 (and ada0s5) but the prompt tells me there is no such file or directory. A quick look under /dev/ reveals this to be true. I double-checked by issuing the command ls /dev/ad* and the output listed the following devices: ada0 ada0s1 ada0s2 ada0s3 ada0s3a ada0s3b ada0s4 Below is the output of the command gpart show: => 63 976773105 ada0 MBR (466G) 63 1985 - free - (993K) 2048 210630656 1 !7 [active] (100G) 210632704 681289728 4 !5 (325G) 891922432 41947136 3 freebsd (20G) 933869568 42903552 2 !131 (20G) 976773120 48 - free - (24K) => 0 41947136 ada0s3 BSD (20G) 0 39606272 1 freebsd-ufs (19G) 39606272 2330624 2 freebsd-swap (1.1G) 41936896 10240 - free - (5.0M) As you can see ada0s4 is 325G. This is consistent with the size of my extended partition. However, when I issue the command gpart show ada0s4 (or ad0s4) the prompt tells me no such geom. I use my logical ntfs partition (sda5/ada0s5) regularly under both win7 and linux. Haiku also detects this partition. I am at a loss as to why pcbsd doesn't detect any of my logical partitions. Is there any other output that I can provide to help solve the issue?