14:30:29 I have a debian computer and a computer with Omnios and connect to the shared disk on the omnios server 14:31:37 Now I would like to connect my wifes windows 11 to the shared shared disk and need a little help with the syntax to connect 14:34:16 I mount the directory on my linux with : sudo mount 192.168.12.220:/data /home/mhc/data 14:34:41 what would I use to mount on windows 11 14:45:02 if 'Network discovery' is on, it should[tm] just pop-up in 'Network' part of the Windows Explorer 14:45:42 it's smb/cifs share, right? 14:49:45 I beleve so 15:13:30 That syntax looks like nfs. what does zfs get sharesmb say? and zfs get sharenfs (add the dataset as argument to make the list smaller) 15:29:05 rpool/ROOT/omnios-r151052av sharesmb on inherited from rpool 15:34:24 zfs get sharenfs rpool/ROOT/omnios-r151052av harenfs off default 15:36:40 sharenfs ^ 15:54:33 I turned on Network Discovery and rebooted ... no joy ... does not show up 15:57:15 afaict, you'd need wsdd/wsdd-native services/daemons on omnios so win 11 can auto-discover smb shares. setting unc path when you map the network drive in explorer should still work 15:57:28 (details at https://illumos.topicbox.com/groups/omnios-discuss/T3db894c9fa12e749-M8dc009a9d3526a28c6932346/ws-discovery) 16:00:05 unc path being something like "\$server_ip\$share_name' 16:42:44 when I try to connect it will not accept my password 16:50:19 see the pam_smb_passwd man page; smb servers need that in their pam.conf 16:57:36 that is all way above my knowledge level ... thanks for trying to help 16:58:16 I will just use a usb stick to transfer the file I want :) 17:08:17 Why does windows have to be so hard to do everything 18:06:41 it's just that smb uses a different password hashing schemes than login. 18:07:41 if you haven't used SMB before you need to add pam_smb_passwd to pam.conf and "change" the passwords of users who need to use SMB which will add them to /var/smb/smbpasswd 18:19:53 it's more "why does windows have to do everything differently?" 19:36:27 ok, now dns-over-tls works aswell 19:36:45 lets start to shape the reverse proxy zone. 19:37:04 with this experiment I outsource every service in an own zone. 19:48:14 I terribly like omnios. Frankly I could get all of this working using any mainstream operating system (I did it previously with freebsd), but I enjoy doing it with illumos