[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Share directories on a Linux machine to a Linux machine
- To: lug-l@xxxxxxx
- Subject: Re: Share directories on a Linux machine to a Linux machine
- From: "Kyle Schneider" <kwschnei@xxxxxxx>
- Date: Wed, 4 May 2005 12:45:36 -0400 (EDT)
I use samba to mount a drive over the network, and I simply use a mount
command to do it. You'll need to install smbfs out of apt first though.
> mount -t ext3 -o username=user,password=pass //machine/dir /mnt/dir
mount -t smbfs -o usernmae=user,password=pass //machine/share /mnt/point
or, you can place an entry like the following in /etc/fstab to mount the
share at boot (you'll still need smbfs though)
//mount/share /mnt/point smbfs defaults,gid=100,dmask=775,fmask=665,rw 0 0
--
Kyle Schneider
Social Sciences - Secondary Education Concentration
CAEL Partner
MTU Linux Users Group President
Resnet Student Consultant 483-9955
Telcom Information Technology 487-2581