September 30, 20241 yr Hello, Total n00b here. But when moving files on the same disk what should be the expected speed? For the record, Im talking about a sata platter drive. No parity active on a ZFS formated drive/share. It should only change the location in the files table not physically move it? I.e. it should be instant? Im seeing 40MB read/writes. Im using the internal file explorer in unraid 7 beta. Moving from /mnt/disk1/folder1/* > /mnt/disk1/folder2/*
September 30, 20241 yr Community Expert Solution DFM does a copy, then remove, even for disk to disk moves, you can use other tools.
September 30, 20241 yr Author In cli for example? mv /mnt/disk1/folder1 /mny/disk/folder2 Edited September 30, 20241 yr by lowfi
September 30, 20241 yr Community Expert That should work, you can also use Midnight Commander, mc on the CLI.
September 30, 20241 yr Author alright ill give it a try. "DFM does a copy, then remove" is this a safety precaution i assume?
September 30, 20241 yr Community Expert It's just the way it works, it was an option from the author.
September 30, 20241 yr Author Using mc it is not really faster. Weird. Although it is a slightly older drive i was hoping/suspecting this should go way faster. this is using the "renmove" command inside mc.
September 30, 20241 yr 1 hour ago, lowfi said: Yes it is. But no parity. Looks like you're copying. On ZFS you might be dealing with multiple datasets, not directories. Check mv from the CLI. If that isn't instant, then your source/dest aren't the same volume. Edited September 30, 20241 yr by Espressomatic
October 1, 20241 yr Community Expert Shares are create as datasets with zfs, moving from one dataset to another requires a full copy.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.