April 28, 20233 yr I've updated to 6.12.0-rc4 and after the reboot was done I noticed files not showing up in my shares, but they should theoretically be there, as I still see them filling up the drives (i.e., the missing files should be about 14TB of data and I see it occupied, so...) I have tried the permissions fix that worked for a few, but it's not working for me. Any help is appreciated ymir-diagnostics-20230428-0941.zip
April 28, 20233 yr Author 8 minutes ago, JorgeB said: Please post output of zfs list I hope I did it right: root@Ymir:/# zfs list NAME USED AVAIL REFER MOUNTPOINT disk1 8.14T 8.10T 104K /mnt/disk1 disk1/Media 8.14T 8.10T 7.95T /mnt/disk1/Media disk1/Media/Download 195G 8.10T 195G /mnt/disk1/Media/Download disk1/isos 96K 8.10T 96K /mnt/disk1/isos disk2 6.98T 9.25T 112K /mnt/disk2 disk2/Download 96K 9.25T 96K /mnt/disk2/Download disk2/Media 6.98T 9.25T 321G /mnt/disk2/Media disk2/Media/Download 6.67T 9.25T 6.67T /mnt/disk2/Media/Download disk3 2.02M 16.2T 96K /mnt/disk3 disk4 1.03M 16.2T 96K /mnt/disk4 disk5 1.08M 5.33T 96K /mnt/disk5
April 28, 20233 yr Community Expert Solution 1 hour ago, dmk0 said: disk1/Media/Download 195G 8.10T 195G /mnt/disk1/Media/Download disk2/Media/Download 6.67T 9.25T 6.67T /mnt/disk2/Media/Download You are using nested datasets, these are currently not imported, you can import them manually after array start, by typing: zfs mount -a or move them to a root dataset, e.g.: zfs rename disk1/Media/Download disk1/Download Download would now be a root dataset and it would be mounted at array start, a new 'Download' share would also be created.
April 28, 20233 yr Author 4 minutes ago, JorgeB said: You are using nested datasets, these are currently not imported, you can import them manually after array start, by typing: zfs mount -a That absolutely did the trick, thank you! Do you maybe have any documentation material for me to read through this stuff? I am not clear on the whole "nested datasets" stuff and why this happened.
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.