Hello
We have NFS setup on our HP ux server so our windows servers/clients
can access hpux shares.. now how can I mount a windows NTFS share onto
the hp ux?
Do i need a kernel patch like in linux?
|
|
0
|
|
|
|
Reply
|
TheSoulCrusher (16)
|
7/3/2006 8:37:45 PM |
|
thesoulcrusher wrote:
> Hello
>
> We have NFS setup on our HP ux server so our windows servers/clients
> can access hpux shares.. now how can I mount a windows NTFS share onto
> the hp ux?
>
>
> Do i need a kernel patch like in linux?
>
Dear soulcrusher,
I would use CIFS to mount Windows shares.
CIFS is called Samba on Linux.
Kind regards,
Jan Gerrit Kootstra
|
|
0
|
|
|
|
Reply
|
Jan
|
7/3/2006 8:52:32 PM
|
|
* Jan Gerrit Kootstra:
>> We have NFS setup on our HP ux server so our windows servers/clients
>> can access hpux shares.. now how can I mount a windows NTFS share onto
>> the hp ux?
>>
>>
>> Do i need a kernel patch like in linux?
>
> I would use CIFS to mount Windows shares.
>
> CIFS is called Samba on Linux.
For mounting Windows SMB shares on HP-UX you need the CIFS Client (samba
is just the CIFS server, it can export shares but not mount them)...
Benjamin
|
|
0
|
|
|
|
Reply
|
Benjamin
|
7/3/2006 10:49:01 PM
|
|
Benjamin Gawert wrote:
> * Jan Gerrit Kootstra:
>
>>> We have NFS setup on our HP ux server so our windows servers/clients
>>> can access hpux shares.. now how can I mount a windows NTFS share onto
>>> the hp ux?
>>>
>>>
>>> Do i need a kernel patch like in linux?
>>
>>
>> I would use CIFS to mount Windows shares.
>>
>> CIFS is called Samba on Linux.
>
>
> For mounting Windows SMB shares on HP-UX you need the CIFS Client (samba
> is just the CIFS server, it can export shares but not mount them)...
>
> Benjamin
Benjamin,
I agree that you need the client, but on Red Hat Linux and SuSe Linux
both client and server are called Samba.
Kind regards,
Jan Gerrit Kootstra
|
|
0
|
|
|
|
Reply
|
Jan
|
7/4/2006 5:34:06 AM
|
|
* Jan Gerrit Kootstra:
>> For mounting Windows SMB shares on HP-UX you need the CIFS Client
>> (samba is just the CIFS server, it can export shares but not mount
>> them)...
>>
>> Benjamin
>
> Benjamin,
>
>
> I agree that you need the client, but on Red Hat Linux and SuSe Linux
> both client and server are called Samba.
Ok, I didn't know that (I avoid Linux whenever possible). In HP-UX you
need the CIFS Client for that.
Benjamin
|
|
0
|
|
|
|
Reply
|
Benjamin
|
7/4/2006 3:07:48 PM
|
|
A much simpler way on non CIFS client systems like HP-UX is to
install Windows Services for Unix
http://www.microsoft.com/windowsserversystem/sfu/
which is now free and comes with an NFS server. You can then mount
it as if it was a Unix box via NFS. Should install on 2003 server
and XP
Thanks
Colin
|
|
0
|
|
|
|
Reply
|
Colin
|
7/4/2006 4:46:32 PM
|
|
* Colin Simpson:
> A much simpler way on non CIFS client systems like HP-UX is to
> install Windows Services for Unix
>
> http://www.microsoft.com/windowsserversystem/sfu/
>
> which is now free and comes with an NFS server. You can then mount
> it as if it was a Unix box via NFS. Should install on 2003 server
> and XP
Right, the SFU are indeed very nice, and they work flawlessly on
Windowsxp, too.
Benjamin
|
|
0
|
|
|
|
Reply
|
Benjamin
|
7/4/2006 6:42:22 PM
|
|
In article <2080d$44a98395$50396f05$29993@news.chello.nl>, Jan Gerrit Kootstra
wrote:
> thesoulcrusher wrote:
>> Hello
>>
>> We have NFS setup on our HP ux server so our windows servers/clients
>> can access hpux shares.. now how can I mount a windows NTFS share onto
>> the hp ux?
>>
>>
>> Do i need a kernel patch like in linux?
>>
> Dear soulcrusher,
>
>
> I would use CIFS to mount Windows shares.
>
> CIFS is called Samba on Linux.
You've got it a little backwards. Samba is provided in a (slightly) modified
and HP-supported package called CIFS/9000. But it *is* Samba...
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Kevin
|
7/5/2006 6:48:58 PM
|
|
In article <4gvr4fF1pekpgU4@individual.net>, Benjamin Gawert wrote:
> * Colin Simpson:
>
>> A much simpler way on non CIFS client systems like HP-UX is to
>> install Windows Services for Unix
>>
>> http://www.microsoft.com/windowsserversystem/sfu/
>>
>> which is now free and comes with an NFS server. You can then mount
>> it as if it was a Unix box via NFS. Should install on 2003 server
>> and XP
>
> Right, the SFU are indeed very nice, and they work flawlessly on
> Windowsxp, too.
Just FYI, I don't think SFU is supported by MS anymore... In addition, most of
it is now included as part of the OS in Windows 2003 R2...
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Kevin
|
7/5/2006 6:51:56 PM
|
|
* Kevin Collins:
> Just FYI, I don't think SFU is supported by MS anymore...
Why should that be the case?
> In addition, most of
> it is now included as part of the OS in Windows 2003 R2...
Right, _most_ but not _all_. Besides that, SFU is not just for Windows
Server 2003 but also for other Windows variants inkluding Windowsxp. I'd
be really surprised if MS would stop supporting SFU for all Windows
versions just because the warmed up Server 2003 got some of the features...
Benjamin
|
|
0
|
|
|
|
Reply
|
Benjamin
|
7/5/2006 8:00:13 PM
|
|
Colin Simpson wrote:
> A much simpler way on non CIFS client systems like HP-UX is to
> install Windows Services for Unix
>
> http://www.microsoft.com/windowsserversystem/sfu/
>
> which is now free and comes with an NFS server. You can then mount
> it as if it was a Unix box via NFS. Should install on 2003 server
> and XP
>
> Thanks
>
> Colin
Yes we have that installed t omap our windows clients/servers to our
unix shares but.. I need to do the opposite, map windows share to the
unix server... you cannot do that with SFU,, at least not that I know
of...
|
|
0
|
|
|
|
Reply
|
thesoulcrusher
|
7/6/2006 11:45:09 PM
|
|
In article <1152229509.156818.243450@p79g2000cwp.googlegroups.com>,
thesoulcrusher wrote:
>
> Colin Simpson wrote:
>> A much simpler way on non CIFS client systems like HP-UX is to
>> install Windows Services for Unix
>>
>> http://www.microsoft.com/windowsserversystem/sfu/
>>
>> which is now free and comes with an NFS server. You can then mount
>> it as if it was a Unix box via NFS. Should install on 2003 server
>> and XP
>>
>> Thanks
>>
>> Colin
>
> Yes we have that installed t omap our windows clients/servers to our
> unix shares but.. I need to do the opposite, map windows share to the
> unix server... you cannot do that with SFU,, at least not that I know
> of...
Yes, you can, but as NFS shares, not SMB (aka CIFS) shares. You configure the
Windows box as an NFS server with SFU and then the Unix box mounts the share
with NFS client.
Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
|
|
0
|
|
|
|
Reply
|
Kevin
|
7/7/2006 12:03:14 AM
|
|
|
11 Replies
457 Views
(page loaded in 0.128 seconds)
|