Re: how can I Connect my LINUX system with other system on LAN
- From: Vicker <Vicker@xxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 21:20:07 +0530
nitin wrote:
> hello,
>
> I am new to LINUX and i sitting on a LINUX System now i want to acess
> folders on other WINDOWS and LINX system connected with LAN how can i
> do this.
>
> plz helpe out.it is very urgent
Let's say the IP address of the Windows machine is 192.168.2.3
Let's say the folder in windows is shared as "MyFolder"
Let's say the /mnt/MyWin is directory you want to mount in linux
Let's say the username in Windows is "MyUser"
Let's say the password in Windows is "MyPasswd"
Then add the following line to your /etc/fstab
//192.168.2.3/MyFolder /mnt/MyWin smbfs
username=MyUser,password=MyPasswd,user,noauto 0 0
Then just mount using "mount /mnt/MyWin" from the terminal
HTW
Vicker.
--
The worst part of having success is trying to find someone who is happy for
you.
-- Bette Midler
.
- Follow-Ups:
- Re: how can I Connect my LINUX system with other system on LAN
- From: johnny bobby bee
- Re: how can I Connect my LINUX system with other system on LAN
- From: Robert Hull
- Re: how can I Connect my LINUX system with other system on LAN
- From: Dances With Crows
- Re: how can I Connect my LINUX system with other system on LAN
- References:
- Prev by Date: Re: Mini distro for xserver only - pref. run from MSDOS
- Next by Date: Re: /etc/fstab and the fifth field
- Previous by thread: Re: how can I Connect my LINUX system with other system on LAN
- Next by thread: Re: how can I Connect my LINUX system with other system on LAN
- Index(es):
Relevant Pages
|