From owner-freebsd-ports@FreeBSD.ORG Sun Jan 5 21:02:07 2014 Return-Path: Delivered-To: freebsd-ports@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 ESMTPS id 16BB8657 for ; Sun, 5 Jan 2014 21:02:07 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E381F136A for ; Sun, 5 Jan 2014 21:02:06 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id p10so17334200pdj.12 for ; Sun, 05 Jan 2014 13:02:06 -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=cqZ/KASqnNHCDpB6eg2qWJrAz4vJEuDYOYUAb1Weneg=; b=idUvhNZeCqZc92q01c9mPNz+Fs8byY9ir+j1cisj2SAOFOnF3Q2etcPU8sxdF2364f zZ91tUt9t+UC4a2bQiAEX/YI/jn0CIxJlzhpT/jRBp+ZBqbUDrtcNGmshqRwnR+RNPlZ BPy0MNGg2NA8ndAHz3SNTM9rrbQN/lAUtH3Gv29SnLPjM1QL1gZjY/bHyM9LjZz1/0pW 6vSU+6kpaPNUijMi1quP20qUIqeqIt/U7rCIcYNWADxGM8tE8prskhK4awy3NZ3ZxUBy B2c8PxNbw0HlOllgZE+xsGwI+v6NupEoOih2iyideVym6iqGS+/tsi8z/zII7sI9ECHE yTmA== MIME-Version: 1.0 X-Received: by 10.69.19.225 with SMTP id gx1mr119359115pbd.62.1388955726428; Sun, 05 Jan 2014 13:02:06 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.23.101 with HTTP; Sun, 5 Jan 2014 13:02:06 -0800 (PST) Date: Sun, 5 Jan 2014 13:02:06 -0800 X-Google-Sender-Auth: 0zDK3WhMUF9PrXsfAIw027kvv_s Message-ID: Subject: hal, ntfs, and 10.0-RC3 From: Kevin Oberman To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 21:02:07 -0000 Since I updated to 10.0-RC3 (from 9), hald no longer works with my ntfs partitions. I can mount them manually with ntfs-3g, but when not mounted, hal does not see them at all. > ls /dev/ntfs Lenovo_Recovery SYSTEM_DRV Windows7_OS > 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) > lshal | grep ada0 block.device = '/dev/ada0' (string) freebsd.device_file = '/dev/ada0' (string) > lshal | grep Windows7 Exit 1 I mount on NTFS partition and: > lshal | grep ada0 block.device = '/dev/ada0' (string) freebsd.device_file = '/dev/ada0' (string) block.device = '/dev/ada0s1' (string) block.device = '/dev/ada0s2' (string) block.device = '/dev/ada0s3' (string) block.device = '/dev/ada0s5' (string) block.device = '/dev/ada0s4' (string) > lshal | grep Windows7 block.device = '/dev/ntfs/Windows7_OS' (string) info.product = 'Windows7_OS' (string) volume.label = 'Windows7_OS' (string) After a umount, all slices vanish again. Might this be fall-out of the removal of ntfs (read-only) support? I have not looked through the hald sources to see how it detects these slices. I do find it interesting that mounting one NTFS file system causes all of the other ones appear to hald. Any suggestions? -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com