From owner-freebsd-questions@FreeBSD.ORG Mon Aug 24 22:17:42 2009 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 DD53F1065672 for ; Mon, 24 Aug 2009 22:17:42 +0000 (UTC) (envelope-from jeronimocalvop@googlemail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 62C548FC0C for ; Mon, 24 Aug 2009 22:17:41 +0000 (UTC) Received: by fxm6 with SMTP id 6so1626693fxm.43 for ; Mon, 24 Aug 2009 15:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=DcStPNly12bLD8H6z9wfLP/er4W3ejl43A+xdfxhMls=; b=x+2jHWuKmtc22vqqbpKh1Oz98XoBQnFF8B5AwLfXpT7yAsW9U3iysv169HqEixxXXK r5R2YbQx+lAG4njA2LDZqtCtgVsN1y5tlSkmFsiDXVm+zFS1N2ZjiZP6lp0dblYPi+yx CROpqf2nHkrHtyJjGUW5aOCMoAZW4AH/n9GDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=LHjYSq/uHUGgAT6/anmhuRE88kqpbdCTM+Lklwiaq+Y3D8uZLo9S6aUWPpg+09lpBg aZtySU4lDXEIv4vRkNYUG3yboy8sBLGQLWvSQED2DmZQKvlg4RdvtzPqPjQCfsv94s7Y hgHLnuC0BMuo/zR+sTe/stSvCzojXKGHVgGJU= MIME-Version: 1.0 Received: by 10.103.126.36 with SMTP id d36mr2182357mun.104.1251152261156; Mon, 24 Aug 2009 15:17:41 -0700 (PDT) Date: Mon, 24 Aug 2009 23:17:41 +0100 Message-ID: From: Jeronimo Calvo To: Gonzalo Nemmi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Polytropon , freebsd-questions@freebsd.org Subject: (solved) Re: Problem mounting EXT2FS 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: Mon, 24 Aug 2009 22:17:42 -0000 Thanks a lot fellas!! problem resolved!!! On 24/08/2009, Gonzalo Nemmi wrote: > > On Monday 24 August 2009 6:44:24 pm Jeronimo Calvo wrote: > > True you are right... I was using the incorrect syntax and the > > incorrect word hehehhe > > > > well I did try as well using the correct procedure: > > > > Thats the result (mounted but not accesible) > > > > [root@ /media/DATOSWIN]# mount > > /dev/ad8s1a on / (ufs, local) > > devfs on /dev (devfs, local) > > /dev/ad8s1e on /tmp (ufs, local, soft-updates) > > /dev/ad8s1f on /usr (ufs, local, soft-updates) > > /dev/ad8s1d on /var (ufs, local, soft-updates) > > /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid) > > [root@ /media/DATOSWIN]# *mount -t ext2fs /dev/ad6s1 /ext2* > > [root@ /media/DATOSWIN]# cd /ext2 > > *bash: cd: /ext2: Not a directory* > > [root@ /media/DATOSWIN]# ls -la /ext2 > > *ls: /ext2: Bad file descriptor* > > [root@ /media/DATOSWIN]# > > > > > Here's the problem: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/124621 > > Here's how to solve it: > http://forums.freebsd.org/showthread.php?t=912&highlight=ext2fs > > > > 2009/8/24 Polytropon > > > > > Maybe just malquoted, but... > > > > > > On Mon, 24 Aug 2009 20:20:29 +0000, Jeronimo Calvo < > > > > > > jeronimocalvop@googlemail.com> wrote: > > > > # mount -t extfs2 /dev/ad6s1 /ext2 > > > > mount: /dev/ad6s1 : Operation not supported by device > > > > > > The command should include -t ext2fs, not extfs2, as far as I > > > remember. I haven't run Linux for almost 10 years now... > > > > > > > I tried several times, with not luck, one of those times i was > > > > able to > > > > > > mount > > > > > > > it, but not to access it, when i tried to cd /ext2 (folder when > > > > is > > > > > > mounted) > > > > > > > system tells me that ext2 is not a folder... > > > > > > There are no "folders" in the UNIX file system hierarchy. The > > > things you're mentioning are called directories. I know, that's > > > "just" terminology, but it's important to use the correct words > > > context-wise. You don't call the files "sheets of paper", do you? > > > :-) > > > > > > > > > > > > > > > > > > -- > > > Polytropon > > > Magdeburg, Germany > > > Happy FreeBSD user since 4.0 > > > Andra moi ennepe, Mousa, ... > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > -- > Blessings > > Gonzalo Nemmi >