Dataset folders shows no files.

Joined
Sep 6, 2016
Messages
7
Running FreeNAS-11.2-U3 and working with datasets mounted via NFS share.
When ssh to the box and looking at the dataset directory i see no files, but if I mount them on another machine the files are visible.
Is that the expected behaviour ?

root@freenas_0[/mnt/nas-pool/DataScience]# ls -la

total 9

drwxr-xr-x 2 root wheel 2 May 4 08:12 .

drwxr-xr-x 6 root wheel 6 May 3 17:02 ..
---
root@freenas_1[/mnt/nas-2/DataScience]# ls -la

total 26

drwxr-xr-x 4 root wheel 4 May 4 09:10 .

drwxr-xr-x 6 root wheel 6 May 3 17:02 ..

drwxr-xr-x 2 root wheel 21 May 4 08:07 Atlantis

drwxr-xr-x 2 root wheel 11 May 4 08:07 DataLake
 
Joined
Sep 6, 2016
Messages
7
when doing ZFS list i can see it , but the replicated data does not seem to be on the other FreeNAS
-=-=-=--=-=-=-=-=-=-=-

root@freenas[/mnt/remote-nas]# zfs list

NAME USED AVAIL REFER MOUNTPOINT

freenas-boot 758M 5.27T 64K none

freenas-boot/ROOT 757M 5.27T 29K none

freenas-boot/ROOT/Initial-Install 1K 5.27T 755M legacy

freenas-boot/ROOT/default 757M 5.27T 755M legacy

nas-pool 174G 31.3T 174G /mnt/nas-pool

nas-pool/.system 19.3M 31.3T 96K legacy

nas-pool/.system/configs-1e6cbdfb415748b98d868947a6e14a88 1.50M 31.3T 1.50M legacy

nas-pool/.system/cores 412K 31.3T 412K legacy

nas-pool/.system/rrd-1e6cbdfb415748b98d868947a6e14a88 16.6M 31.3T 16.6M legacy

nas-pool/.system/samba4 152K 31.3T 152K legacy

nas-pool/.system/syslog-1e6cbdfb415748b98d868947a6e14a88 420K 31.3T 420K legacy

nas-pool/.system/webui 88K 31.3T 88K legacy

nas-pool/DataScience 144K 31.3T 88K /mnt/nas-pool/DataScience

nas-pool/Lab_Infra 88K 31.3T 88K /mnt/nas-pool/Lab_Infra

nas-pool/Threat_Intel_Exchange 88K 31.3T 88K /mnt/nas-pool/Threat_Intel_Exchange

nas-pool/Workshops 88K 31.3T 88K /mnt/nas-pool/Workshops

nas-pool/iocage 632K 31.3T 104K /mnt/nas-pool/iocage

nas-pool/iocage/download 88K 31.3T 88K /mnt/nas-pool/iocage/download

nas-pool/iocage/images 88K 31.3T 88K /mnt/nas-pool/iocage/images

nas-pool/iocage/jails 88K 31.3T 88K /mnt/nas-pool/iocage/jails

nas-pool/iocage/log 88K 31.3T 88K /mnt/nas-pool/iocage/log

nas-pool/iocage/releases 88K 31.3T 88K /mnt/nas-pool/iocage/releases

nas-pool/iocage/templates 88K 31.3T 88K /mnt/nas-pool/iocage/templates

root@freenas[/mnt/remote-nas]#
-=-=-=-=-

On the other system i can't see anything that indicated that the 174G was copied over ...
root@freenas[/mnt/remote-nas/DataScience]# zfs list

NAME USED AVAIL REFER MOUNTPOINT

freenas-boot 758M 5.27T 64K none

freenas-boot/ROOT 757M 5.27T 29K none

freenas-boot/ROOT/Initial-Install 1K 5.27T 755M legacy

freenas-boot/ROOT/default 757M 5.27T 755M legacy

nas-pool 20.5M 31.5T 96K /mnt/nas-pool

nas-pool/.system 18.1M 31.5T 96K legacy

nas-pool/.system/configs-1e6cbdfb415748b98d868947a6e14a88 1.37M 31.5T 1.37M legacy

nas-pool/.system/cores 412K 31.5T 412K legacy

nas-pool/.system/rrd-1e6cbdfb415748b98d868947a6e14a88 15.7M 31.5T 15.7M legacy

nas-pool/.system/samba4 136K 31.5T 136K legacy

nas-pool/.system/syslog-1e6cbdfb415748b98d868947a6e14a88 316K 31.5T 316K legacy

nas-pool/.system/webui 88K 31.5T 88K legacy

nas-pool/Backups 88K 31.5T 88K /mnt/nas-pool/Backups

nas-pool/DataScience 176K 31.5T 88K /mnt/nas-pool/DataScience

nas-pool/DataScience/DataScience 88K 31.5T 88K /mnt/nas-pool/DataScience/DataScience

nas-pool/Lab_Infra 176K 31.5T 88K /mnt/nas-pool/Lab_Infra

nas-pool/Lab_Infra/Lab_Infra 88K 31.5T 88K /mnt/nas-pool/Lab_Infra/Lab_Infra

nas-pool/Threat_Intel_Exchange 176K 31.5T 88K /mnt/nas-pool/Threat_Intel_Exchange

nas-pool/Threat_Intel_Exchange/Threat_Intel_Exchange 88K 31.5T 88K /mnt/nas-pool/Threat_Intel_Exchange/Threat_Intel_Exchange

nas-pool/Workshops 176K 31.5T 88K /mnt/nas-pool/Workshops

nas-pool/Workshops/Workshops 88K 31.5T 88K /mnt/nas-pool/Workshops/Workshops
 
Top