search for: machine_share

Displaying 2 results from an estimated 2 matches for "machine_share".

1999 Dec 29
2
smbfs problems in 2.0.6
I continue to have the same problems in Samba 2.0.6 with smbfs that I was seeing in 2.0.5: (1) After a mount (mount -t smbfs etc.), the volume is often not yet fully mounted. For instance, if I write a Perl script like: system('mount -t smbfs -o password=pwd //MACHINE/SHARE /mnt/machine_share'); system('find /mnt/machine_share > find.out'); the 'find' may not find any files beyond /mnt/machine_share (yet not return any errors), because the thing is not really there yet. Right now, I'm putting a two-second sleep in between the mount and the find to avoid this...
1999 Dec 30
0
SAMBA digest 2359
...problems in Samba 2.0.6 with smbfs that I sso> was seeing in 2.0.5: sso> (1) After a mount (mount -t smbfs etc.), the volume is often not yet sso> fully mounted. For instance, if I write a Perl script like: sso> system('mount -t smbfs -o password=pwd //MACHINE/SHARE sso> /mnt/machine_share'); sso> system('find /mnt/machine_share > find.out'); sso> the 'find' may not find any files beyond /mnt/machine_share (yet not sso> return any errors), because the thing is not really there yet. Right sso> now, I'm putting a two-second sleep in between the...