Tux

...making Linux just a little more fun!

Please do my homework!

dhaval jadhav [dhaval_hi2003 at yahoo.co.in]
Mon, 22 Jan 2007 06:35:01 +0000 (GMT)

[[[ This was originally entitled something really descriptive like "help!" I have retitled it with a more informative subject. (This was also presented in html format rather than text, and responses top-posted. I have corrected those errors in judgment as well.) - Kat ]]]

Hello sir. I am projected to develpe a browser/programme to see files attributes (not the file contentes) of linux(ext2/ext3) from wondows operating sys. I dont know from where should i start.please help me.


Top    Back


Benjamin A. Okopnik [ben at linuxgazette.net]
Tue, 23 Jan 2007 11:39:24 -0500

On Mon, Jan 22, 2007 at 06:35:25AM +0000, dhaval jadhav wrote:

> 
>    Hello sir.
> 
>                  I am projected to develpe a browser/programme to see files
>    attributes (not the file contentes) of linux(ext2/ext3)  from wondows
>    operating sys.
> 
>    I dont know from where should i start.please help me.

You should start by reading the materials that were issued to you by your school. You should make sure to understand those materials. You should then draw conclusions based on the statements in those materials, and apply those conclusions to the problem that you were assigned. You should continue doing this until the problem is solved.

If, at some point in this process, you should have an actual specific problem - rather than a generalized wail of "do this for me" - then we would be glad to hear from you, and possibly help you to resolve it.

We don't do people's homework for them. To draw the distinction that EST people used to make, we don't help anyone here (which, in their parlance, implies that people are helpless) - we assist people with real, Linux-related problems. Feel free to stop by when you actually have one; until then, I suggest you do your best with the materials you have.

-- 
* Ben Okopnik * Editor-in-Chief, Linux Gazette * http://LinuxGazette.NET *

Top    Back


Jimmy ORegan [joregan at gmail.com]
Tue, 23 Jan 2007 17:23:33 +0000

On 22/01/07, dhaval jadhav <dhaval_hi2003@yahoo.co.in> wrote:

>
> Hello sir.
>               I am projected to develpe a browser/programme to see files
> attributes (not the file contentes) of linux(ext2/ext3)  from wondows
> operating sys.
> I dont know from where should i start.please help me.
>

Places to start:

http://www.chrysocome.net/explore2fs

http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm

http://ext2fsd.sourceforge.net/#ext2fsd

http://www.gelato.unsw.edu.au/lxr/source/fs/ext2/

http://www.gelato.unsw.edu.au/lxr/source/fs/ext3/


Top    Back


dhaval jadhav [dhaval_hi2003 at yahoo.co.in]
Wed, 24 Jan 2007 04:04:10 +0000 (GMT)

Thank you for suggestions That exactly what i want from you a you said.i m not interested in source codes or any binary files. i was asking for materials or guideline only .I am not provided any documentation or material from my school.If possible please send any links or material which guide me at this initial stage.


Top    Back


Jimmy ORegan [joregan at gmail.com]
Wed, 24 Jan 2007 11:14:38 +0000

On 23/01/07, Jimmy O'Regan <joregan@gmail.com> wrote:

> On 22/01/07, dhaval jadhav <dhaval_hi2003@yahoo.co.in> wrote:
> >
> > Hello sir.
> >               I am projected to develpe a browser/programme to see files
> > attributes (not the file contentes) of linux(ext2/ext3)  from wondows
> > operating sys.
> > I dont know from where should i start.please help me.
> >
>
> Places to start:

Hmm. Maybe if I described what I was linking to, these links may be of use to some of our readers...

> http://www.chrysocome.net/explore2fs

Explore2fs is an open source GUI fs explorer for windows that can read ext2/3

> http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm

Ext2IFS is an open source (read only) NT kernel mode driver for Ext2/3 from the author of Explore2fs

> http://ext2fsd.sourceforge.net/#ext2fsd

A read/write NT kernel mode driver

> http://www.gelato.unsw.edu.au/lxr/source/fs/ext2/
> http://www.gelato.unsw.edu.au/lxr/source/fs/ext3/
>

Source of Linux's ext2 & ext3 implementations.


Top    Back


Jimmy ORegan [joregan at gmail.com]
Wed, 24 Jan 2007 11:17:08 +0000

On 24/01/07, dhaval jadhav <dhaval_hi2003@yahoo.co.in> wrote:

> Thank you sir.
>                      I have visited the sites yous suggested me.These are
> quite helpfull but at the initial moment i m interested in documentation or
> material from where i can get the information regardoing my work. I dont
> need the source code which you have sent through links.I will glad if i here
> reply again from you. Thanks again.
>

Ext2 documentation project: http://www.nongnu.org/ext2-doc/

Design and Implementation of the Second Extended Filesystem: http://web.mit.edu/tytso/www/linux/ext2intro.html


Top    Back