Mounting Windows Shares on Solaris
Hi All, Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work. Has anyone done this? I've installed all the samba executables in /usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share. TIA, -Chuck
On Linux, you need to fiddle with the kernel to mount new filesystem types. I would think it's the same with Slowlaris. Unless they have something like FUSE. There might be a module you need to compile/load. I'm pretty sure I've seen it done, though. On Dec 12, 2009, at 11:09 AM, Chuck Noyes <vze284qe@verizon.net> wrote:
Hi All,
Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work.
Has anyone done this? I've installed all the samba executables in / usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share.
TIA, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
I would share the share via NFS. Windows supports this: http://support.microsoft.com/kb/324086 or http://support.microsoft.com/kb/324089 Randall Mason On Sat, Dec 12, 2009 at 11:09 AM, Chuck Noyes <vze284qe@verizon.net> wrote:
Hi All,
Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work.
Has anyone done this? I've installed all the samba executables in /usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share.
TIA, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Is it Solaris or OpenSolaris? If it's OpenSolaris, It does support FUSE, and you can probably abstract the SMB stuff through fuse. If not, then the proposed NFS solution is probably your only option. Solaris supported File Systems: http://sun.systemnews.com/articles/123/4/sw/19848 On Sat, Dec 12, 2009 at 11:09 AM, Chuck Noyes <vze284qe@verizon.net> wrote:
Hi All,
Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work.
Has anyone done this? I've installed all the samba executables in /usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share.
TIA, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Answering my own post... If I bring up the Java desktop and go to "Network Places" and enter "smb://Windows-hostname/share", it works - I can see the files on the Windows host. I have no idea how this works! Nothing gets mounted - the mount command shows the windows host isn't mounted. Is this accomplished through the "magic" of Java? I can't figure out how to do this through the command line, which is what I really need to do. I'll keep at it and see what happens. -Chuck On Dec 12, 2009, at 11:09 AM, Chuck Noyes wrote:
Hi All,
Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work.
Has anyone done this? I've installed all the samba executables in /usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share.
TIA, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
You can probably do the same with 'smbclient'. I imagine the desktop navigation tool is using the Samba libraries to connect, both of which should all work without any kernel support for the filesystem. Brian On Mon, 14 Dec 2009 19:20:57 -0500 Chuck Noyes <vze284qe@verizon.net> wrote:
Answering my own post...
If I bring up the Java desktop and go to "Network Places" and enter "smb://Windows-hostname/share", it works - I can see the files on the Windows host.
I have no idea how this works! Nothing gets mounted - the mount command shows the windows host isn't mounted. Is this accomplished through the "magic" of Java? I can't figure out how to do this through the command line, which is what I really need to do.
I'll keep at it and see what happens.
-Chuck
This is the magic of GNOME's vfs. No mounting and it looks like files. It's like a GNOME centric FUSE that has existed for years. The Java desktop is just a little SUN paint on top of GNOME; it has absolutely nothing to do with Java, that's just SUN's highest value trademark... -Randall On 12/14/09, Chuck Noyes <vze284qe@verizon.net> wrote:
Answering my own post...
If I bring up the Java desktop and go to "Network Places" and enter "smb://Windows-hostname/share", it works - I can see the files on the Windows host.
I have no idea how this works! Nothing gets mounted - the mount command shows the windows host isn't mounted. Is this accomplished through the "magic" of Java? I can't figure out how to do this through the command line, which is what I really need to do.
I'll keep at it and see what happens.
-Chuck
On Dec 12, 2009, at 11:09 AM, Chuck Noyes wrote:
Hi All,
Maybe a bit [OT], but I've got a Solaris 10u8 host, and I'd like to be able to mount a Windows share on the Solaris box. I don't think Solaris supports the smbfs or cifs file systems (at least I can't find any evidence of it). So a command like: "mount -F smbfs //windows-host/share /mnt" won't work.
Has anyone done this? I've installed all the samba executables in /usr/bin and in /usr/sbin on the Solaris box, so there is samba support in Solaris, but I can't seem to mount the Windows share.
TIA, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- Randall Mason randall@mason.ch
participants (5)
-
Adam Gomes
-
Brian Conway
-
Chuck Noyes
-
Jorden Mauro
-
Randall Mason