From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 19:45:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51CE91065672 for ; Wed, 3 Dec 2008 19:45:25 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id EEC968FC24 for ; Wed, 3 Dec 2008 19:45:24 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1550719yxb.13 for ; Wed, 03 Dec 2008 11:45:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=6yjoZzXW2f9YESTCo99TX5+UgW3BpdPyjdmNzPnEIaY=; b=pIe5lcmqd+FPf39C+cxK8KcAl1sRL1hdhiGd+64vo3yaqLhcfdDuG0QSYwzUsL469W txwiRLOj1+PuCPi9MREMdr06o9tBpFlPAR8CRwvqOMHuik96GFHMixS9a9DEPRTTQ1p5 TDnh01/KU7Y/PHZNhJXENi/Jo7QuPj/4+QK5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=nDHZ0LzEsPp73h1Drn/pObdJBUSkdG4ECd01CBkiHfB6OL/npBPYjuKi36AnEAtAdM 2s5jUWHH16pyn6nJ2gJKNMgMZ/+/xArB2sEy119C+S8JsPp/Rk53SuJ7J49fj+uwYBCk gI0XA4aC5vuZN2Rfvce8SzUbP8U8MGT5iT780= Received: by 10.142.48.14 with SMTP id v14mr3166292wfv.122.1228333523664; Wed, 03 Dec 2008 11:45:23 -0800 (PST) Received: by 10.142.180.20 with HTTP; Wed, 3 Dec 2008 11:45:23 -0800 (PST) Message-ID: <1bd550a00812031145y7a94d7cbgf8c519ad35b2dce@mail.gmail.com> Date: Wed, 3 Dec 2008 20:45:23 +0100 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Mounting ext3fs partition 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: Wed, 03 Dec 2008 19:45:25 -0000 Hi all, I'm running FreeBSD 7.1-BETA2. I have several partitions/filesystems in my computer and I would like to have full access to all of them. I've mounted the NTFS partition without problems (though it is read-only, it's enough for me) I've compiled the kernel with the EXT2FS option. I can mount the partition with: mount -t ext2fs /dev/ad4s1 /mnt/linux note: the partition is actually a ext3fs... But if I enter the mount point and do "ls", I get: ls: /mnt/linux: Bad file descriptor What am I doing wrong?