Date: Tue, 8 Jan 2002 15:26:49 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: Anthony Campbell <ac@acampbell.org.uk> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: Another problem with mount_ext2fs Message-ID: <20020108151708.F52765-100000@cactus.fi.uba.ar> In-Reply-To: <20020108164541.GA368@debian.local>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Jan 2002, Anthony Campbell wrote: > > I haven't managed to mount my linux fs. > > Freebsd is on /dev/ad0; the linux files are on /dev/ad1. > Most are logical partitions, apart from the first. > > If I just use mount, it says "bad superblock" > > If I use: "mount -t ext2fs /dev/hda1 /mnt" I get message saying there > is no such file or directory. I've tried numerous variations without > success. > > Is it possible to do this at all? Yes it is posible. You need to know the device's name. Here's a little example: Linux BSD hda ad0 hdb ad1 hda5 ad0s5 If in linux the file system is /dev/hdb6, in bsd you mount /dev/ad1s6 Fer > > Anthony > > > -- > Anthony Campbell - running Linux GNU/Debian (Windows-free zone) > For an electronic book (The Assassins of Alamut), skeptical > essays, and over 150 book reviews, go to: http://www.acampbell.org.uk/ > > Our planet is a lonely speck in the great enveloping cosmic dark. In our > obscurity, in all this vastness, there is no hint that help will come > from elsewhere to save us from ourselves. [Carl Sagan] > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020108151708.F52765-100000>