-
GrayGhostI have a debian computer and a computer with Omnios and connect to the shared disk on the omnios server
-
GrayGhostNow I would like to connect my wifes windows 11 to the shared shared disk and need a little help with the syntax to connect
-
GrayGhostI mount the directory on my linux with : sudo mount 192.168.12.220:/data /home/mhc/data
-
GrayGhostwhat would I use to mount on windows 11
-
pedjaif 'Network discovery' is on, it should[tm] just pop-up in 'Network' part of the Windows Explorer
-
pedjait's smb/cifs share, right?
-
GrayGhostI beleve so
-
toastersonThat syntax looks like nfs. what does zfs get sharesmb say? and zfs get sharenfs (add the dataset as argument to make the list smaller)
-
GrayGhostrpool/ROOT/omnios-r151052av sharesmb on inherited from rpool
-
GrayGhostzfs get sharenfs rpool/ROOT/omnios-r151052av harenfs off default
-
GrayGhostsharenfs ^
-
GrayGhostI turned on Network Discovery and rebooted ... no joy ... does not show up
-
pedjaafaict, 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
-
pedja
-
pedjaunc path being something like "\$server_ip\$share_name'
-
GrayGhostwhen I try to connect it will not accept my password
-
sommerfeldsee the pam_smb_passwd man page; smb servers need that in their pam.conf
-
GrayGhostthat is all way above my knowledge level ... thanks for trying to help
-
GrayGhostI will just use a usb stick to transfer the file I want :)
-
GrayGhostWhy does windows have to be so hard to do everything
-
sommerfeldit's just that smb uses a different password hashing schemes than login.
-
sommerfeldif 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
-
sommerfeldit's more "why does windows have to do everything differently?"
-
extrowerkok, now dns-over-tls works aswell
-
extrowerklets start to shape the reverse proxy zone.
-
extrowerkwith this experiment I outsource every service in an own zone.
-
extrowerkI 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