Results 1 to 3 of 3
Hi, guys
I'm kind of new with Linux and I would appreciate the help
I'm having a bit of trouble accessing my desktop PC which is running under Windows XP ...
- 07-15-2010 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 6
How to access Windows-Based PC shared folders
Hi, guys
I'm kind of new with Linux and I would appreciate the help
I'm having a bit of trouble accessing my desktop PC which is running under Windows XP Professional from my Toshiba Satellite A200 notebook running Ubuntu 10.4.
I've tried SAMBA help pages but can't manage to make it happen. I'm really baffled!
Many thanks in advance
Miguel
- 07-15-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
You are trying to access your Windows shares from Linux? You need to use the cifs file system type to mount the Windows share. Ie: sudo mount -t cifs //windows-ip-address/share local-mount-point -o user=username,password=passwd
The user,password options are only required if your share is password protected. The 'local-mount-point' is an empty directory where the share will be mounted, and then made accessible to you.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-15-2010 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 6


Reply With Quote
