Re: Solaris ZFS on Linux

2006-08-03 Thread Helge Hafting
h drive had terrible througput. But there are other alternatives. I use a kingston 4GB compactflash card as a disk, and it reads 22MB/s, according to specs and tests with hdparm. And it writes 16MB/s. Much better than the sorry thing in that test, about the same read speed as their worst platter-based harddisk. And of course it still have the nice seek times of non-rotating media. :-) Helge Hafting

Re: the " 'official' point of view" expressed by kernelnewbies.org regarding reiser4 inclusion

2006-08-01 Thread Helge Hafting
simply count how many you need before migration. (And add a decent safety margin.) That's what I do with my home machine ask disks wear out every third year or so. The tools for ext2/3 tells how many inodes are in use, and the new fs can be made accordingly. The approach works for bigger machines too of course. Helge Hafting

Re: file as a directory

2005-05-11 Thread Helge Hafting
onal names to inside nodes of the tree, so > the same tree can be used to store the whole object, and part of the > same tree can be used to select the object part. Right? > If you do this above the file system level, I don't think it would have > such an efficient implementation.

Re: file as a directory

2004-11-28 Thread Helge Hafting
an hang the kernel and/or mess up any process. As for exploits - an in-kernel exploit is even worse than a root exploit. There are plenty of thing even root can't do - at least not in straightforward ways. The kernel has no limitations whatsoever for what may go wrong. Helge Hafting

Re: file as a directory

2004-11-24 Thread Helge Hafting
Amit Gud wrote: On Mon, 22 Nov 2004 16:04:28 +0100, Helge Hafting <[EMAIL PROTECTED]> wrote: You won't get .tar or .tar.gz support in the VFS, for a few simple reasons: 1. .tar and .tar.gz are complicated formats, and are therefore better left to userland. Agreed that .

Re: file as a directory

2004-11-22 Thread Helge Hafting
ll find many more arguments. Currently there is one kind of support for archive files - loop mounts over files containing filesystem images. These are not compressed though. Helge Hafting

Re: The argument for fs assistance in handling archives

2004-09-06 Thread Helge Hafting
Horst von Brand wrote: Spam <[EMAIL PROTECTED]> said: Horst von Brand <[EMAIL PROTECTED]> said: Helge Hafting <[EMAIL PROTECTED]> said: [...] The only new thing needed is the ability for something to be both file and directory at the same time. T

Re: The argument for fs assistance in handling archives

2004-09-06 Thread Helge Hafting
Horst von Brand wrote: Helge Hafting <[EMAIL PROTECTED]> said: [...] The only new thing needed is the ability for something to be both file and directory at the same time. Then why have files and directories in the first place? Some tools will

Re: The argument for fs assistance in handling archives

2004-09-02 Thread Helge Hafting
essary if some other mechanism is used, sure. Helge Hafting

Re: silent semantic changes with reiser4

2004-08-26 Thread Helge Hafting
purposes (view it, mail it off, serve it on the web, edit it, print it) and the thumbnail doesn't get in the way because it isn't embedded in the file format. Embedding it in the file might work for jpeg which support generic embedded data, it surely won't work for every image format out there. This is my idea of how file-as-directory should work. Helge Hafting Helge Hafting

Re: silent semantic changes with reiser4

2004-08-26 Thread Helge Hafting
ilities of directory operations. Getting the VFS right is another matter of course, but I don't worry about userland tools. Helge Hafting

Re: silent semantic changes with reiser4

2004-08-26 Thread Helge Hafting
-directory extras will provide patches for "tar" and friends, after that the extras become useable. Helge Hafting

Re: FS: hardlinks on directories

2003-08-24 Thread Helge Hafting
On Sun, Aug 24, 2003 at 09:35:57PM +0400, Hans Reiser wrote: > Helge Hafting wrote: > > > So, he needs links that count as references, Plain hard links. > links that don't count as > references but disappear if the object disappears (without dangling like > symli