[plug] splitting very large files
Michael Holland
myk at westnet.com.au
Fri Aug 6 16:21:58 WST 2004
Is there any way to split large files (many GB) on disk (ext3) without
copying?
Or any hooks in the OS/filesystem that could be use to do it?
Is it possible without unmounting the FS and raw access to the partition?
The only thing I know about is the truncate(2) call, which I've written a
trivial perl wrapper for. That splits off the head part very quickly, but
I'm still copying the tail first.
cheers.
--
The best things in life go on sale sooner or later.
More information about the plug
mailing list