-
GrayGhostcan anyone suggest instruction or a tutorial about setting up window to share files on the OmniOS server
-
GrayGhostfrom an OmniOS server no my home network
-
swinokuryou want to set up an CIFS share on OmniOS so that windows can see it & mount it, yes?
-
GrayGhostyes
-
swinokurGrayGhost: this is a reasonable place to start iirc: docs.oracle.com/cd/E19120-01/open.s…atestaticsmbsharezfstask/index.html
-
swinokurI also found this page which might be a bit more detail as well: tumfatig.net/2023/smb-shares-using-omnios-zones-and-zfs
-
swinokurI wouldn't say that either page is a step-by-step tutorial necessarily, but should give you enough example commands to create the share you need and test/experiment
-
GrayGhostI think I will use a USB stick to share files to windows 11
-
GrayGhostNFS works just fine with linux :)
-
GrayGhostI have been reading and watching videos for three days and still not working with windows
-
swinokurwell -- can you be more specific about what isn't working? can you see the share at all? (i.e. if you go start \\<ip address of the server>\ in windows, do you see the server? do you see the share you created?)
-
GrayGhostNo results from server \\192.168.1.220\
-
GrayGhostbut I can ssh to it
-
GrayGhostwhen I try to set up a mount ... it will not accept my user name and password
-
swinokuryou might need to idmap on the solaris machine: docs.oracle.com/cd/E86824_01/html/E54764/idmap-1m.html
-
swinokuryou also might need to look at smbadm: docs.oracle.com/cd/E86824_01/html/E54764/smbadm-1m.html
-
swinokuri think i just gave up on windows username & password mapping and (since its just my local lan) just use guest access
-
swinokurand then I think I use a solaris username & password if I want read/write access
-
GrayGhosta USB stick seems very attractive to me :)
-
GrayGhostI realy don
-
swinokuri hear that :)
-
GrayGhostdon't need it very offen and I dont know windows very well
-
GrayGhostit seems the latest update to windows 11 removed NFS from it
-
GrayGhostAt least I can not find where to enable nfs
-
m1ariI know they left, but I'm not sure windows has ever had an nfs client.
-
m1arizfs sharesmb seemed to work fairly well when I tried it and I found a few omnios/illumos based guides when i looked previously
-
m1arifile permissions/umask/acl possibly the bit I had most issues around
-
szilardYep, windows have official NFS client, you can install it as an optional package. AFAIK you need windows pro.
-
szilard
-
andyfGrayGhost - See my notes at paste.omnios.org/?c1e96efe880c39b3#…3ueUZicX8XEzf3dnnGWHV2cfeTZTMp2x6AX
-
andyfMake sure the dataset is mixed case sensitivity, has nbmand set and that you've changed the user's passwords (even back to the same is fine) after changing /etc/pam.conf
-
patrikri'm trying to create a bhyve zone with two [[net]] blocks for the same vnic, one for ipv4 and one for ipv6. zadm accepts it, but when i try to boot the zone it just halts, dmesg says init exited with status 4 and zadm log gives me "ioctl viona create failed 16" and "Device emulation initialization error: Device busy". if i remove the v6 [[net]] block it boots fine. is this not supported?