[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The argument for fs assistance in handling archives (was: silent semantic changes with reiser4)
- To: Spam <spam@xxxxxxxxxxxx>
- Subject: Re: The argument for fs assistance in handling archives (was: silent semantic changes with reiser4)
- From: Dave Kleikamp <shaggy@xxxxxxxxxxxxxx>
- Date: Fri, 03 Sep 2004 08:05:19 -0500
- Cc: Paul Jakma <paul@xxxxxxxx>, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>, Jamie Lokier <jamie@xxxxxxxxxxxxx>, Linus Torvalds <torvalds@xxxxxxxx>, Horst von Brand <vonbrand@xxxxxxxxxxxx>, Adrian Bunk <bunk@xxxxxxxxx>, Hans Reiser <reiser@xxxxxxxxxxx>, viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, Christoph Hellwig <hch@xxxxxx>, fsdevel <linux-fsdevel@xxxxxxxxxxxxxxx>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, Alexander Lyamin aka FLX <flx@xxxxxxxxxxx>, ReiserFS List <reiserfs-list@xxxxxxxxxxx>
- In-reply-to: <142794710.20040903023906@xxxxxxxxxxxx>
- References: <20040826150202.GE5733@xxxxxxxxxxxxxxxxxx> <200408282314.i7SNErYv003270@xxxxxxxxxxxxxxxxxxxxx> <20040901200806.GC31934@xxxxxxxxxxxxxxxxxx> <Pine.LNX.4.58.0409011311150.2295@xxxxxxxxxxxxxxx> <1094118362.4847.23.camel@xxxxxxxxxxxxxxxxxxxxx> <20040902161130.GA24932@xxxxxxxxxxxxxxxxxx> <Pine.LNX.4.61.0409030028510.23011@xxxxxxxxxxxxxxxxx> <1835526621.20040903014915@xxxxxxxxxxxx> <1094165736.6170.19.camel@xxxxxxxxxxxxxxxxxxxxx> <32810200.20040903020308@xxxxxxxxxxxx> <Pine.LNX.4.61.0409030112080.23011@xxxxxxxxxxxxxxxxx> <142794710.20040903023906@xxxxxxxxxxxx>
- Sender: linux-kernel-owner@xxxxxxxxxxxxxxx
On Thu, 2004-09-02 at 19:39, Spam wrote:
>
>
> > On Fri, 3 Sep 2004, Spam wrote:
>
> >> Yes, some archive types can't be partially unzipped either. But my
> >> point is that it wouldn't be transparent to the application/user in
> >> the same way.
>
> > It doesnt matter whether it is transparent to the application. It can
> > be the application which implements the required level of
> > transparency.
>
> > User doesnt care what provides the transparency or how it's
> > implemented.
>
> Indeed. I hope I didn't say otherwise :). Just that I think it will
> be very difficult to have this transparency in all apps.
You're missing the point. We don't need transparency in all apps. You
can write an application to be as transparent as you want, but you don't
need every app to to understand every file format.
> Just
> thinking of "nano file.jpg/description.txt" or "ls
> file.tar/untar/*.doc".
I don't do much image editting, but I'm sure there are applications that
let you edit the description in a text file. You can even create a
script that extracts it, runs nano, and puts it back into the jpeg.
This works for me:
tar -tf file.tar | grep '\.doc'
There are userland tools that deal with hundreds of file formats. Use
the tool you need, rather than try to have the kernel do everything.
> Sure in some environments like Gnome it could
> work, but it still doesn't for the rest of the flora of Linux
> programs.
Just choose the right program. tar groks tar files, not ls.
--
David Kleikamp
IBM Linux Technology Center
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This mailing list archive is a service of Copilot Consulting.