Displaying 3 results from an estimated 3 matches for "cloherty".
Did you mean:
clacherty
2001 Feb 28
2
Update to Mounting Win 98 and 2k shares
Ok, typing:
mount -t smbfs -o username=username,password=password //Share/File /mnt
worked! It loaded the contents of the folder I wanted to acces into the mnt directory. This is goad, but I would like to store them all in one directory. I tired to do a ... /mnt/directoryname but it wouldn't work.
Also, how do I set things up so that Linux will automatically load this share on startup
2001 Mar 31
3
Samba mount at Login?
Can someone tell me how to set up a mount to occur automatically on login?
I have one directory per user on a Win network and I'd like each user to get
his own directory mounted when he logs in. (Automounting on boot is ok,
too). This is on Caldera eDesktop 2.4 with Samba 2.0.6. I can find and
mount each directory just fine when logged in as root, but smbmount does not
do the job when
2003 May 14
1
remote rsyncd modules and --link-dest
Can anyone shed any light on what I should expect from rsync when the
--link-dest option is invoked when the destination is a remote rsync
module? i.e.
rsync --archive --delete --link-dest=../dst_1/ /src/ user@host::xyz/dst_0
I almost expected to get a whole lot of hard links in dst_1 to unchanged
files in dst_0... if I skip rsyncd on the server side (i.e. make the
target