Dave Howorth wrote:
John Andersen wrote:
mv in a shell only works on file systems. And it doesn't do the link + un-link across partitions, but you knew that.
That's not true. mv is happy to move cross-filesystem. Not on all OS to be sure but it does on Suse.
The directory entry for a file is the "link" or hard link which can only exist on the same partition as the file. If the file is moved to another partition, it has to be copied and then the original deleted. If the move is on the same partition, then you simply have to copy & delete the directory entry. Don't get confused with symbolic links, which can work with different partitions. -- Use OpenOffice.org <http://www.openoffice.org> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org