From owner-freebsd-geom@FreeBSD.ORG Sat Feb 1 19:45:04 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79EEBEE3 for ; Sat, 1 Feb 2014 19:45:04 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52ADA189C for ; Sat, 1 Feb 2014 19:45:04 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id z10so5434578pdj.5 for ; Sat, 01 Feb 2014 11:45:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ee+fPIEp3EiYjREYbuz0mSqiKO5At/rijF/tXD5ZKZY=; b=TLw520oe7mzWUW9+AMTySw7E92V8Fidb91CzTYJfY+IlBwSsNS/PRyiAIGLUhLLfqy nA+ZMTWCA63FXed9OaWXEwXZdBybnpcNz/WQKQMmbh8aglnsIPgNvdOM1slZNDc+I18Q NmQabpDLT6XpdLx/UjAuA32KTTJXOg/cOaaTqovm9ku1QxXK2i1UNiBXdBQCpxoJxw1F K7jhgUc76yMR8PBbZvKBptBY86rGMWImsULfsRp8z74Jb+E7Y2qwULYMmLiaFNcIuF0+ I48UPPU8ossHYnDgTx9Kqfdh67vWBthiwgwtNnLEN0WSgUlpIcxb4o6Mp363CAY+CvIc EzhQ== MIME-Version: 1.0 X-Received: by 10.66.155.102 with SMTP id vv6mr28080755pab.89.1391283904012; Sat, 01 Feb 2014 11:45:04 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Sat, 1 Feb 2014 11:45:03 -0800 (PST) Date: Sat, 1 Feb 2014 11:45:03 -0800 X-Google-Sender-Auth: 6ZA4BdC-UHe1xNG4jxVQs76L7Iw Message-ID: Subject: Geom tasting exfat slices From: Kevin Oberman To: FreeBSD Geom ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 19:45:04 -0000 I have a slice that is formatted (by Windows) as exfat. I can mount it with the mount.exfat-fuse command and ti seems to work fine using FUSE and fusefs-exfat. But geom does not see it. There is no /dev/geom directory created and "gpart show" returns: # gpart show ada0 => 63 1465149105 ada0 MBR (699G) 63 1985 - free - (993K) 2048 2457600 1 ntfs (1.2G) 2459648 958765056 2 ntfs (457G) 961224704 471040000 3 ebr (225G) 1432264704 32878592 4 ntfs (16G) 1465143296 5872 - free - (2.9M) The exfat slice is "961224704 471040000 3 ebr (225G)" In more detail, I get: 3. Name: ada0s3 Mediasize: 241172480000 (225G) Sectorsize: 512 Stripesize: 4096 Stripeoffset: 0 Mode: r0w0e0 rawtype: 15 length: 241172480000 offset: 492147048448 type: ebr index: 3 end: 1432264703 start: 961224704 More oddly, when I mount the FS, I need to mount ada0s5??? Any idea what the heck is going on? I'd really like to get it to automount with gnome-mount, but hald does not even seem to see it at all. I may need to format it differently. It shows up on Windows as a "Logical" partition, not "Primary". I don't understand this. Any suggestions on how to proceed? Thanks, -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com