Andreas Dilger wrote:
>
> Andrew writes:
> > ... and Lennert Buytenhek has written an ext2 resizer.
>
> Is this a dynamic resizer (i.e. can it change a mounted filesystem
> while users are using it)?
I doubt it. BTW, you can get it from:
http://www.dsv.nl/~buytenh/ext2resize/
One issue that comes immediately to mind is the cache. The resizing
would have to be done in kernel space - and this seems like bloat to me.
I don't know enough about the kernel to know how hard this would be to
implement.
> Of course, I'd be happy with one that
> requires an unmounted filesystem initially, but after resizing
> a busy filesystem under AIX it is hard to go back...
I don't think its going to happen :-|
Andrew Clausen