Hello,

I have studied various filesystems, and am fairly familiar with how they are 
structured. However, I am currently stuck on trying to do what seems like a 
simple thing.

I would like to join two files together without having to physically copy bytes 
(i.e. I have vary large files, so I don't want to use 'cat'). It seems to me 
that it should be possible to simply modify the file entry in the filesystem 
such that the last inode of the first file points to the first inode of the 
second file. I guess this is similar to a "hard link", but used to join files 
rather than simply have another pointer to one file.

I have seen 'mmv' and 'lxsplit' and they all seem to do the same thing, namely 
they want to physically copy the bytes in order to join two files together.

Is there any such utility in linux to perform such a hard link to join or 
connect two files together without having to copy bytes?

Thanks for your help.

Dave Rector
*:^)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to