Re: how can I Connect my LINUX system with other system on LAN
- From: Robert Hull <Robert@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 17:50:45 +0000
In comp.os.linux.misc, on Thu 29 December 2005 15:50, Vicker
<Vicker@xxxxxxxxxxxxx> wrote:
> 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
>
Then, having failed. Install samba.
--
Robert
Keep the Yule Logs burning !
.
- References:
- Prev by Date: Re: Incremental Backups
- Next by Date: Re: Can't mount lvm through fstab
- 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
|