- Joined
 - Nov 25, 2013
 
- Messages
 - 7,776
 
Hi all,
I have an AD integrated installation with a share named "home" that contains users' personal directories.
This is the full configuration:
Users' home directories are created when they first connect. But only as directories, not as separate data sets what I would expect and prefer.
Any ideas?
Kind regards,
Patrick
	
		
			
		
		
	
			
			I have an AD integrated installation with a share named "home" that contains users' personal directories.
zfs_core:zfs_auto_create = true is set - I did not do this manually, seems to be created by TrueNAS. Same for the share path.This is the full configuration:
Code:
[homes]
    comment = Home Directories
    ea support = No
    kernel share modes = No
    path = /mnt/fusion/share/home/%D/%U
    posix locking = No
    read only = No
    smbd max xattr size = 2097152
    vfs objects = fruit streams_xattr ixnas zfs_core aio_fbsd
    zfs_core:zfs_auto_create = true
    fruit:resource = stream
    fruit:metadata = stream
    nfs4:chown = trueUsers' home directories are created when they first connect. But only as directories, not as separate data sets what I would expect and prefer.
Any ideas?
Kind regards,
Patrick