similar to: Case-sensitivity problems with smbmount on linux

Displaying 20 results from an estimated 9000 matches similar to: "Case-sensitivity problems with smbmount on linux"

2002 Mar 08
1
smbmount case sensitivity problem
Hi- I've got a weird case sensitivity problem. I've looked through past messages but haven't been able to find a solution. This is an environment using samba to mount shares from a Solaris machine onto a Red Hat machine (originally done because of 16-bit UID limitations in Red Hat 6.x). Now I've upgraded to Red Hat 7.2 (samba 2.2.1a) and the share from the Solaris machine
2002 Jun 10
1
smbmount filename case forcing
Hello I have a problem mounting a win2k share onto linux I want to mount the share so that all filenames are in lowercase (or uppercase) only This is so that I can use apache with a DirectoryIndex of default.htm instead of all the possible cases. And various other places I plan to use filenames Is playing with codepages / iocharsets the way to go ? TIA Neil Prockter
2006 Jan 20
1
Bug: Copying several files to non-directory.
Dear openssh people, Here's something to try: $ echo a >a $ echo b >b $ echo c >c $ $ scp a b c $ $ echo $? 1 $ cat a b c a b b Ouch! Also, for comparison: $ cp a b c cp: copying multiple files, but last argument `c' is not a directory Try `cp --help' for more information. $ rcp a b c rcp: c: Not a directory. $ Note that the cp behavior is specified in SuSv2.
1999 Jan 27
1
Linux 2.2.0 and Samba client not happening for me
Dudes and/or Dudettes: HEEELLLPPP! (such a newbie statement) I can't get my remote SMB mounts to work on my Linux box. duke was happily running Slackware Linux 2.0.36 and Samba 1.9.18p8 . I upgraded to Linux 2.2.0pre9 (2.2.0final), which seemed to require upgrading to Samba 2.0.0 . (I don't remember the exact errors) Now i can't get my NT and '95 disks to stay mounted on
2005 Jun 22
1
Problem with smbmount and windows xp
For long time I used to smbmount my windows-xp share from my SuSE-Linux machine with smbmount from samba 2.2.12. Now I changed to debian-linux with samba 3.0.13. The smbmount-cmd: ' smbmount //winxp/share /unix-dir -o username=user,password=xxx,ro' returns no error. with 'mount' I see the mounted win-share. But when I try a 'ls /unixdir' I get a 'Permission
2002 Aug 02
1
Network Mandrake Linux with Windows XP
hi there... I'm a newbie to Linux so could you teach me how do I network Linux with Windows XP. PLEASe Thanks
2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
Hi, I use samba on Linux 2.6 and 2G over size file sharing. It seems smbmount '-o lfs' need to use with large file. but default man page doesn't say this option. I want to edit smbmount.8.xml for lfs and unicode option. I believe using mount.cifs is right way on latest Linux. But one of the implementation smb_clients tools take this lazy option. Is it right way to change of man page
2002 Feb 27
2
why I don't have smbmount????
hi all I had compiled samba 2.2.1a and it is working... but when I tried to mount a share from my windows 2000, it happened I don't have smbmount!!!! do you know what happens? I compiled it with configure make make install Do I need a option for compile smbmount.c??? I hope U can helpme pleas?
2000 Jul 21
1
Reg Smbmount.
Hi, Iam using Red hat linux 6.1 with samba version 2.0.7 .I had compiled and used it,and also used the patch given for smbmount.c by Urban.But Strangely the smbmount version is still version 2.0.5a.Is this the correct version for smbmount since i thought when i upgraded samba from 2.0.5a to 2.0.7 smbmount would also be upgraded.Because iam still facing some problems in using smbmount.If iam
1999 Apr 10
1
linux-2.2.5 + smbd-2.0.3 + smbmount-2.0.x
hi ya samba-gurus.. I'm currently using Linux-2.0.35 to backup NT boxes... linux-2.0.35 + smbmount-2.0.1 works find for things like smbmount //NT/C /NT_mnt ...etc... find /NT_mnt -mtime -1 | tar zcvf /backup/foo.tgz -T - but it fails miserabley on linux-2.2.5 w/ smbmount-2.0.x w/ smbd-2.0.3 ( smbmount from smbfs and samba-2.0.3 ) - some linux programs will change all your time stamps on
2003 Mar 07
2
How to smbmount a share on a domain
I'm running samba 2.2.5 on a RedHat 8 box. I need to mount a share from a PC that is on a domain that the linux box is not a part of. Normally with another PC you would specify your username as DOMAIN\user, how do I do this with smbmount? I've looked at the documentation, google, etc. I can't find anything. Is this even possible? Here's what I've tried: smbmount //dd192/PM
2000 Jan 18
2
SMBMount v2.05a
Hi I have two different distributions running, RedHat 6.0 and Slackware 7.0. Both machines are running Samba 2.05a. When I try the smbmount command on the RedHat machine, it has no problem mounting the smb service. RedHat 6.0: works: smbmount //win95machine/c /mnt/c failed: smbmount "\\win95\c" -c `mount /mnt/c -u 123 -g 456` Slacware 7.0: failed: smbmount //win95machine/c /mnt/c
1999 Jun 20
2
newbie: where and how to use smbmount with 2.04b ?
Fellow Samba-ists, I read about smbmount But I cannot find it in 2.04b Where and how do I use it ? Regards Terence
1999 Nov 17
3
file permissions and smbmount
I'm using Samba 2.0.6 on a Linux server. When using smbmount or mount to mount a share from an NT server, how do I set file permissions. An older smbmount allowed a -d and -f switch to set the file permissions. The newest one does not support these. The man pages for smbmount and smbmnt mention using syntax that does not work. I finally have gotten the mount command to work, but now I
1999 May 30
3
smbmount permissions
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2005 Dec 17
1
Using smbmount in a script - no return value
I'm trying to periodically mount an XP share on my linux box, and I've noticed that smbmount doesn't return a value so I can't test for success in my shell script: #!/bin/bash smbmount //NonsenseShare /bad/mnt/point || echo "error with smbmount" In this case smbmount silently fails. I searched the archives and found a couple of messages about smbmount demonizing
2000 Aug 07
2
smbmount shares not lasting
I've got a machine running RedHat Linux 6.2 on a P-II400 with 256MB of ram. I'm mounting shares in the manner 'mount -t smbfs -o uid=user,gid=group //server/share /mount/point'. The server is a genuine NT 4 server, with SP5 and a couple of hotfixes. I mounted a couple of shares yesterday, and overnight the stopped working. When accessing the share, I get an error message that
2002 Jun 10
3
smbwrapper or smbmount ?
Hi ! The O'Reilly "Using Samba" book, recommend not to include smbmount support as it is for Linux only: "This feature wasn't being maintained at the time the book was written, so the Samba team made it an optional feature and provided smbwrapper instead. The smbwrapper feature works on more Unix platforms than smbmount, so you'll usually want to use --with-smbwrapper
2003 Jan 30
3
Smbmount for Solaris 8?
I see that smbmount is for Linux only. I have a need for a Solaris 8 Sun to see a Win2k shared volume, currently as read-only. So I have a few questions: - Is there a read-only capability of smbmount for Solaris 8? - Is there a Solaris 8 version of smbmount in development? Is so, when would it be released? - Can you name any commercial packages that offer the ability to mount NTFS file
1999 Jun 07
2
smbmount Directory permissions
Hello, I?m having trouble with smbmount & WinNT 4.0 SP 4 Workstation. Mounting shares on NT from Linux as root is no problem, but if I try to mount shares as a normal user, the directory I want to mount the share, becomes gid root and cannot be accessed by a normal user. Is there any configuration to do for this like setting permissions in smb.conf ? Thanks in advance Andreas Klein ---