Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 1996 15:00:40 GMT
From:      mark@putte.seeware.DIALix.oz.au (Mark Hannon)
To:        freebsd-questions@freebsd.org
Subject:   Re: Mount
Message-ID:  <DwC9p4.G4@seeware.DIALix.oz.au>
References:  <199608161736.NAA22694@kirchhoff1.ee.mtu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199608161736.NAA22694@kirchhoff1.ee.mtu.edu>,
	caweiten@mtu.edu (Christian Weitenberner) writes:
> I'm having problems mounting a Linux type drive under BSD.  
> Here is what I attempted ...
>  mount -t ufs /dev/wd1 /mnt
> I recieved an incorrect superblock error.
> Is there a way to mount an ext2 file typed drive under BSD ?
> 

If you are running -current and have compiled the kernel with
ext2fs support then you should be able to do something like:

mount -t ext2 /dev/wd1 /mnt

Haven't tried it myself though...

/mark


-- 
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Mark Hannon,| FreeBSD - Free Unix for your PC| mark@seeware.DIALix.oz.au|
| Melbourne,  | PGP key available by fingering | epamha@epa.ericsson.se   |
| Australia   | seeware@melbourne.DIALix.oz.au |                          |
+-=-=-=-=-=-=-+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DwC9p4.G4>