Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to access a shared windows folder.

Reply
Thread Tools Display Modes

How to access a shared windows folder.

 
 
paulrittell@hotmail.com
Guest
Posts: n/a

 
      12-14-2007, 02:01 AM
I am using fedora 8 and am trying to connect to my windows xp
machine's shared folder. I am able to see the machine on the local
network and the shared folder using

smbclient -L \\COMPUTERNAME -I 111.111.1.1

but how do i access the folder and get files from it.???????????
 
Reply With Quote
 
 
 
 
David Schwartz
Guest
Posts: n/a

 
      12-14-2007, 03:51 AM
On Dec 13, 7:01 pm, paulritt...@hotmail.com wrote:
> I am using fedora 8 and am trying to connect to my windows xp
> machine's shared folder. I am able to see the machine on the local
> network and the shared folder using
>
> smbclient -L \\COMPUTERNAME -I 111.111.1.1
>
> but how do i access the folder and get files from it.???????????


It's not clear what you're asking. Why not just read the documentation
for 'smbclient' and use it to do those things? Or do you want to
actually mount it? If so, read the documentation on "smbmount".

DS
 
Reply With Quote
 
paulrittell@hotmail.com
Guest
Posts: n/a

 
      12-14-2007, 07:32 PM
On Dec 13, 11:51 pm, David Schwartz <dav...@webmaster.com> wrote:
> On Dec 13, 7:01 pm, paulritt...@hotmail.com wrote:
>
> > I am using fedora 8 and am trying to connect to my windows xp
> > machine'ssharedfolder. I am able to see the machine on the local
> > network and thesharedfolder using

>
> > smbclient -L \\COMPUTERNAME -I 111.111.1.1

>
> > but how do iaccessthe folder and get files from it.???????????

>
> It's not clear what you're asking. Why not just read the documentation
> for 'smbclient' and use it to do those things? Or do you want to
> actually mount it? If so, read the documentation on "smbmount".
>
> DS


I want to actually mount the folder... I am going to look up
"smbmount"
Thanks Much
 
Reply With Quote
 
johnny bobby bee
Guest
Posts: n/a

 
      12-14-2007, 08:27 PM
(E-Mail Removed) wrote:
> I am using fedora 8 and am trying to connect to my windows xp
> machine's shared folder.


Assuming you're using Gnome. Try nautilus --> File --> connect to server
--> Windows Share.

--
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously.
--Benjamin Franklin
 
Reply With Quote
 
Gretch
Guest
Posts: n/a

 
      12-14-2007, 09:05 PM
In news:fb1cfebb-580e-4522-9784-(E-Mail Removed),
(E-Mail Removed) <(E-Mail Removed)> wrote:
> I am using fedora 8 and am trying to connect to my windows xp
> machine's shared folder. I am able to see the machine on the local
> network and the shared folder using
>
> smbclient -L \\COMPUTERNAME -I 111.111.1.1
>
> but how do i access the folder and get files from it.???????????


Mount it so it becomes part of your local filesystem, e.g.:

mkdir /tmp/xp
mount -t smbfs //computername/sharename /tmp/xp -o \
username=username,uid=userid,gid=groupid

where username is the xp username to whom acces is restricted (if so), and
userid and groupid are local to your Linux system. It's not advised to use
password= in the options, as that would display the password needed (if
required) on the xp machine to access the share. It would be visible to
anyone running "ps auxww" on the Linux box.

Then you can access the files under /tmp/xp as if they were local to your
machine. Even if the filesystem on the xp box is NTFS, read/write occurs
properly, as it's handled by the xp machine and not the Linux.

 
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
How to Access windows server 2008 shared folder(samba is installed)from Ubuntu pincustomer@gmail.com Windows Networking 3 01-28-2009 01:23 PM
HELP! Windows 2003 Server Shared folder access Mark Windows Networking 0 03-08-2007 05:37 PM
windows 98 user can not access the shared folder on windows 2003 s =?Utf-8?B?eGlhb21laQ==?= Windows Networking 0 09-28-2005 02:37 AM
Unable to access shared folder on RAID array - Windows XP Rifleman Home Networking 0 09-18-2005 08:26 PM
Shared Folder access with VPN in windows 2003 Jim Bowie Windows Networking 3 05-29-2004 02:00 AM



1 2 3 4 5 6 7 8 9 10 11