Re: ext2fs: strange behaviour after alternativ boot into other OS

2008-02-03 Thread Wojciech Puchar
is maybe somenone also noticing the following behaviour in FreeBSD 7.0 RC1 on his system: - have besides the FreeBSD slice additional some data partitions with ext2 on two discs in my system. As long as I only boot with FreeBSD, everything fine. - but when I occasionally boot with XP (from ther

Re: ext2fs and NFS

2006-06-12 Thread Craig Rodrigues
On Wed, Oct 26, 2005 at 10:39:08PM +, Bob Hepple wrote: > I need to export an ext2fs file system mounted@/mnt/guest - it's a > removable IDE disc that I carry to & from my linux [EMAIL PROTECTED] > > "mount" shows: > > /dev/ad2s1 on /mnt/guest (ext2fs, local) > > So, I put an entry into /etc

Re: ext2fs and NFS

2005-12-31 Thread Bob Hepple
On Fri, 30 Dec 2005 15:03:35 +1030 Malcolm Kay <[EMAIL PROTECTED]> wrote: > On Sat, 29 Oct 2005 04:23 am, Bob Hepple wrote: > > On Thu, 27 Oct 2005 11:39:03 +1000 > > > > Bob Hepple <[EMAIL PROTECTED]> wrote: > > > I need to export an ext2fs file system mounted at /mnt/guest > > > - it's a removab

Re: ext2fs and NFS

2005-12-29 Thread Malcolm Kay
On Sat, 29 Oct 2005 04:23 am, Bob Hepple wrote: > On Thu, 27 Oct 2005 11:39:03 +1000 > > Bob Hepple <[EMAIL PROTECTED]> wrote: > > I need to export an ext2fs file system mounted at /mnt/guest > > - it's a removable IDE disc that I carry to & from my linux > > system at work... > > > > "mount" shows

Re: ext2fs and NFS

2005-10-28 Thread Bob Hepple
On Thu, 27 Oct 2005 11:39:03 +1000 Bob Hepple <[EMAIL PROTECTED]> wrote: > I need to export an ext2fs file system mounted at /mnt/guest - it's a > removable IDE disc that I carry to & from my linux system at work... > > "mount" shows: > > /dev/ad2s1 on /mnt/guest (ext2fs, local) > > So, I put a

Re: ext2fs cannot be umounted

2004-10-12 Thread Oliver Fuchs
On Tue, 12 Oct 2004, Radek Kozlowski wrote: > On Tue, Oct 12, 2004 at 11:17:41AM +0200, Oliver Fuchs wrote: > > Hi, > > I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: > > options EXT2FS > > > > In my /etc/fstab I have added: > > /dev/ad0s6 /mnt/de

Re: ext2fs cannot be umounted

2004-10-12 Thread Radek Kozlowski
On Tue, Oct 12, 2004 at 11:17:41AM +0200, Oliver Fuchs wrote: > Hi, > I am using FreeBSD 5.2.1-RELEASE and have compiled my kernel with optinion: > options EXT2FS > > In my /etc/fstab I have added: > /dev/ad0s6/mnt/debian ext2fs rw 0 0 > > to mount my deb

Re: Ext2FS (was Re: A few simple questions(...if you don't mind))

2004-07-05 Thread Nico Meijer
Hi Warren, Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can be mounted with mount_ext2fs. I could swear I've done this with ext3fs partitions, but can't recall when or where. IIRC, ext3 can only be mounted as ext2 as long as the partition is marked clean. HTH... Nico __

Re: Ext2FS

2004-07-05 Thread Phil Schulz
Warren Block wrote: On Mon, 5 Jul 2004, Phil Schulz wrote: Mark Jayson Alvarez wrote: 5. Does any version of freebsd supports mounting, reading, and writing of ext3fs partitions of linux? No. Maybe. ext2fs is supposed to be ext3fs with journalling, and ext2fs can be mounted with mount_ext2fs.