Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-17-2004, 12:54 AM
|
#1
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Rep:
|
Can Linux access WinXP's shared folder?
Linux box's IP: 10.1.1.1
Linux mount point for WinXP's Shared folder: /mnt/test
WinXP's IP: 10.1.1.2
WinXP's Shared Folder: C:\Test
WinXP's Shared Folder's password: testpw
WinXP's login userid: John Henderson
WinXP's login user's password: johnpw
Thanks !
|
|
|
04-17-2004, 01:22 AM
|
#2
|
Member
Registered: Oct 2003
Distribution: Slackware
Posts: 101
Rep:
|
Assuming you have samba installed this should be a snap.
Code:
mount -t smbfs -o username="John Henderson",password=testpw,ip=10.1.1.2 //<xp name>/test /mnt/test
type the command smbmount for more information.
|
|
|
04-17-2004, 02:05 AM
|
#3
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Original Poster
Rep:
|
I've not installed Samba yet. Do I need to install Samba on both the linux box and the Winxp box?
Thanks !
Quote:
Originally posted by RandomLinuxNewb
Assuming you have samba installed this should be a snap.
Code:
mount -t smbfs -o username="John Henderson",password=testpw,ip=10.1.1.2 //<xp name>/test /mnt/test
type the command smbmount for more information.
|
|
|
|
04-17-2004, 02:37 AM
|
#4
|
Member
Registered: Aug 2003
Location: Europe
Distribution: Slackware (current)
Posts: 228
Rep:
|
You have to install samba only on your linux machine, windows support SMB protocol by default
|
|
|
04-17-2004, 04:34 AM
|
#5
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Original Poster
Rep:
|
I've installed samba via
Code:
apt-get install samba
However, returns me with an error "No manual entry for smbmount". Do I need to install other packages?
From what I understand (with those prompts during installation), I need to use "smbpasswd -a" to create username and password first, before I can mount the wndows folder. Is that right?
Thanks !
Quote:
Originally posted by RandomLinuxNewb
Assuming you have samba installed this should be a snap.
Code:
mount -t smbfs -o username="John Henderson",password=testpw,ip=10.1.1.2 //<xp name>/test /mnt/test
type the command smbmount for more information.
|
|
|
|
04-17-2004, 04:48 AM
|
#6
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Original Poster
Rep:
|
Code:
mount -t smbfs -o username="John Henderson",password=testpw,ip=10.1.1.2 //<xp name>/test /mnt/test
return me with this error:
mount: wrong fs type, bad option, bad superblock on //davidpc/test,or too many mounted file systems
Please advise.
Thanks !
|
|
|
All times are GMT -5. The time now is 05:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|