Re: Problem to mount an ext3 partition

2003-03-09 Thread dick hoogendijk
On 07 Mar Subhasish Ghosh wrote:
> So..what you should have done was to install Linux
> as ext2fs and not ext3fs... :( Nothing can be done..
> Sorry!!! anyway..this should act as a good lesson for
> you... if you wanna migrate...totally from Linux to
> FreeBSD as you have written you want to...make sure
> you know the basics correctly and properly I use
> Linux, FreeBSD and OpenBSD on the same computer

Not only do I dislike the "feel" of your statements, I think they're
wrong as well.
Here I have no problem whatsoever accessing my linux ext3 partitions
from my FreeBSD-4.7R computers. Someone mentioned: ext3=ext3+jounaling
and that's quite appropiate. Mount your ext3 partition as ext2 in fbsd
and make sure you do this *ro* Reading date from it won't be a problem.

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-08 Thread Mica Telodico
 --- Fernando Gleiser <[EMAIL PROTECTED]> ha
scritto: > On Fri, 7 Mar 2003, Mica Telodico wrote:
> 
> >  --- Simon Barner <[EMAIL PROTECTED]> ha scritto: >
> >
> >
> > I've controlled yet , the partition is the right
> > partition. I've controlled in /stand/sysinstall in
> the
> > partiotion utility , an it mark the "ad0s2"
> partition
> > as an ext2fs partition. I don't know what to do
> :cry:
> > I need those datas , and I don't know how to reach
> > them. I've tried to do "fsck_ext2fs /dev/ad0s2"
> and it
> > says "BAD SUPERBLOCK: MAGIC NUMBER WRONG" I've
> added
> > the line "options EXT2FS" to my kernel
> configuration
> > and than I've recompiled , It must work, why it
> > doesn't work? Problems of Freebsd 5X  and Ext
> > filesystems??
> >
> 
> It should work. how was the ext3 partition called on
> linux? There are
> some tools which you can use to convert from ext2 to
> ext3 and back.
> Take a look at the tune2fs man page on a linux box.
> 
> 
>   Fer
> 
> >
> >
> >
>
__
> > Yahoo! Cellulari: loghi, suonerie, picture message
> per il tuo telefonino
> >
>
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> 
> > with "unsubscribe freebsd-questions" in the body
> of the message
> >
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message 



Hi, thank you all for yours answers , I've solved, the
problem was that the file system wasn't completly
clean, I've run fsck from my debian Installation disk
and after that the FS have mounted correctly :-)

Thanks again

Bye

__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Fernando Gleiser
On Fri, 7 Mar 2003, Mica Telodico wrote:

>  --- Simon Barner <[EMAIL PROTECTED]> ha scritto: > >
>
> I've controlled yet , the partition is the right
> partition. I've controlled in /stand/sysinstall in the
> partiotion utility , an it mark the "ad0s2" partition
> as an ext2fs partition. I don't know what to do :cry:
> I need those datas , and I don't know how to reach
> them. I've tried to do "fsck_ext2fs /dev/ad0s2" and it
> says "BAD SUPERBLOCK: MAGIC NUMBER WRONG" I've added
> the line "options EXT2FS" to my kernel configuration
> and than I've recompiled , It must work, why it
> doesn't work? Problems of Freebsd 5X  and Ext
> filesystems??
>

It should work. how was the ext3 partition called on linux? There are
some tools which you can use to convert from ext2 to ext3 and back.
Take a look at the tune2fs man page on a linux box.


Fer

>
>
> __
> Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
> http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]

> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Simon Barner
> > > mount the EXT3 partition appears the message
> > > "/dev/ad0s2 : Invalid argument" ?
> > 
> > Maybe it's the wrong partition.  How was that ext3
> > partition called on Linux?

Hmm, have a look at the diagramm shown in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html,
example 2-4.

I think your partition is called /dev/ad0s2[a-e]. You can just try it
without any risk, if you mount the partition readonly (which is recommended with
ext[2,3] file systems anyway):

mount_ext2fs -r /dev/ad0s2a /mnt

Simon


signature.asc
Description: Digital signature


Re: Problem to mount an ext3 partition

2003-03-07 Thread synrat
that's nonsense. ext3 is completely 100% backward compatible.
you can mount it and use it as ext2 from any OS that supports ext2.


On Fri, 7 Mar 2003, Subhasish Ghosh wrote:

> Hi, what Gary mentions (below) is absolutely
> okayLinux Second Extended fs(ext2fs) is NOT equal
> to Linux Third Extended fs(ext3fs).. though
> theoritically, ext3fs = ext2fs + JFS(Journalling
> Filesystem architecture features)...Okay??? 
> I use FreeBSD 4.7-RELEASE + RedHat Linux
> 7.3(valhalla) as well as OpenBSD 3.2-RELEASE
> configured on the same hard disk of my humble
> computer and I have deliberately installed RedHat
> Linux with an ext2fs and NOT ext3fs..cause I know
> FreeBSD operating system supports ext2fs functionality
> and NOT ext3fs..Okay??? 
> So..what you should have done was to install Linux
> as ext2fs and not ext3fs... :( Nothing can be done..
> Sorry!!! anyway..this should act as a good lesson for
> you... if you wanna migrate...totally from Linux to
> FreeBSD as you have written you want to...make sure
> you know the basics correctly and properly I use
> Linux, FreeBSD and OpenBSD on the same computer
> Take care..
> Ghosh
> 
> --- Gary Jennejohn <[EMAIL PROTECTED]> wrote:
> > EXT2 != EXT3. Most likely EXT3 isn't supported under
> > FreeBSD.
> > Sorry.
> > 
> > The only thing I can suggest is attaching the disk
> > to a Linux system and copying the data to tape or 
> > CD. Or reinstall Linux with an EXT2
> > partition and copy the data there.
> > 
> > ---
> > Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> > 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of
> > the message
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Subhasish Ghosh
Hi, what Gary mentions (below) is absolutely
okayLinux Second Extended fs(ext2fs) is NOT equal
to Linux Third Extended fs(ext3fs).. though
theoritically, ext3fs = ext2fs + JFS(Journalling
Filesystem architecture features)...Okay??? 
I use FreeBSD 4.7-RELEASE + RedHat Linux
7.3(valhalla) as well as OpenBSD 3.2-RELEASE
configured on the same hard disk of my humble
computer and I have deliberately installed RedHat
Linux with an ext2fs and NOT ext3fs..cause I know
FreeBSD operating system supports ext2fs functionality
and NOT ext3fs..Okay??? 
So..what you should have done was to install Linux
as ext2fs and not ext3fs... :( Nothing can be done..
Sorry!!! anyway..this should act as a good lesson for
you... if you wanna migrate...totally from Linux to
FreeBSD as you have written you want to...make sure
you know the basics correctly and properly I use
Linux, FreeBSD and OpenBSD on the same computer
Take care..
Ghosh

--- Gary Jennejohn <[EMAIL PROTECTED]> wrote:
> EXT2 != EXT3. Most likely EXT3 isn't supported under
> FreeBSD.
> Sorry.
> 
> The only thing I can suggest is attaching the disk
> to a Linux system and copying the data to tape or 
> CD. Or reinstall Linux with an EXT2
> partition and copy the data there.
> 
> ---
> Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of
> the message


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Antoine Jacoutot
On Friday 07 March 2003 13:56, Mica Telodico wrote:
> I've controlled yet , the partition is the right
> partition. I've controlled in /stand/sysinstall in the
> partiotion utility , an it mark the "ad0s2" partition
> as an ext2fs partition. I don't know what to do :cry:
> I need those datas , and I don't know how to reach
> them. 

If you can't find a solution to your problem, download knoppix (a Linux live 
system CD distribution) to access then tranfer your data somewhere (I think 
that Knoppix can even mount ufs file system... not sure though).
It is strange though, when I migrated from Linux to FreeBSD I never had a 
problem mounting ext3 partitions under FreeBSD (I mounted them as ext2 of 
course).

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Gary Jennejohn
=?iso-8859-1?q?Mica=20Telodico?= writes:
>  
> I've controlled yet , the partition is the right
> partition. I've controlled in /stand/sysinstall in the
> partiotion utility , an it mark the "ad0s2" partition
> as an ext2fs partition. I don't know what to do :cry:
> I need those datas , and I don't know how to reach
> them. I've tried to do "fsck_ext2fs /dev/ad0s2" and it
> says "BAD SUPERBLOCK: MAGIC NUMBER WRONG" I've added
> the line "options EXT2FS" to my kernel configuration
> and than I've recompiled , It must work, why it
> doesn't work? Problems of Freebsd 5X  and Ext
> filesystems??
> 

EXT2 != EXT3. Most likely EXT3 isn't supported under FreeBSD.
Sorry.

The only thing I can suggest is attaching the disk to a Linux system
and copying the data to tape or CD. Or reinstall Linux with an EXT2
partition and copy the data there.

---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Mica Telodico
 --- Simon Barner <[EMAIL PROTECTED]> ha scritto: > >
Now when I try to
> > mount the EXT3 partition appears the message
> > "/dev/ad0s2 : Invalid argument" ?
> 
> Maybe it's the wrong partition.  How was that ext3
> partition called on Linux?
> 
> Simon
> 

> ATTACHMENT part 2 application/pgp-signature
name=signature.asc
 
I've controlled yet , the partition is the right
partition. I've controlled in /stand/sysinstall in the
partiotion utility , an it mark the "ad0s2" partition
as an ext2fs partition. I don't know what to do :cry:
I need those datas , and I don't know how to reach
them. I've tried to do "fsck_ext2fs /dev/ad0s2" and it
says "BAD SUPERBLOCK: MAGIC NUMBER WRONG" I've added
the line "options EXT2FS" to my kernel configuration
and than I've recompiled , It must work, why it
doesn't work? Problems of Freebsd 5X  and Ext
filesystems??

  

__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Problem to mount an ext3 partition

2003-03-07 Thread Simon Barner
> Now when I try to
> mount the EXT3 partition appears the message
> "/dev/ad0s2 : Invalid argument" ?

Maybe it's the wrong partition.  How was that ext3 partition called on Linux?

Simon


signature.asc
Description: Digital signature