search for: worldvenue

Displaying 3 results from an estimated 3 matches for "worldvenue".

2002 Sep 30
1
Fwd: Re: Mounting Share at Boot
--- linux power <linuxpower2002@yahoo.no> skrev: > Dato: Mon, 30 Sep 2002 19:53:40 +0200 (CEST) > Fra: linux power <linuxpower2002@yahoo.no> > Tema: Re: [Samba] Mounting Share at Boot > Til: skidmore@worldvenue.org > > Have you tried smbmount "\\\\client machine\\dir" > '/home/barry' -o username=xxx password=xxx > in your rc.local file for boot and the unmount in > the > halt file.? > > > --- Barry Skidmore <skidmore@mail.worldvenue.org> > skrev: &...
2002 Sep 20
3
Problem Seeing Linux Machine From Windows Machine
I am very new to Samba, so please excuse this naive question. Samba seems to be working properly from my Red Hat 7.2 system. I am using a GUI called xSMBrowser, and am able to transfer files back and forth to the Windows machines on my network. I now want to access my Linux system from a Windows 98 machine. I can see it ('Mail') in 'My Network Places' within the workgroup
2002 Sep 29
8
Mounting Share at Boot
I am trying to mount a Windows share on my Linux machine at boot time. I tried using the same syntax in /etc/fstab that is in /etc/mtab, but this did not work. Here is the mtab entry: //DELL-4400/linux /root/mnt/DELL-4400/linux smbfs 0 0 Barry