Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th February 2005, 11:20 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
Connect to XP computer from your Linuc Pc

Required
*At least 2 computers connected via cross-over cable or through a router/hub
*know the IP address of the tartget PC in this case the XP computer
*Samba installed and running

you need to have samba installed to do this so make sure you have it installed before continuing

step 1
we need to make a mount point
in the terminal su - enter password
Code:
mkdir /mnt/otherPC
step 2
change the ownership of the folder
Code:
chown yourname /mnt/otherPC
step 3
create link to other pc with samba
Code:
mount -t cifs //IPaddressofotherPC/fat32partition /mnt/otherPC -o
enter the password of the user on the XP PC


hope this gets you started but do read up on samba
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?

Last edited by fedorajim; 30th March 2005 at 05:15 PM. Reason: Goofed up !!!
Reply With Quote
  #2  
Old 11th February 2005, 11:28 PM
awdac Offline
Registered User
 
Join Date: Feb 2005
Location: Athens, GA
Posts: 352
Hey Jim,
Love your HOWTOs, but did you really mean to make the owner of the dir 777, or did you just want to chmod it?
__________________
Registered Linux User #240607
2001-11-02 03:17:23
Reply With Quote
  #3  
Old 11th February 2005, 11:30 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
did i make a mistake?

if i did opps !
what and where so i can fix it
thanks

changed 777 to yourname

Opps
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?

Last edited by fedorajim; 11th February 2005 at 11:34 PM. Reason: Fixed
Reply With Quote
  #4  
Old 11th February 2005, 11:35 PM
awdac Offline
Registered User
 
Join Date: Feb 2005
Location: Athens, GA
Posts: 352
Well, above you give ownership of the file to the dir to a user called 777. I think you'll either want to chmod 777 /mnt/otherPC to give world read/write permissions or chgrp and chown to your username or all of the above. Right? Or am I missing something?
__________________
Registered Linux User #240607
2001-11-02 03:17:23
Reply With Quote
  #5  
Old 11th February 2005, 11:38 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
yup i goofed i changed it in the how-to section i h=need to change it in my reply to the other person
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?
Reply With Quote
  #6  
Old 12th February 2005, 12:13 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Thanks for the how to....I doing this sometime this weekend.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #7  
Old 13th February 2005, 06:58 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
hehehe,

Are you guys part of the 17 and under group?

Windows Xp's native file system is NTFS 1.3 and perfferably using dynamic volumes which is much like LVM2.
(Most Linux NTFS stuff is build on NTFS 1.2 and only the most current versions will even read NTFS 1.3)

Only dual booters, and those that updated from an old Windows like 98 or ME (and didn't bother to convert the FAT32 to NTFS would NOT be running NTFS 1.3.
Any reinstall would use NTFS 1.3 unless it was told not to.
Running Win XP on Fat32 is like running FC3 on ext2 with a bad disk.
Half of the security setting are non exsistant and there is no logging to recover from bad writes.
And I see you are have attribute troulbes. Yikes, no wonder Linux kids like to reinstall every 6 months, they have to.

As you can see the total lack of concern (by the old school younger crown ) about security is a bit ironic and funny, as the older guys are now witnessing the younger guys being fixed in their ways and unwilling to lean new tricks.
SELINUX and Win SP2 are different than they were last year. Playing with computers is one thing but you could do that on chhat or your cell phones in private (with your parents permission of course.) but here it's just wrong.

As I have been saying for 3 years now, but especial for the last year,
No DOS, NO Fdiisk, NO FAT.
Now I'll generalise it for FC, MAC, and Win XP, No Floopyboot, no Fdisk, Not FAt, No EXT2, No EXT3.

You'll get it eventually (when the floppy is gone.) Oh wait, they are gone.
Can't wait for FC 5.
SJ
Reply With Quote
  #8  
Old 13th February 2005, 07:08 AM
jayemef's Avatar
jayemef Offline
Registered User
 
Join Date: Sep 2004
Location: Juniata College, PA
Age: 28
Posts: 629
@SlowJet: While you make some points, filesystems are completely irrelevent in this topic.

@FedoraJim: smbfs is slowly being replaced by cifs as the standard in Fedora. As such, you may want to consider adding/replacing smbmount with mount -t cifs.
__________________
- JMF
Registered Linux User #371168

+Fedora Core 3 - k2.6.10-1.766_FC3
+WindowMaker 0.91.0
Reply With Quote
  #9  
Old 13th February 2005, 01:51 PM
jim's Avatar
jim Offline
Retired Community Manager & Avid Drinker Of Suds
 
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176
Thanks for the tip jayemef, i'll look into it
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile

please remember to say if you problem was solved

Did you get your id10t award today?

Last edited by fedorajim; 13th February 2005 at 01:53 PM.
Reply With Quote
  #10  
Old 13th February 2005, 08:34 PM
deliyana
Guest
 
Posts: n/a
ok. look this answer ===> www.s_cpmut_connctiont_i.com
Reply With Quote
  #11  
Old 21st August 2005, 03:05 PM
sayeeth's Avatar
sayeeth Offline
Registered User
 
Join Date: Jul 2004
Location: Singapore
Age: 32
Posts: 661
I did as above and I get this error message. What am I doing wrong?

Code:
mount error 113 = No route to host
I'm also unable to do the mount command with the -o option. This is what I get.
Code:
mount: option requires an argument -- o
__________________
[sayeeth@somebody ~]$ kill bill
bash: kill: bill: arguments must be process or job IDs
Reply With Quote
  #12  
Old 30th August 2005, 07:41 PM
Scheltes Offline
Registered User
 
Join Date: Aug 2005
Posts: 5
Is there going to be given an answer to the question of sayeeth?

I also encountered the second problem.
Reply With Quote
Reply

Tags
connect, linuc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is my computer trying to connect to other IP addresses? scarter63 Security and Privacy 18 23rd April 2009 10:04 PM
Connect mysql with other computer smika Installation and Live Media 1 28th December 2006 05:19 PM
FC4 VNC troubles- I can't connect from another computer fox29 Servers & Networking 5 2nd August 2006 04:51 PM
How to connect with computer installed XP under FC4? Alerander Servers & Networking 6 31st July 2005 12:17 PM
SSH: Can connect from one computer, not another opasveer Servers & Networking 6 16th June 2005 01:45 PM


Current GMT-time: 11:34 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat