Displaying 20 results from an estimated 1000 matches similar to: "smbfs"
1998 Oct 19
1
smbclient -L behavior
Hi,
I'm trying to have a program automate getting a browse list via
smbclient -L. I am having a problem with the way it handles passwords.
For example, if I run:
smbclient -L SERVER
Then it prompts for a password. I can just press enter and it will show
the shares and browse list. However, if I then try,
smbclient -N -L SERVER
it gives me access denied. Is there a difference between
2000 May 05
2
Q. Minimal smbfs installation
Hi
I am trying to create a boot diskette(s) that is able to mount a remote
drive (on an NT server) using smbfs.
I have tried doing this, but I can't fit smbd, nmbd, smbmount and smbumount
all onto my root disk.
What is the minimum set of files required for smbfs to work?
What docs should I read to help me?
I am running RedHat 6.2 (with a custom kernel v 2.2.14, ntfs and network
card
2004 Sep 03
1
process hang when accessing a mounted smbfs
Hi all,
I installed the samba 3.0.3 on a Fedora Core 2 and then samba 3.0.6-1
and still have the following problem.
When I mount a smbfs, it sucesses but processes hang when they access
the mount point and smbumount returns "Device busy". Since even system
halt fails unmounting the filesystem, I have to switch off the machine.
I tested either with smbmount command, or /etc/fstab
2002 Apr 30
5
smbmount, smbumount and smbmnt
Hi,
I am deploying samba for an embedded system. The requirement is that the
system should be able to mount windows share points. I believe "smbmount,
smbumount and smbmnt" components are needed to do the same. I am not very
clear about smbmnt though!
I find that smbmount, smbumount and smbmnt are all quite huge. Around 300
to 400Kb each.
I understand that Samba is capable of doing
2005 Feb 23
3
smbumount hangs
I'm using rehat9, kernel2.4.20-18.9, samba2.2.7a-7.9.0. I have smbumount
hangs most of the time. Any idea?
2006 Jan 11
0
About smbfs: smb_get_length error
Hi All:
When I use samfs, sometimes I got the following messages, Mr. Google says
this is because the windows client use the share, and the connection
is "reconnected"! Does it right?
How to ward off the error? Is there any potential problem if I ignore it?
My actions are smbmount and smbumount some shares. Sometimes some shares are
smbumount before they mounted (thus cause a
1998 Oct 22
1
Looking up Netbios name of host
Hi-
Ok, this is puzzling me. I have two machines on different networks
running Samba 1.9.18p10. On one machine, which is running Redhat 5.1, I
can do "nmblookup -A <IP ADDRESS>" and get the IP address of a host on
the LAN. This network also has an NT server domain controller, but I
doubt that matters in this case, since I'm querying the machine
directly.
The second machine
2002 Sep 20
1
smbfs and 1500 files
Mounted a smbfs filesystem from windows 2000 server. I am not able to list
about 1500 files in the mounted directory, the other directories are OK. The
error I've got:
smb_proc_readdir_long: name=, result=-2, rcls=1, err=123
Found no solution after searching maillist archives. System - RH7.3, 2.4.18
with xfs acl, samba-2.2.5-1. Thanks for any help.
Egidijus Antanaitis
1999 Oct 18
1
smbfs: failed dir listing
Has anyone else seen these?
smb_proc_readdir_long: name=, entries=117, rcls=1, err=123
smb_refill_dircache: readdir failed, result=-2
I get them when trying to read a particular directory from a NT4 SP4 (?)
server.
% /bin/ls -alF foo
total 0
%
The directory in question has 718 files, all with rather long names. This
is on a Linux 2.2.12 patched with my smbfs-nls-filename patch. I'd like to
1999 Feb 21
2
Input/output error
What could be wrong here?
[jo2y@thelia jo2y]$ smbmount //sol/internal_webpages -U jo2y -W JPRC -c
"mount /home/jo2y/mnt"
Added interface ip=207.86.147.157 bcast=207.86.147.255 nmask=255.255.255.0
Server time is Sun Feb 21 12:02:56 1999
Timezone is UTC-5.0
Password:
Domain=[JPRC] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0]
security=user
[jo2y@thelia jo2y]$ df
Filesystem
2007 Dec 16
1
Change destination root?
I'm wondering if it's possible to do the following.
I've got a source directory of /data with several subdirectories such as
subdir1/ subdir2/ subdir3/ , etc. I'd like to rsync these to a different
host under directory /backup, so that I have paths /backup/subdir1,
/backup/subdir2, etc. I also need to be able to use the option --files-from.
So, a source dir of /data on host1,
1999 Jan 18
1
smbmount and smbumount
Hi,
when I try to mount a share on my windows pc using smbmount it
says that it needs mount version 6, but my mount came fron util-
linux and it's version is 2.9.... I also noticed that the smbmount and
smbumount files in the samba 2.0.0 package don't get compiled...
Can someone help me? I'm running slackware 3.6 with kernel 2.0.0-
pre7...
Nils
-------
LINUX... A manly sort of
2000 Jan 31
1
smbfs input/output error
Hello All,
I had a problem with 2.0.3 on RH6.0 (linux) where a mount of an NT
server share on my linux machine would mysteriously die after a period of
time (a long time? not being used? don't know why, but hours of unuse). I
would get an "input/output error" when I tried to do a df later. To get
around the problem, I found I needed to "umount" (not smbumount) the
2002 Mar 06
3
can't un-mount
here's how i mounted a shared folder:
#mount -t smbfs -o
username=me,password=psw,workgoupt=kppo
//har-file2/new-gp /samba/k-drive
and when trying to un-mount using
umount /samba/k-drive or,
smbumount /samba/k-drive
I get this message:
'device is resource busy'
Any idea why i can' unmount this?
please reply to all, thanks!
2011 Jan 23
3
tar-ing subdirectories separately
I want to backup a directory using tar, but want separate tarballs for each
subdirectory. For example:
# ls dir1
subdir1 subdir2 subdir3
Will it possible to do it using only tar command? Or will I need another
separate piece of logic/control? I thought of writing a shell script with
three tar commands for each subdirectory, but that's not elegant way of
doing it. Also, it may not scale as
2003 May 21
1
Q: Automount client's shares to Samba PDC?
hello NG,
my config:
- SuSe 8.1 box with Samba (2.2.5 running as PDC) and a FTP server.
- Windows XP and 2k clients with shared directories
my problem:
i want that the shares of the Windows- clients to get mounted automatically
while booting to a mountpoint of the Linux- box (the FTP- directory)
until now, i have tried to solve this problem like this:
i have added the commands preexec and
2002 Jun 02
2
Mounting and Unmounting shares
I'm running Suse 8.0, Samba 2.2.3a, and KDE 3.0
I'm trying to mount shares when a user logs in and unmount them when a user
logs out.
I'm able to get them mounted ok. It's the unmount that is causing problems.
Whenever another user logs on he's got the same mounts as the prior user.
Everytime the original user logs in the mounts are regenerated.
In my runlevel file
2002 Nov 29
2
Need a cron script written
I do this manually:
smbmount //Beverley/C /home/data
pwd: "insert pwd"
cp -ruv /home/samba/public /home/data
smbumount /home/data
This lets me do the following:
make a copy of all my samba shares on the server to a client named Beverley C
drive.
ruv does the following
recursive (all subdirectories and subfolders)
unchanged (only write over when newer)
verbose
pwd: "insert
2000 Feb 10
1
smbmount/smbumount getting rid of dead connections
I've got a win98 laptop and a linux box. On my linux box, I smbmount
a directory from the laptop. Alas, win98 boxes
crash a lot, and I move the laptop a lot... to and from work.
If the laptop crashes or if I move it with a shared directory mounted
on my linux box, that mount gets "Stuck".... it's
present in /etc/mtab but when I cd to it and do an ls it says:
243 emily ~>ls
2002 Aug 06
2
RedHat 7.3 smbmount
Hello,
I have a RedHat 7.3 workstation and have created a samba mount to my samba server. Everything seems to be working ok,
but when I reboot my RH workstation the mount is not reestablished. I believe the problem is that when I reboot the machine
the samba share is not unmounted. After rebooting the machine when I run smbstatus on the samba server it indicates the mount
is still active.