Displaying 2 results from an estimated 2 matches for "inet_server_1".
2001 Apr 06
2
Samba-2.2.0alpha-3 and smbmount
Hi All,
When I use smbmount to attach a NT 4 Server's drive C:, I use
the following command:
smbmount //inet_server_1/C$ /mnt/server1 -o
username=xxxxxx,password=xxxxxx,fmask=700,dmask=700,nosuid,noexec
now, if I am su'd to root, and do a df -h I get:
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 6.7G 2.5G 3.8G 39% /
//inet_server_1/C$ 7.8G 3.2G 4.6G 41% /mnt/server1...
2001 Mar 15
3
Samba-2.2.0alpha-2 (interesting behavior)
Hello,
I am running Samba-2.2.0alpha-2 on a OpenLinux 2.3 (Caldera)
system, and I was wondering if this error message is NORMAL behavior
for a NT Server share mounted with the following command:
//inet_server_1/C /mnt/server1 -o username=xxxxxxxx,password=xxxxxx,ip=x.x.x.2
here is what is in /var/log/messages:
Mar 15 09:51:59 htmlodds kernel: smb_trans2_request: result=-32, setting
invalid
Mar 15 09:51:59 htmlodds kernel: smb_retry: sucessful, new pid=22605,
generation=3
Now, in Samba-2.0.7, the respon...