From: andyliu <liudeyan@gmail.com>
To: Hirokazu Takahashi <taka@valinux.co.jp>
Cc: linux-kernel@vger.kernel.org, kaz@earth.email.ne.jp,
jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net
Subject: Re: [PATCH]tar filesystem for 2.6.10-rc1-mm3(easily access tar file)
Date: Sun, 7 Nov 2004 21:04:54 +0800 [thread overview]
Message-ID: <aad1205e04110705044faaacfb@mail.gmail.com> (raw)
In-Reply-To: <20041107.172838.74752953.taka@valinux.co.jp>
On Sun, 07 Nov 2004 17:28:38 +0900 (JST), Hirokazu Takahashi
<taka@valinux.co.jp> wrote:
> Hi, Andyliu,
>
> Amazing that you continue our work!
> Where did you get the code?
Thanks for your code, I got it form your web but i cannot connect to it now.
>
> Several years ago, we - Kazuto and I - made the filesystem
> just for magazine readers. We designed it as simple as we could,
> as it was a sample filesystem to explain about the design and the
> implementation of linux filesystems.
>
I am a newbie.so your simple tar filesystem is good for me to learn
and do something like make it run on 2.6.10-rc1-mm3.
> I guess there may remain many things to do about it:
> - To support tar.gz and tar.bz2. I guess this should be done in
> a compression device, which might be md layers or a loop device
> itself.
> - It may be better if you can make tarent objects free-able
> while the filesystem is mounted.
> - It may be possible to implement append mode.
> A new file can be appended to the filesystem.
>
> We're expecting you to do a good job.
>
I am thinking how to make it support tar.gz type file.I will try my best.
>
>
> > oh,sorry.it's a readonly filesystem now.i will try to make it writeable.
> > but i use tar file as loop device.
> >
> > by the way,if we mount an iso file it's a readonly filesystem too.
> > i think maybe we should do something on the loop device to support
> > this kind of write.
> >
> > On Sun, 07 Nov 2004 07:13:51 +0000, James Tabor
> > <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net> wrote:
> > > andyliu wrote:
> > >
> > >
> > > > hi
> > > >
> > > > let's think about the way we access the file which contained in a tar file
> > > > may we can untar the whole thing and we find the file we want to access
> > > > or we can use the t option with tar to list all the files in the tar
> > > > and then untar the only one file we want to access.
> > > >
> > > > but with the help of the tarfs,we can mount a tar file to some dir and access
> > > > it easily and quickly.it's like the tarfs in mc.
> > > >
> > > > just mount -t tarfs tarfile.tar /dir/to/mnt -o loop
> > > > then access the files easily.
> > > >
> > > > it was writen by Kazuto Miyoshi (kaz@earth.email.ne.jp) Hirokazu
> > > > Takahashi (h-takaha@mub.biglobe.ne.jp) for linux 2.4.0
>
> This address is no longer usable.
>
>
>
> > > > and i make it work for linux 2.6.0. now a patch for linux 2.6.10-rc1-mm3
> > > >
> > > > the patch is to big to send it as plain text, so i can only send it as
> > > > an attachment
> > > >
> > > > thanks
> > > >
> > > Wow! How cool is this! Can you copy files into a tarfs subsystem? Just like
> > > we do with iso's?
> > > Cool,
> > > James
>
> Thanks,
> Hirokazu Takahashi.
>
>
--
Yours andyliu
next prev parent reply other threads:[~2004-11-07 13:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-07 7:06 [PATCH]tar filesystem for 2.6.10-rc1-mm3(easily access tar file) andyliu
[not found] ` <418DCB2F.2030303@adsl-64-217-116-74.dsl.hstntx.swbell.net>
2004-11-07 7:32 ` andyliu
2004-11-07 8:28 ` Hirokazu Takahashi
2004-11-07 13:04 ` andyliu [this message]
2004-11-07 10:25 ` Felipe Alfaro Solana
2004-11-07 12:38 ` Tomasz Kłoczko
2004-11-07 13:07 ` andyliu
2004-11-07 13:49 ` Tomasz Kłoczko
2004-11-07 14:43 ` Hirokazu Takahashi
2004-11-07 13:42 ` Kazuto MIYOSHI
-- strict thread matches above, loose matches on Subject: below --
2004-11-07 7:15 James Tabor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aad1205e04110705044faaacfb@mail.gmail.com \
--to=liudeyan@gmail.com \
--cc=jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net \
--cc=kaz@earth.email.ne.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=taka@valinux.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.