search for: namsiz

Displaying 4 results from an estimated 4 matches for "namsiz".

Did you mean: fnamsiz
1998 Jan 23
1
Problems with SMBCLIENT
...aemons. bind failed on port 139 socket_addr=0 (Address already in use) My second problem is the difference in the number of files dumped with either smbtar or smbclient. Here is the command that gives me the most problems. Notice the number of dumped files in each case. I also get an error with NAMSIZ. smbclient '\\chuck\c' -N -Tc tar.out "\my documents" "\windows\desktop" "\windows\start menu" arg 0 = \my documents arg 1 = \windows\desktop arg 2 = \windows\start menu ERRDOS - ERRbadfile opening remote file \windows\Start Menu\Programs\Remote Desktop\What_...
1997 Jul 18
0
Command Line Tar Path Length
>I am using the smbclient command line Tar facility to back up the PCs o= >n our network, but am running into the "tar file \blah\blah\foo\bar....= >. name length exceeds NAMSIZ" problem. Am I right in thinking that thi= > s is a restriction in the Tar format itself? I tried recompiling smbcl= >ient with a larger NAMSIZ but then could not read the file from Solaris= > tar. But Solaris tar normally supports much longer path names, as long as each component...
2002 Dec 20
1
smbclient and large file support
...char *jp; - DEBUG(5, ("WriteTarHdr, Type = %c, Size= %i, Name = %s\n", ftype, size, aname)); + DEBUG(5, ("WriteTarHdr, Type = %c, Size= %.0f, Name = %s\n", ftype, (double)size, aname)); memset(hb.dummy, 0, sizeof(hb.dummy)); @@ -207,10 +207,10 @@ hb.dbuf.name[NAMSIZ-1]='\0'; safe_strcpy(hb.dbuf.mode, amode, strlen(amode)); - oct_it(0L, 8, hb.dbuf.uid); - oct_it(0L, 8, hb.dbuf.gid); - oct_it((long) size, 13, hb.dbuf.size); - oct_it((long) mtime, 13, hb.dbuf.mtime); + oct_it((SMB_BIG_UINT)0, 8, hb.dbuf.uid); + oct_it((SMB_BIG_UINT)0, 8, hb.dbuf....
1997 Nov 21
3
Win95 Full System Backup to Samba box?
I have a small home network running three Win95 pcs with a Samba/Linux server (thanks, Andrew and Linus!!!). All works well. The question now is what I can do to make a full system backup (including hidden and system files) from the Win95 boxes to the 8mm tape drive on the Linux box. I know I could use smbmount to mount the Win95 drive, and then do a tar or cpio backup, but I'm not nearly