similar to: Case Sensitive Problem in SMBFS mount

Displaying 20 results from an estimated 30000 matches similar to: "Case Sensitive Problem in SMBFS mount"

2005 Jan 21
0
Case Sensitive Problem in SMBFS mount
In Reply To: It might not be Samba at all. Look in your ~/.bash_profile, ~/.bashrc, and /etc/bashrc files for this line: shopt -s cdspell It causes the bash shell to "correct" minor misspellings, like a lower case 't'. -Ken Jackson > I am using Redhat Linux 9.0 on one machine and Windows XP on > another machine. There is a folder named "Test" on WinXP
2003 Nov 18
1
Need mount -t smbfs to be world/group writable & not only root
Hi, Need some pointers. Currently using mount -t smbfs -o username=xxx,pasword=xxx //servername/sharename /mnt/share Since I can only mount as root, (not in /etc/fstab) sudo mount -t smbfs -o username=xxx,pasword=xxx //servername/sharename /mnt/share Problem here is.. I can't get group or world writeable permission on the share. It's a NTFS share but that is not a problem. I can
2006 Feb 03
4
Unable to mount SMB drive
I have a Windows Server 2003 system I'm trying to back up to a Linux host. when I access the share with smbclient, I can "see" the files (`ls` returns a list of files, etc) smbclient -U shareuser //server/sharename password But, when I try to actually mount the drive, I get "permission denied" errors trying to access the drive. (EG: using `df`) Running the following
2003 Jul 23
1
[SOLVED] mount.smbfs problem
Hi - My messages may not be reaching this list. Would someone at least confirm receipt of this message even if you have no suggestions/ comments re its content? I have sent several messages concerning mount.smbfs and I guess no one is using smbfs to mount a Windows machine -or- no one has encountered my problem. To recap the problem and give a solution: [problem] mount.smbfs is not working on
2005 Nov 08
0
Configuring smbfs and general samba confusion
My SuSE Linux 10.0 box is set up as a Samba server with WINS support. When I try to to enable smbfs using YaST System Services (Runlevel), the response is: ---------------------------------------------------------------- /etc/init.d/smbfs start returned 6 (program is not configured) Mount SMB/CIFS File Systems ..unused ---------------------------------------------------------------- nmb and smb
2005 Apr 05
1
Can't mount samba share, Access denied
Hello, I have samba configured with the following smb.conf file: [global] workgroup = mydomain netbios name = servername security = domain printcap name = cups disable spoolss = yes show add printer wizard = no idmap uid = 15000-20000 idmap gid = 15000-20000 winbind use default domain = yes use sendfile = yes printing = cups [myshare] comment = My new share path = /export/myshare valid users =
2007 Jul 30
0
multiple mounts for a smbfs on the same mount point
Hi all, I'm just wondering why smbmount allows the same mount point to mount several times the same share while a normal mount operation (with a non-smbfs) returns a busy mount point error. [luca@fluca:~]$ mount ... //server/sys on /mnt/target type smbfs (rw) [luca@fluca:~]$ smbmount //server/sys /mnt/target/ -o ip=192.168.4.1,guest [luca@fluca:~]$ mount ... //server/sys on /mnt/target type
2003 Jul 23
0
Problems with mount.smbfs in 3.0.0beta3
Hi - [problem] mount.smbfs is not working on 3.0.0beta3; it has been working thru 3.0.0beta2. When I re-install 3.0.0beta2, it works again. [configuration] *Linux host <hanako> Linux version 2.4.20-4GB-athlon (root@Athlon.suse.de) (SuSE Linux 8.2)) #1 Fri Jul 11 20:16:51 UTC 2003 *samba-3.0.0beta3 complied from source, with configuration option '--with-smbmount'. (same
2008 Jul 08
3
CentOS mount doesn't support smbfs type ?
Hi, I'm trying to mount a Windows folder from a Linux box with the command: # mount -t smbfs (...) but I get the error: "mount: unknown filesystem type 'smbfs'". Does this mean that CentOS mount doesn't support smbfs type ? If so, how can I enable it ? I'm using 5.1 Any help would be appreciated. Warm Regards, M?rio Gamito
2004 Feb 19
1
mount.smbfs and NTLMv2
Hello, context: Samba-3.0.2 on a i386 debian-sarge linux, 2.4 kernel. All the windows machine on our network switched today to NTLMv2, and mount.smbfs can't access anymore ressources which are available to smbclient. Exerpt from smb.conf: client NTLMv2 auth = Yes client lanman auth = No client plaintext auth = No The rest being default. Doing smbclient -L server
2008 Apr 28
0
smbfs / cifs mount error - "password too long"
Hi all, when trying to mount a windows file share using the commands below, mount exits immediately with message "password too long" before even attempting the mount: mount -t smbfs -o username="a user",password="12345678901234567" "//server/share" "/mnt/target" mount -t cifs -o user="a
2016 Mar 22
0
Unable to mount NetApp volume via smbfs on CentOS 6.6
Hi; Unable to mount NetApp volume via smbfs on CentOS 6.6 I have been able to mount the NetApp via smbfs from a Mac but cannot from CentOS 6.6 What I have in /etc/auto_smb on the Mac is: /Volumes/build_dir -fstype=smbfs ://domain_name;account_name:password at machine_name/partition_name What is the equivalent on CentOS 6.6? I would be modifying /etc/fstab? I don't see any examples (yet)
2000 Jan 11
1
A strong case for IPX support in Samba and smbfs
I would benefit from IPX support in both Samba and smbfs. I subscribe to Road Runner, a cablemodem service run by Time Warner Cable. The cablemodem hooks up to an ethernet hub. The ethernet hub is hooked to three computers. One of those computers runs Windows 98. The other two can dual boot between Windows 98 and Linux. TCP/IP works perfectly on all the computers, in both Win98 and Linux
2005 Nov 29
0
I/O error samba mount point (only with smbfs)
Hi, I am getting an I/O error while running fsstress on client samba mount point (only with smbfs) Can anyone, please look into this problem? Problem Description: x370 was configured for samba server & x206f as samba client. fsstress was running from two samba mount points from client i.e /SAMBA1 (type cifs) & /SAMBA2 (type smbfs). There was no load generating on /SAMBA2 & hence
2007 Jan 05
3
Mount smbfs
Hello, I've got a FreeBSD 5.5 box running Samba 3.0.21 and every-time I try to do a "mount -t smbfs -o username=username,password=password // server/share /mnt/folder" I get the error "smbfs: -o username=: option not supported". I've google'd this with no luck... any help in the right direction is appreciated. --- Jason Zondor
2001 Oct 04
2
Broken pipe on ls after doing mount -t smbfs
I have a problem with smbmount. I have a linux server running E-Smith (or Mitel SME server as it is now) which is basically a cut down version of RedHat 7.0 (running Kernel 2.2.19-7.0.8smp). Samba version is 2.0.10. We are connecting to an NT server (service pack 3 - I must upgrade that sometime soon). We have quite a good tapedrive and backup software (3rd party) on the E-Smith server, whereas
2004 Oct 13
3
smbfs mount issues
This problem began a couple months ago with my new install of (you guessed it) XP sp2. Now, when i mount a share from the xp machine to my debian box, everyone, including rot, gets a permission denied trying to ls the dir. I've read posts about switching to cifs, but that has opened a whole new can of worms. I'd just like to see smbfs mount my shares properly the way they used to. My
2004 Jul 24
1
mount smbfs win2K + kerberos
I have the 3.0.5 version of samba on my debian Sarge (or Mandrake 9.1). Im looking for explication about the kerberos support for smbfs mounting. Both Rpcclient and smbclient work fine with the -k option (Kerberos Ticket instead of user login and password) , but the command "mount -t smbfs //serverWin2k/share -o krb" return me "Warning: kerberos support will only work for samba
2006 Jan 26
1
Error when using mount with smbfs
I apologize because I know that this has surely been dealt with and documented before, but I cannot find it anywhere on the samba website, nor did a google search produce anything. For future reference, some type of advanced search option for the mailing list archives would be great. I tried the old google "error" "site:site.to.search" and it didn't find anything
2002 Nov 08
2
mounting smbfs
I am having trouble mounting a smbfs mount in redhat 7.3. I have read the man pages for mount,smbmount,smbmnt, but haven't had much luck. I am thinking I am just getting the syntax wrong. If I wanted to mount a system on my network with the ip address of 192.168.0.1, What would the syntax be for this? Any info would be of much help to me, Thank-You