Home > Archive > Unix Programming > August 2006 > file system
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| hi ,,i'm now working on design & implementing ext2 &ext3 filesytem in
linux...i surfed the net but i didn't get sufficent code n
documents....could any one knows abt this ,,plz send me the URL or
documents...any one has code .of ext2 filesystem.....
| |
| Maxim Yegorushkin 2006-08-14, 4:01 am |
|
nag wrote:
> hi ,,i'm now working on design & implementing ext2 &ext3 filesytem in
> linux...i surfed the net but i didn't get sufficent code n
> documents....could any one knows abt this ,,plz send me the URL or
> documents...any one has code .of ext2 filesystem.....
http://www.linux-m32r.org/lxr/http/source/fs/ext2/
| |
|
|
| David Schwartz 2006-08-25, 4:00 am |
|
nag wrote:
> Maxim Yegorushkin wrote:
>
>
> thanx fo rgiving reply, but wt i'm trying to change the filesize more
> than 2GB.
Your questions aren't making any sense. You first asked for the source
code to the ext2 filesystem. Well, it's part of the Linux kernel. Now
you're asking about trying to change the filesize to more than 2GB.
That could mean a lot of things.
If you are asking how you write C code for UNIX that manipulates files
more than 2GB in size, why don't you say so?
This link is rather technical, you can google for simpler ways that
aren't quite so portable:
http://www.unix.org/version2/whatsnew/lfs.html
DS
| |
|
| sorr y david,
i achieved the file size mor than 2GB ,now how can i change the blcok
size more than 4KB,anyone knows abt it
David Schwartz wrote:
> nag wrote:
>
> Your questions aren't making any sense. You first asked for the source
> code to the ext2 filesystem. Well, it's part of the Linux kernel. Now
> you're asking about trying to change the filesize to more than 2GB.
> That could mean a lot of things.
>
> If you are asking how you write C code for UNIX that manipulates files
> more than 2GB in size, why don't you say so?
>
> This link is rather technical, you can google for simpler ways that
> aren't quite so portable:
> http://www.unix.org/version2/whatsnew/lfs.html
>
> DS
| |
| David Schwartz 2006-08-25, 7:00 pm |
|
nag wrote:
> sorr y david,
> i achieved the file size mor than 2GB ,now how can i change the blcok
> size more than 4KB,anyone knows abt it
Read the man page for 'mke2fs'.
DS
|
|
|
|
|