LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-30-2006, 08:21 AM   #1
nuro305
Member
 
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128

Rep: Reputation: 15
Can't mount Win V.M.


I'm running Wndows XP Pro in a VM (Parallels, which rocks!) and I need to mount a Share I have on Windows so my Ant build script can copy files to it for testing. The filesystem of the VM is FAT32.

I can ping the V.M.s IP as you can see below, and the command
smbclient -L 10.37.129.3 does show the share I need to mount.

However I this error trying to mount the share:
ROADWARRIOR:~ # mount -t vfat 10.37.129.3:/ROADWARRIOR2 /mnt/WinSuck
mount: special device 10.37.129.3:/ROADWARRIOR2 does not exist
(I've tried MANY combo's of manes and syntax)

Any thoughts would be great! (I'm kind of in uncharted waters here but running Windows for customer req's is part of the job and this is a great way to do it for me)

Thanks!

========================================================

ROADWARRIOR:~ # ping 10.37.129.3
PING 10.37.129.3 (10.37.129.3) 56(84) bytes of data.
64 bytes from 10.37.129.3: icmp_seq=1 ttl=128 time=4.93 ms
[2]+ Stopped ping 10.37.129.3

ROADWARRIOR:~ # smbclient -L 10.37.129.3
Password:
Domain=[ROADWARRIOR2] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
ROADWARRIOR2 Disk
IPC$ IPC Remote IPC
ADMIN$ Disk Remote Admin
MessageBoard Disk
C$ Disk Default share
session request to 10.37.129.3 failed (Called name not present)
session request to 10 failed (Called name not present)
Domain=[ROADWARRIOR2] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
 
Old 10-01-2006, 04:10 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you're just using the command totally wrong. first the filesystem is not vfat, it's smbfs (it's irrelevant what the remote disk is actually doing, as it's abstracted totally via SMB/CIFS. secondly the format of the smbfs server is wrong, that's an NFS string. try //1.2.3.4/SHARENAME instead.

all stuff found very easily in the mount manpage btw...
 
Old 10-01-2006, 09:57 AM   #3
nuro305
Member
 
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128

Original Poster
Rep: Reputation: 15
I feel a bit silly

Perhaps not that silly because you have more than 22,000 posts to your credit!

Thanks for the help, it worked of course........ I can't say how pleased I am that I now have the ability to run Windows totally isolated from the Internet for the server components I need (like SQL Server) and still enjoy the freedom and stability of linux.

Thanks.......

Note: I am now totally sold on SuSE SLED 10 SDK and Parallels to run Windows, or any OS I need. I highly recommend this awsome combo. The $50.00 I pay Novell each year for pre-tested patches and $50.00 one-time for Parallels is the best money I've spent in quite a while
 
Old 10-01-2006, 10:15 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
not looked at Parallel's myself.. do you really believe that it is a better prospect than the *free* vmware server offerings? this Parallel's thing seems to be totally single box solution, no cross machien resilience or clustering. (putting aside Xen until it matures sufficiently) we're implenting a number of VMware ESX cluster's at a pretty signifcant cost, so i can totally see why VMware turned GSX into the "taster" for ESX in the form of VMware Server.
 
Old 10-01-2006, 10:40 AM   #5
nuro305
Member
 
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128

Original Poster
Rep: Reputation: 15
I don't have that much experience with the technical side of V.M.'s but I did try XEN built into SuSE 10.1 and the Config and useage of it was just more than I wanted to study up on. However our Sys-Admins at the office (www.rhinocorps.com) do run MS SQL Server in XEN on Fedora Core 4 and it works great for all of our development needs .

I'm in the class of developer where I don't mind paying for a good tool if I can just install it, follow a few screens, tweek it for my system and I'm off and working. With a family, school, work and hobbies, I just don't have hours to sit and read manuals and config scripts unless it's mandatory for the task at hand...

That's exactly what Parallels and SLED 10 SDK did for me so I'm sold.

Thanks again for your help and your invited for Mt. Biking or Mt. Climbing if your ever in Albuquerque ;-)

http://abq-aas.blogspot.com
 
Old 10-19-2006, 02:47 PM   #6
nuro305
Member
 
Registered: Mar 2004
Location: New Mexico
Distribution: FC4, SuSE 9.3 Pro, SuSE 10.1, SLED 10 SDK
Posts: 128

Original Poster
Rep: Reputation: 15
One more thing if anyone sees this...

I can't seem to get the above command to mount the SMB device as Read/Write.

I know rw is the default for the mount command but after it's mounted, as SU, I can't chmod it to 777.....

My Java/ANT Job can't write to the mount and it's failing on a permission error.

Any help is appreciated.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FSTAB: My Win Share Wont Mount @ Boot, but will when I sudo mount -a...please help! TruANTOlogy Ubuntu 8 06-20-2006 08:00 AM
user needs rw access to win mount newusermike Linux - Newbie 3 08-12-2005 06:22 PM
mount a win printer zchoyt Linux - Software 5 04-13-2005 10:37 PM
can you mount a win printer? zchoyt Linux - Newbie 7 09-02-2004 03:42 PM
Win Harddrive mount rhw007 Linux - Hardware 2 12-14-2003 02:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration