June 30, 20251 yr Hi everyone, I've set up Unraid in a similar fashion as others with a Downloads share on the Cache (4 x 1Tb NVMe RAID Z1) and a Movies share that is Cache to Array. If I move files from one folder to another folder in the Downloads folder, the moves are instant. If I move them from the Downloads folder to the Movies folder, they can take 15 to 20 seconds (depending on the number). I am using a SMB root share that is mapped to /mnt/user. The PC doing the moves is a VM on the Unraid server. When I check the /mnt/cache folder, the Movies are on there, not on the array disks. When I use Midnight Commander to move the files, it takes a very long time - it appears it's copying to the array:The SMB extra configuration I'm using to create the share:[MountRoot] path = /mnt/user comment = browseable = no # Private writeable = yes read list = write list = user1 valid users = user1 vfs objects = Does anyone have any ideas?Thanks,Andy.
June 30, 20251 yr Community Expert If the shares are different zfs datasets, this is normal, they behave like separate filesystems.
June 30, 20251 yr Author Just tested it by using /mnt/cache - the moves are instant. It appears that /mnt/user/ doesn't think the folders are both on the cache.
June 30, 20251 yr Community Expert Maybe they are not datasets, I don't use the plugin, post the output fromzfs list -t all
June 30, 20251 yr Community Expert I can tell they are in fact datasets based on the little disk like icon, if they were folders it would appear with a folder iconExample: Top is dataset, bottom is folder. With that said, for atomic moves it has to be within the dataset mv /mnt/user/dataset1/folder1/file <-> /mnt/user/dataset1/folder2/file
July 1, 20251 yr Community Expert 12 hours ago, MowMdown said:I can tell they are in fact datasetsThanks, and in that case the behavior is normal, i.e., moves will not be instant.
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.