Networking Forums

Networking Forums > Computer Networking > Linux Networking > Accessing a shared folder on a Windows based computer

Reply
Thread Tools Display Modes

Accessing a shared folder on a Windows based computer

 
 
circuit_breaker
Guest
Posts: n/a

 
      10-23-2004, 03:19 PM
Hi,

How do I access a shared folder on a Wintel box from my Linux box?

Thanks.
 
Reply With Quote
 
 
 
 
Geoffrey King
Guest
Posts: n/a

 
      10-23-2004, 04:31 PM
On Sat, 23 Oct 2004 08:19:19 -0700, circuit_breaker wrote:

> Hi,
>
> How do I access a shared folder on a Wintel box from my Linux box?


With Samba. Install it from your distro's package management system or
download and compile the source from www.samba.org.

You will also need to make sure your kernel has smbfs filesystem support.
cat /proc/filesystems to find out.

With that lot out the way, smbmount should work.

smbmount //wintelbox/share /mnt/share

If you need something more complex (eg, credientials, uid/guid masks, etc)
please read the smbmount man page.

--
Time-sharing is the junk-mail part of the computer business.
-- H.R.J. Grosch (attributed)

 
Reply With Quote
 
Antoine EMERIT
Guest
Posts: n/a

 
      10-23-2004, 09:08 PM
Geoffrey King <(E-Mail Removed)> wrote
news(E-Mail Removed) dns.org:
>> How do I access a shared folder on a Wintel box from my Linux box?

>
> With Samba. Install it from your distro's package management system or
> download and compile the source from www.samba.org.
>
> You will also need to make sure your kernel has smbfs filesystem
> support. cat /proc/filesystems to find out.


You may also use the smbclient tools.

It allow you to manipulate files on a remote Windows share (copy/move/tar,
....) without mounting the share in your directory tree.

Of it's limited compare to smbfs, but it may be enough for example to
backup, ...

Regards
 
Reply With Quote
 
circuit_breaker
Guest
Posts: n/a

 
      10-24-2004, 07:06 PM
It's working! Thanks

Geoffrey King <(E-Mail Removed)> wrote in message news:<(E-Mail Removed) ndns.org>...
> On Sat, 23 Oct 2004 08:19:19 -0700, circuit_breaker wrote:
>
> > Hi,
> >
> > How do I access a shared folder on a Wintel box from my Linux box?

>
> With Samba. Install it from your distro's package management system or
> download and compile the source from www.samba.org.
>
> You will also need to make sure your kernel has smbfs filesystem support.
> cat /proc/filesystems to find out.
>
> With that lot out the way, smbmount should work.
>
> smbmount //wintelbox/share /mnt/share
>
> If you need something more complex (eg, credientials, uid/guid masks, etc)
> please read the smbmount man page.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP clients hang accessing shared 2003 folder Geff Windows Networking 0 11-13-2007 09:02 PM
Cannot get my computer to serve a shared folder SubXO Wireless Networks 0 08-30-2005 02:10 AM
cannot access shared folder on ME from XP computer =?Utf-8?B?Vmlja2k=?= Windows Networking 10 05-04-2005 07:22 PM
HELP! DCC connected between XP and windows 98 but cannot see the connect computer or shared folder peacelife Windows Networking 5 10-24-2004 02:49 PM
Accessing Win98 shared folder w/WinXP Barry Windows Networking 1 09-03-2003 06:07 AM



1 2 3 4 5 6 7 8 9 10 11