On Monday 09 November 2009 14:30:56 Brynet wrote: > STeve Andre wrote: > > For simple large files, is there a faster way to move them rather > > than using mv? I have a lot of large files (>10G) that need to be > > rearranged on which disk they reside on. > > Hi, > > If the files are on the same partition, mv(1) or ln(1) will be almost > instantanous.. otherwise just cp(1) and rm(1). > > -Brynet.
Right--I didn't word that well enough. My problem is that a have some horde load of files on several disks, and I'm moving them about to make sense of where they are, so I am always crossing disks. It doesn't seem to me there is a faster way for single large files but I thought I'd ask. --STeve Andre'