From owner-freebsd-newbies Wed Dec 19 15:29: 5 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from cumeil7.int.prima.com.ar (cumeil7.prima.com.ar [200.42.0.175]) by hub.freebsd.org (Postfix) with SMTP id 8BBAD37B405 for ; Wed, 19 Dec 2001 15:29:01 -0800 (PST) Received: (qmail 17173 invoked from network); 19 Dec 2001 23:28:54 -0000 Received: from postino8.int.prima.com.ar (172.16.1.97) by cumeil7.int.prima.com.ar with SMTP; 19 Dec 2001 23:28:54 -0000 Received: from NachoLabs (a200042124207.rev.prima.com.ar [200.42.124.207]) by postino8.int.prima.com.ar (8.11.6/8.11.6) with ESMTP id fBJNSmD31423 for ; Wed, 19 Dec 2001 20:28:52 -0300 (ART) (envelope-from unix0@softhome.net) Received: from Nachoman by NachoLabs with local (Exim 3.12 #1 (Debian)) id 16GogI-000041-00 for ; Wed, 19 Dec 2001 18:55:18 -0300 Date: Wed, 19 Dec 2001 18:55:18 -0300 From: unix0 To: freebsd-newbies@freebsd.org Subject: Re: Accessing logical/extended partitions Message-ID: <20011219185518.A231@softhome.net> References: <20011219000856.A255@softhome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.20i Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Annelise Anderson said: > > My hard drive looks more or less like this: > > > > Partition 1: dos/win98 > > 2: Linux / > > 3: FreeBSD slice > > 4: Extended > > 5: Linux swap > > 6: Linux /home > > > > Maybe I need to get used to device naming under FreeBSD =). I'm trying to > > mount the Linux /home partition, in order to read my personal files under > > FreeBSD. I tried this command: > > > > mount -t ext2fs /dev/ãd0s4b /mnt > > > > and I got this error: > > > > ext2fs: vfsloãd(ext2fs): No such file or directorý > > > > I checked and the device file exists, so this error got me confused. > > > Logical partitions within an extended partition are numbered in > FreeBSD from s5 on; your Linux /home might be s5 or s6. Ahhh... Yes, it is s6. It worked perfectly. Thanks for your help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message