Computing.Net > Forums > Linux > Samba and Mounting WinXP Drive

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Samba and Mounting WinXP Drive

Reply to Message Icon

Name: Eradicator
Date: July 24, 2003 at 05:15:40 Pacific
OS: Mandrake 9.1
CPU/Ram: XP 1600
Comment:

I am trying to set up my network so my WinXP and my MDK 9.1 can view the share folders/drives.

I have samba installed on MDK 9.1 and I can see the drive from the MDK 9.1 control panel.

When I go to mount the drive on the desk top as an icon I get an error that I am not root. Is there a way to do this with the GUI? If not what is the exact command I need to use.

Lets say the WinXP account I set up name is LINUX and the password is FISH and the workgroups name is WINDOWS and the name of the computer with WinXP is LIVINGROOM.

What is the best way to get a root console and what command would I use.

THanks in advance



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: July 24, 2003 at 06:41:03 Pacific
Reply:

How are you trying to mount it? With mount
or smbmount?
$ smbmount //livingroom/sharename
/mnt/mountpoint -o username=LINUX

Providing you have permission to mount on
/mnt/mountpoint.

If you haven't set up a share on XP, try
//livingroom/c$ instead, but you will
probably have to do -o
username=administrator too.

If you run konqueror or nautilus, try just
typing smb://livingroom into the address
bar.

If you want to do it all with a GUI, try
linneighbourhood or gnomba.


0

Response Number 2
Name: Eradicator
Date: July 24, 2003 at 07:12:00 Pacific
Reply:

I am trying to mount it via the GUI, I right click on the desktop and pick new hard drive.....

In your command line suggestion do I need to type the "$" or are you showing that because it is the prompt?

I have file sharing set up already on the XP machine.

Is sharename the command or a generic term?

Thanks


0

Response Number 3
Name: 3Dave
Date: July 25, 2003 at 01:13:41 Pacific
Reply:

The $ indicates a prompt (usually a # if
logged in as root)

The sharename is whatever you called the
share on the windoze box. Say you had a
folder on the XP machine full of mp3s,
right-click on it, go to the properties and
share it as "mp3s" (stick to simple names
with no spaces to make things easy). If you
browse you network on the windoze machine,
double-clicked on livingroom it would
display mp3s as being shared. Under linux
you can get a list of shares available on a
windoze PC with the following command:
$ smbclient -L livingroom
To mount it:
$ smbmount //livingroom/mp3s
/mnt/mp3s


Did you try "smb://livingroom" in your
address bar (konqueror or nautilus)?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Samba and Mounting WinXP Drive

Winxp Vs. Linux ??? (Mount) www.computing.net/answers/linux/winxp-vs-linux-mount/19470.html

Mounting SMB drives on boot www.computing.net/answers/linux/mounting-smb-drives-on-boot/16606.html

Mounting windows drive RW www.computing.net/answers/linux/mounting-windows-drive-rw/24829.html