From owner-freebsd-questions@FreeBSD.ORG Sun Feb 28 16:10:26 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB6B91065672 for ; Sun, 28 Feb 2010 16:10:26 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from mtaout03-winn.ispmail.ntl.com (mtaout03-winn.ispmail.ntl.com [81.103.221.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7880C8FC22 for ; Sun, 28 Feb 2010 16:09:53 +0000 (UTC) Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.2]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20100228160952.QEYU10950.mtaout03-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net> for ; Sun, 28 Feb 2010 16:09:52 +0000 Received: from [81.105.212.209] (helo=laptop.piggybox) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1NlliH-0007Sk-2w for questions@freebsd.org; Sun, 28 Feb 2010 16:09:49 +0000 Received: from laptop.piggybox (localhost.piggybox [127.0.0.1]) by laptop.piggybox (8.14.3/8.14.3) with ESMTP id o1SG93SN002359 for ; Sun, 28 Feb 2010 16:09:03 GMT (envelope-from peter@laptop.piggybox) Received: (from peter@localhost) by laptop.piggybox (8.14.3/8.14.3/Submit) id o1SG92JC002358 for questions@freebsd.org; Sun, 28 Feb 2010 16:09:02 GMT (envelope-from peter) Date: Sun, 28 Feb 2010 16:09:02 +0000 From: Peter Harrison To: questions@freebsd.org Message-ID: <20100228160902.GA1926@laptop.piggybox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Cloudmark-Analysis: v=1.1 cv=W3tOLUehizD4qj6VhtReFuw5MKb8d+XqjIxlDsIazEA= c=1 sm=0 a=ro7wes2tlOQA:10 a=CFW-xmd5ICf-KdtBTykA:9 a=L6P0x3slK3LdOji4GIb7FPtiew4A:4 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: Subject: Automounting large fat usb drive... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 16:10:26 -0000 I'm having a problem automounting a large (298gb) usb hard disk. I use Xfce and have thunar set up to automount via hal. This works fine for ufs formatted usb disks and small fat usb disks. But it won't mount my 298gb disk, failing with the error: mount_msdosfs: /dev/msdosfs/ELEMENTS: Disk too big, try '-o large' mount option: Invalid argument . My /usr/local/etc/hal/fdi/policy/preferences.fdi looks like this: true and I can see the 'large' option listed against the device in lshal. Mounting from the command line with % mount_msdosfs -o large /dev/da0s1 mnt/ works fine Any advice on what I need to do to make hal mount this thing? Thanks in advance. Peter Harrison.