Re: Mounting ext2 in a loopback device

2007-03-02 Thread Hannah Schroeter
Hello! On Fri, Mar 02, 2007 at 08:40:37PM +0100, Henning Brauer wrote: >* Lars D. Nood??n <[EMAIL PROTECTED]> [2007-03-02 20:28]: >> On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: >> > A "See fstab(5) for types of supported filesystems" in the already >> > excellent man page would have been helpful.

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Henning Brauer
* Lars D. Nood??n <[EMAIL PROTECTED]> [2007-03-02 20:28]: > On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: > > A "See fstab(5) for types of supported filesystems" in the already > > excellent man page would have been helpful. Or is this seen as > > already overly obvious? > > It was one of the first

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Miod Vallat
> It was one of the first things I checked. From fstab's man page: > "ext2fs A local Linux compatible ext2fs filesystem." > > So, it is, in principle, supported. But maybe there is a package missing? > See the context below in which newfs gives the error. Well, do you want to mount

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
On Fri, 2 Mar 2007, [EMAIL PROTECTED] wrote: > A "See fstab(5) for types of supported filesystems" in the already > excellent man page would have been helpful. Or is this seen as > already overly obvious? It was one of the first things I checked. From fstab's man page: "ext2fs A loca

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
On Fri, 2 Mar 2007, Paul de Weerd wrote: > [snip] You might want to check out chapter 9 of the very nice FAQ > OpenBSD has, find it on http://www.openbsd.org/faq/faq9.html ... [snip] Thanks. It's useful, but neither ch 9 nor ch 14 explicitly show an OpenBSD analog to this from the other system:

Re: Mounting ext2 in a loopback device

2007-03-02 Thread ericfurman
On Fri, 2 Mar 2007 17:59:03 +, "Miod Vallat" <[EMAIL PROTECTED]> said: > > $ sudo mount -t ext2 /dev/svnd0c debian > > mount: no mount helper program found for ext2: No such file or directory > > Use ``-t ext2fs''. > > Miod > A "See fstab(5) for types of supported filesystems" in the al

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Paul de Weerd
Hi Lars, On Fri, Mar 02, 2007 at 11:37:38AM -0500, Lars D. Nood??n wrote: | How does OpenBSD handle mounting ext2 filesystems? | What's wrong or missing from the attempt below? | | $ sudo vnconfig svnd0 debian.img | $ sudo vnconfig -l | vnd0: covering debian.dmg on wd0h, inode 41670 | vnd1

Re: Mounting ext2 in a loopback device

2007-03-02 Thread Miod Vallat
> $ sudo mount -t ext2 /dev/svnd0c debian > mount: no mount helper program found for ext2: No such file or directory Use ``-t ext2fs''. Miod

Mounting ext2 in a loopback device

2007-03-02 Thread Lars D . Noodén
How does OpenBSD handle mounting ext2 filesystems? What's wrong or missing from the attempt below? $ sudo vnconfig svnd0 debian.img $ sudo vnconfig -l vnd0: covering debian.dmg on wd0h, inode 41670 vnd1: not in use vnd2: not in use vnd3: not in use $ mkdir debian $ sudo mount -t ex