Re: Re: deprecated smbmount --> mount.cifs

2009-01-26 Thread Amit Finkler
Tried that. The output is as follows: parsing options: rw,username=amitf%mypassword mount.cifs kernel mount options unc=//servername\share,ip=xxx.xxx.xxx.xxx,pass=mypassword,ver=1,rw,username=amitf, mount error 5 = Input/output error Refer to the mount.cifs(8) manual page (e.g.man moun

Re: deprecated smbmount --> mount.cifs

2009-01-26 Thread Tzafrir Cohen
me=amitf%mypassword > out2: mount error 5 = Input/output error, Refer to the mount.cifs(8) > manual page (e.g.man mount.cifs) > > in3: smbmount //server/share /home/amitf/mount_point -o > username=amitf%mypassword > out3: mount error 5 = Input/output error, Refer to the mount.cifs(8

Re: deprecated smbmount --> mount.cifs

2009-01-25 Thread Amit Finkler
ut1: mount error 5 = Input/output error, Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) in2: mount -t smbfs //server/share /home/amitf/mount_point -o username=amitf%mypassword out2: mount error 5 = Input/output error, Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) in3

Re: deprecated smbmount --> mount.cifs

2008-05-09 Thread Amit Finkler
Tobias Nissen wrote: > Amit Finkler wrote: > >> After upgrading to kernel 2.6.24, the usual line in my LinNeighborhood >> using smbmount doesn't work anymore (mount.cifs error number 5 - >> input/output) >> >> smbmount //GURU/SuperC_small$

Re: deprecated smbmount --> mount.cifs

2008-05-09 Thread Tobias Nissen
Amit Finkler wrote: > After upgrading to kernel 2.6.24, the usual line in my LinNeighborhood > using smbmount doesn't work anymore (mount.cifs error number 5 - > input/output) > > smbmount //GURU/SuperC_small$ /home/amitf/SuperC$/ -o username > amitf% fmask 644

deprecated smbmount --> mount.cifs

2008-05-08 Thread Amit Finkler
Hi, After upgrading to kernel 2.6.24, the usual line in my LinNeighborhood using smbmount doesn't work anymore (mount.cifs error number 5 - input/output) smbmount //GURU/SuperC_small$ /home/amitf/SuperC$/ -o username amitf% fmask 644 dmask 755 uid 1000 gid 1000 debug 0 Can so

Re: smbmount issues (related to CIFS?)

2008-01-31 Thread Kent West
Kent West wrote: On Jan 31, 2008 12:14 AM, Kent West <[EMAIL PROTECTED]> wrote: On the machine having the 2.6.22 kernel, I can not. Here's the error: [EMAIL PROTECTED]:~$ smbmount //faculty/web netShares/web/ Password: mount error 2 = No such file or directory Refer to the m

Re: smbmount issues (related to CIFS?)

2008-01-31 Thread Kent West
Michael Marsh wrote: On Jan 31, 2008 12:14 AM, Kent West <[EMAIL PROTECTED]> wrote: On the machine having the 2.6.22 kernel, I can not. Here's the error: [EMAIL PROTECTED]:~$ smbmount //faculty/web netShares/web/ Password: mount error 2 = No such file or directory Refer to the m

Re: smbmount issues (related to CIFS?)

2008-01-31 Thread Michael Marsh
On Jan 31, 2008 12:14 AM, Kent West <[EMAIL PROTECTED]> wrote: > On the machine having the 2.6.22 kernel, I can not. Here's the error: > > [EMAIL PROTECTED]:~$ smbmount //faculty/web netShares/web/ > Password: > mount error 2 = No such file or directory > Refer to

Re: smbmount issues (related to CIFS?)

2008-01-31 Thread Alex Jenner
> I have two Debian boxes: > On the machine having the 2.6.18 kernel, with the "real" > /usr/bin/smbmount command, I can mount an SMB file system exported from > a Sun 5.9 box. > > On the machine having the 2.6.22 kernel, I can not. Here's the error: > >

smbmount issues (related to CIFS?)

2008-01-30 Thread Kent West
I have two Debian boxes: [EMAIL PROTECTED]:~$ uname -a Linux westek 2.6.22-3-686 #1 SMP Mon Nov 12 08:32:57 UTC 2007 i686 GNU/Linux [EMAIL PROTECTED]:~$ which smbmount /usr/bin/smbmount [EMAIL PROTECTED]:~$ ls -lh /usr/bin/smbmount lrwxrwxrwx 1 root root 17 2008-01-28 17:03 /usr/bin/smbmount

Re: Eeek?! smbmount is deprecated?!

2007-07-13 Thread David Brodbeck
TECTED]:/home/westk:> smbmount //faculty/web mnt -o username=westk Password: [EMAIL PROTECTED]:/home/westk:> ls mnt Network Trash Folder public_html So this syntax doesn't work. From what I've seen elsewhere, I've come to the conclusion that mounting using a NET

Re: Eeek?! smbmount is deprecated?!

2007-07-13 Thread tejas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gabriel Parrondo yazmış: > El jue, 12-07-2007 a las 16:37 +0300, tejas escribió: > [...] >> echo "unmounting shares..." >> sudo /home/tejas/Desktop/ayir # unmount script >> > [...] >> and ayir: (unmount script) >> >> #! /bin/bash >> SHA="masaustu fire

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Gabriel Parrondo
El jue, 12-07-2007 a las 16:37 +0300, tejas escribió: [...] > echo "unmounting shares..." > sudo /home/tejas/Desktop/ayir # unmount script > [...] > and ayir: (unmount script) > > #! /bin/bash > SHA="masaustu firefox thunderbird Downloads" > if [ `whoami` != "root" ]; then echo "you must be roo

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Andrew Sackville-West
ains: if mount normally must be run by >>> root, how can I give non-root users access to mount shares without >>> knowing before-hand what shares to pre-populate /etc/fstab with? >>> >>> It would be much easier just to continue using smbmount, but like I say, &

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread tejas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And, I forgot one point. I solve most of CIFS mount errors by chancing permissions of share. And try this also: Don't change permissions, but remove or disable share, and share it again. This maybe work. Mert -BEGIN PGP SIGNATURE- Version: Gn

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread tejas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kent West yazmış: > > So it appears there's something screwy about the cifs filesystem-type. > So this issue remains. > > Another one of my issues was that smbmount all of a sudden (after my > rebuild) started mounting th

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Wackojacko
> Wackojacko wrote: I have had no problem mounting windows shares on my debian box. For one of mounts I use LinNeighborhood (like Win Xp Network Neighbourhood) ^^ s/of/off :) KDE also has a quick browser menu for samba shares if you just want to view the contents. You can mount them this

Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Wackojacko
knowing before-hand what shares to pre-populate /etc/fstab with? It would be much easier just to continue using smbmount, but like I say, I'm trying to be a good, forward-going sort of guy rather than living in the fading past I;m jumping in here. What makes you think smbmount is

Re: Eeek?! smbmount is deprecated?!

2007-07-11 Thread Kent West
what shares to pre-populate /etc/fstab with? It would be much easier just to continue using smbmount, but like I say, I'm trying to be a good, forward-going sort of guy rather than living in the fading past I;m jumping in here. What makes you think smbmount is going away? its

Re: Eeek?! smbmount is deprecated?!

2007-07-11 Thread Andrew Sackville-West
hares to pre-populate /etc/fstab with? > > It would be much easier just to continue using smbmount, but like I say, > I'm trying to be a good, forward-going sort of guy rather than living in > the fading past > I;m jumping in here. What makes you think smbmount is going away? i

Re: Eeek?! smbmount is deprecated?!

2007-07-11 Thread Kent West
tejas wrote: Kent West yazmış: tejas wrote: Kent West yazmış: 1. I've been unable to Google how to mount samba shares using the "mount -t cifs" method (lots of info on using the "smbmount" method). So what is the exact syntax equivalent, please, to

Re: Eeek?! smbmount is deprecated?!

2007-07-10 Thread tejas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kent West yazmış: > tejas wrote: >> Kent West yazmış: >> >>> 1. I've been unable to Google how to mount samba shares using the "mount >>> -t cifs" method (lots of info on using the "smbmount

Re: Eeek?! smbmount is deprecated?!

2007-07-10 Thread Kent West
tejas wrote: Kent West yazmış: 1. I've been unable to Google how to mount samba shares using the "mount -t cifs" method (lots of info on using the "smbmount" method). So what is the exact syntax equivalent, please, to "smbmount //server/share /mntpoint -o cre

Re: Eeek?! smbmount is deprecated?!

2007-07-10 Thread tejas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kent West yazmış: > (Warning: Lots of possibly irrelevant details follow.) > > On a recently-rebuilt box, mostly running Lenny, I've just discovered > that if I smbmount a network share from a Windows box the mount point > become

Eeek?! smbmount is deprecated?!

2007-07-10 Thread Kent West
(Warning: Lots of possibly irrelevant details follow.) On a recently-rebuilt box, mostly running Lenny, I've just discovered that if I smbmount a network share from a Windows box the mount point becomes owned by root.root and my normal user does not have write access. (A Windows box can

Re: smbmount and smbclient from sid fail when connecting to sarge share

2006-02-02 Thread Andrei Popescu
On Thu, 02 Feb 2006 17:34:39 +0100 Lubos Vrbka <[EMAIL PROTECTED]> wrote: > hi, > > > smbfs 3.0.21a-4 works fine here (on sid amd64) > well, smbfs from sid worked for me correctly when i mount a share > running this version of the server. however, when trying to mount a > share running

Re: smbmount and smbclient from sid fail when connecting to sarge share

2006-02-02 Thread Lubos Vrbka
hi, smbfs 3.0.21a-4 works fine here (on sid amd64) well, smbfs from sid worked for me correctly when i mount a share running this version of the server. however, when trying to mount a share running sarge, i had no luck. However, I'm using cifs which is the latest implementation of

Re: smbmount and smbclient from sid fail when connecting to sarge share

2006-02-02 Thread Clive Menzies
On (02/02/06 16:52), Lubos Vrbka wrote: > hi, > > >smbmount and smbclient from sid (both i386 and amd64) seem to fail to > >connect to our local samba server (running sarge, iirc). > > > >smbmount //server/share mnt_point > >gives me > >4748: Connection

Re: smbmount and smbclient from sid fail when connecting to sarge share

2006-02-02 Thread Lubos Vrbka
hi, smbmount and smbclient from sid (both i386 and amd64) seem to fail to connect to our local samba server (running sarge, iirc). smbmount //server/share mnt_point gives me 4748: Connection to server failed SMB connection failed surprisingly the number changes every time this command is

smbmount and smbclient from sid fail when connecting to sarge share

2006-02-01 Thread Lubos Vrbka
hi everybody, smbmount and smbclient from sid (both i386 and amd64) seem to fail to connect to our local samba server (running sarge, iirc). smbmount //server/share mnt_point gives me 4748: Connection to server failed SMB connection failed surprisingly the number changes every time this

Re: smbmount

2005-07-04 Thread Ms Linuz
>> >>>I have just the CD 1 of Debian 3.1 , all another deb packages was in >>>the other server that run samba . After finishing install base >>>component of debian , I would like to mount to the shared forder on >>>that server but could not findout the

Re: smbmount

2005-07-04 Thread Ms Linuz
Khanh Cao Van wrote: >I have just the CD 1 of Debian 3.1 , all another deb packages was in >the other server that run samba . After finishing install base >component of debian , I would like to mount to the shared forder on >that server but could not findout the smbclient

smbmount

2005-07-03 Thread Khanh Cao Van
I have just the CD 1 of Debian 3.1 , all another deb packages was in the other server that run samba . After finishing install base component of debian , I would like to mount to the shared forder on that server but could not findout the smbclient or smbmount ! ! ! ! How could I mount to the

Re: SMBMount issues between Woody and Sid

2004-12-23 Thread Clive Menzies
On (20/12/04 14:59), Gonzalo Sainz-Trápaga wrote: > Hi, I posted this message on debian-testing and someone recommmended > posting here instead. The original message follows. Since samba 2.2 > went EOL lately, I upgraded Samba on the server to samba 3.0 from > backports.org after writing this messa

SMBMount issues between Woody and Sid

2004-12-20 Thread Gonzalo Sainz-Trápaga
Hi, I posted this message on debian-testing and someone recommmended posting here instead. The original message follows. Since samba 2.2 went EOL lately, I upgraded Samba on the server to samba 3.0 from backports.org after writing this message, with the same results. Any pointers would be greatly a

fstab smbmount user permissions

2004-11-02 Thread Lance Hoffmeyer
Hello, Been using Samba instead on NFS to mount network drives since I have been led to believe Samba is more secure than NFS. I have a line setup in /etc/fstab //211.11.11.11/Public /pub smbfs user,x,username=x,password=x 0 0 been everytime samba mounts, it mounts everything a

Re: smbmount w2k3 no write access

2004-08-26 Thread Loki
own or restart. You would probably want targets like mount) and unmount) in your script. This is, of course, assuming that you never figure out how to mount the SMB share normally. (Perhaps smbmount needs to open a priviledged port, or something?) - -- GnuPG public key available from http://ca.geoc

Re: smbmount w2k3 no write access

2004-08-26 Thread Jody
Using the syntax below did the trick; things seem to work better when mount invokes smbmount instead of doing it manually. Thanks !!! mount -t smbfs -o username=username,uid=username //downtown/sysback /mnt/smb/downtown > Hi, > > go to /mnt directory anda verify who is the own

Re: smbmount w2k3 no write access

2004-08-26 Thread Carl Fink
On Thu, Aug 26, 2004 at 06:52:44AM -0400, Kevin Mark wrote: > smbmount -> windows(CIFS/SAMBA server?) using win32 drivers->NTFS (R/W) > smbmount -> linux SAMBA server(CIFS/SAMBA server?) using linux modules ->NTFS (read > only) > smbmount -> linux SAMBA server(CIFS/SA

Re: smbmount w2k3 no write access

2004-08-26 Thread Marcos Carneiro da Rocha
> Still not getting anywhere, the options gid uid umask seem to have no > > effect with smbmount and due to the way need to access w2k3 shares. I > > have only been able to mount the drive using the command smbmount. I > > have not been able to get fstab or `mont -t smbfs` to

Re: smbmount w2k3 no write access

2004-08-26 Thread Wim De Smet
Hi, On Thu, 26 Aug 2004 11:59:17 -0400, Jody Grafals <[EMAIL PROTECTED]> wrote: > > > Still not getting anywhere, the options gid uid umask seem to have no > effect with smbmount and due to the way need to access w2k3 shares. I > have only been able to mount the drive using

Re: smbmount w2k3 no write access

2004-08-26 Thread Jody Grafals
Still not getting anywhere, the options gid uid umask seem to have no effect with smbmount and due to the way need to access w2k3 shares. I have only been able to mount the drive using the command smbmount. I have not been able to get fstab or `mont -t smbfs` to pass the proper authentication to

Re: smbmount w2k3 no write access

2004-08-26 Thread Kevin Mark
; > bellow as a regulare user. Its a windows 2003 server with signing off. > > > Everything seems to works well as root. > > > smbmount //downtown/sysback /mnt/smb/downtown/ -o > > > username=username/servername%'!password' gid=100 uid=1000 > > > this i

Re: smbmount w2k3 no write access

2004-08-26 Thread Wim De Smet
Hi Jody, On Wed, 25 Aug 2004 16:19:52 -0400 (EDT), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as r

Re: smbmount w2k3 no write access

2004-08-26 Thread Sturla Holm Hansen
Kevin Mark wrote: On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: Can anyone tell me what I need to do to get write access to the mount bellow as a regulare user. Its a windows 2003 server with signing off. Everything seems to works well as root. smbmount //downtown/sysback

Re: smbmount w2k3 no write access

2004-08-26 Thread Carl Fink
> > Everything seems to works well as root. > > smbmount //downtown/sysback /mnt/smb/downtown/ -o > > username=username/servername%'!password' gid=100 uid=1000 > this is not an answer but is important to know: > the regular ntfs support in debian is not 100% reliable w

Re: smbmount w2k3 no write access

2004-08-26 Thread Alexis Huxley
> Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as root. > smbmount //downtown/sysback /mnt/smb/downtown/ -o > username=username/servername%'!p

Re: smbmount w2k3 no write access

2004-08-25 Thread Kevin Mark
On Wed, Aug 25, 2004 at 04:19:52PM -0400, [EMAIL PROTECTED] wrote: > Can anyone tell me what I need to do to get write access to the mount > bellow as a regulare user. Its a windows 2003 server with signing off. > Everything seems to works well as root. > smbmount //downtown/sysb

smbmount w2k3 no write access

2004-08-25 Thread tqcc-list-keeper
Can anyone tell me what I need to do to get write access to the mount bellow as a regulare user. Its a windows 2003 server with signing off. Everything seems to works well as root. smbmount //downtown/sysback /mnt/smb/downtown/ -o username=username/servername%'!password' gid=100 uid=

Re: smbmount freezes ls only the first time

2004-07-21 Thread Ernie McCracken
On Wed, 21 Jul 2004 16:37:35 +1000, Robert William Hutton <[EMAIL PROTECTED]> wrote: > I've been having problems with smbmount. I've noticed this on both my desktop > and laptop computers. Both are running sid, updated regularly. The symptoms of > the problem are: >

smbmount freezes ls only the first time

2004-07-20 Thread Robert William Hutton
I've been having problems with smbmount. I've noticed this on both my desktop and laptop computers. Both are running sid, updated regularly. The symptoms of the problem are: - mount a share (either from samba on a linux server or from a windows server) - cd to the mount point - ty

Re: how to set time-out for smbmount?

2004-07-09 Thread Karsten M. Self
ngs there... But on a LAN it shouldn't take too > much time to connect, so I want to set up a slow time-out of 1 second > for example. But how can I tell it smbmount? Please set your mailer/editor linewrap to 68-75 characters. I strongly recommend 72 as a good default. While many mail

Re: Samba and Codepages question (smbmount)

2004-07-07 Thread Bijan Soleymani
Ian Macdonald <[EMAIL PROTECTED]> writes: > Thanks Bijan. I double-checked, and yes, I have all the various > codepages that come as options in linux are compiled in as *modules*. > So, do I maybe need to configure the module loading for the codepages? > Or should smbmount

Re: Samba and Codepages question (smbmount)

2004-07-07 Thread Ian Macdonald
l the various codepages that come as options in linux are compiled in as *modules*. So, do I maybe need to configure the module loading for the codepages? Or should smbmount handle this for me automatically? Any suggestions on how to check that the module loading is working correctly would be

Re: Samba and Codepages question (smbmount)

2004-07-07 Thread Bijan Soleymani
Ian Macdonald <[EMAIL PROTECTED]> writes: > Now, I believe that the problem is with the last option, "codepage". I > hae tried with codepage=cp437, codepage=cp850, codepage=cp1252, and also > just the raw numbers, i.e. codepage=437, codepage=850 . However, in all > of these cases, the filename cha

Samba and Codepages question (smbmount)

2004-07-07 Thread Ian Macdonald
llow me to mount her machine's Windows file shares. I have set up the shares on her machine, and then am using smbmount to mount them under Debian. I am able to successfully mount the shares, however the character sets and codepages seem to be incorrectly configured. Filenames with non-ASCII c

how to set time-out for smbmount?

2004-06-01 Thread Andreas Eichner
of 1 second for example. But how can I tell it smbmount? Thanks so far.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: smbmount

2003-03-25 Thread Ernst-Magne Vindal
Martin Kacerovsky wrote: Hi, On Tue, Mar 25, 2003 at 10:06:59PM +0100, Ernst-Magne Vindal wrote: [..] apt-get install smbfs He posted error output of 'smbmount' command, which is part of smbfs package along with 'smbumount' ... So I guess he has 'smbfs' package

Re: smbmount

2003-03-25 Thread Martin Kacerovsky
Hi, On Tue, Mar 25, 2003 at 10:06:59PM +0100, Ernst-Magne Vindal wrote: > [..] > > apt-get install smbfs > He posted error output of 'smbmount' command, which is part of smbfs package along with 'smbumount' ... So I guess he has &

Re: smbmount

2003-03-25 Thread Ernst-Magne Vindal
Brian wrote: Hi, I'm using Debian 3.0 i386. I think the kernel is 2.2.20. At least that's what's returned when I do "uname -a". My problem is I can't run smbmount using Debian. The error is: "ERROR: smbfs filesystem not supported by the kernel Please refer

RE: smbmount

2003-03-25 Thread deFreese, Barry
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 12:56 PM > To: [EMAIL PROTECTED] > Subject: Re: smbmount > > -- > So, my little one-eyed one, on > what POOR, PITIFUL, DEFENSELESS > planet

Re: smbmount

2003-03-25 Thread ronin2
On Tue, 25 Mar 2003 20:52:18 +0100 Martin Kacerovsky <[EMAIL PROTECTED]> wrote: > for hints about compiling a new kernel see Linux Kernel HOWTO > ( packages usually needed : gcc binutils make libncurses5-dev ) For better hints check out the kernel compiling newbiedoc: http://newbiedoc.sourcefor

Re: smbmount

2003-03-25 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 25 March 2003 09:16 am, Brian wrote: > Hi, > > I'm using Debian 3.0 i386. I think the kernel is 2.2.20. At least > that's what's returned when I do "uname -a". > > My problem is I can't ru

Re: smbmount

2003-03-25 Thread also . cute . and . fluffy
returned when I do "uname -a". > > My problem is I can't run smbmount using Debian. The error is: > "ERROR: smbfs filesystem not supported by the kernel > Please refer to the smbmnt(8) manual page > smbmnt failed: 255" > > Does this mean I have to

Re: smbmount

2003-03-25 Thread Kent West
Brian wrote: Hi, I'm using Debian 3.0 i386. I think the kernel is 2.2.20. At least that's what's returned when I do "uname -a". My problem is I can't run smbmount using Debian. The error is: "ERROR: smbfs filesystem not supported by the kernel Please refer

RE: smbmount

2003-03-25 Thread deFreese, Barry
> -Original Message- > From: Brian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 10:36 AM > To: [EMAIL PROTECTED] > Subject: smbmount > > > > Hi, > > I'm using Debian 3.0 i386. I think the kernel is 2.2.20. At > least that's

smbmount

2003-03-25 Thread Brian
Hi, I'm using Debian 3.0 i386. I think the kernel is 2.2.20. At least that's what's returned when I do "uname -a". My problem is I can't run smbmount using Debian. The error is: "ERROR: smbfs filesystem not supported by the kernel Please refer to the smbmn

Solved: smbmount command w/o password

2003-03-03 Thread Willem-Jan Meijer
ll incoming and outgoing e-mail is scanned for virusses --> -Oorspronkelijk bericht- Van: Mark Schouten [mailto:[EMAIL PROTECTED] Namens Mark Schouten Verzonden: maandag 3 maart 2003 16:04 Aan: Willem-Jan Meijer CC: [EMAIL PROTECTED] Onderwerp: Re: smbmount command w/o password On Mon,

Re: smbmount command w/o password

2003-03-03 Thread Gregory Seidman
Mark Schouten sez: } On Mon, Mar 03, 2003 at 03:39:02PM +0100, Willem-Jan Meijer wrote: } > Hello, } > } > ATM the line //WILLEM-JAN/muziek /muziek smbfs ro,uid=1000,gid=1000 } > is in fstab, but when I reboot this directory isn't mounted because } > there's asked for a password, but I

Re: smbmount command w/o password

2003-03-03 Thread Martin Kacerovsky
word, but I don't need to > give a password. > Is there a way to set this line so that I'm not asked for a password? just add password option: password='blah' so the line in /etc/fstab will look like this: //WILLEM-JAN/muziek /muziek smbfs ro,uid=1000,gid=1000,pa

Re: smbmount command w/o password

2003-03-03 Thread Mark Schouten
On Mon, Mar 03, 2003 at 03:39:02PM +0100, Willem-Jan Meijer wrote: > Hello, > > ATM the line //WILLEM-JAN/muziek /muziek smbfs ro,uid=1000,gid=1000 > is in fstab, but when I reboot this directory isn't mounted because there's > asked for a password, but I don't need to give a passwor

smbmount command w/o password

2003-03-03 Thread Willem-Jan Meijer
Hello, ATM the line //WILLEM-JAN/muziek /muziek smbfs ro,uid=1000,gid=1000 is in fstab, but when I reboot this directory isn't mounted because there's asked for a password, but I don't need to give a password. Is there a way to set this line so that I'm not asked for a password?

Large file support for smbmount

2003-01-21 Thread Florian Sukup
Hi, I installed woody. LFS is available. I can mount a directory to a share on a win2k machine. The win2k machine allows files >2GB. 'ls -l' shows wrong (huge) file sizes. Copying from win2k machine to the Debian doesn't stop. The file on the Debian machine gets bigger and bigger. ftp from

smbmount problem?

2002-03-06 Thread Robert L. Harris
I have this: mount -t smbfs -o username=rharris,rw,uid=rharris,gid=500,fmask=640,dmask=750 //fileserver.lsv.raindance.com/departments /wmnt/fileserver/departments When I run that I get this: INFO: Debug class all level = 2 (pid 24219 from pid 24219) can't determine netmask for 127. added i

smbmount without password

2001-10-04 Thread Matthew Garman
I've got some samba shares on my OpenBSD machine that I'd like to use as drives on my Linux box. The shares are setup such that I can connect to them as guest (using no passowrd) with read/write access using smbclient. However, when I try to mount them (using smbmount or mount -t smb

Re: smbmount

2001-08-16 Thread Keith G. Murphy
Petteri Heinonen wrote: > > > > > Petteri Heinonen wrote: > > > > > > I've a problem with smbmount when trying to mount as ordinary > > > (not root) user. I can mount samba shares if I mount them > > > under ordinary users own home directo

Re: smbmount

2001-08-16 Thread Petteri Heinonen
> > Petteri Heinonen wrote: > > > > I've a problem with smbmount when trying to mount as ordinary > > (not root) user. I can mount samba shares if I mount them > > under ordinary users own home directory, for exmple in > > /home/orduser/mnt/ . Also, I

[Fwd: Re: smbmount]

2001-08-16 Thread Petteri Heinonen
Petteri Heinonen wrote: > > I've a problem with smbmount when trying to mount as ordinary > (not root) user. I can mount samba shares if I mount them > under ordinary users own home directory, for exmple in > /home/orduser/mnt/ . Also, I can mount other hard drive > pa

smbmount

2001-08-16 Thread Petteri Heinonen
I've a problem with smbmount when trying to mount as ordinary (not root) user. I can mount samba shares if I mount them under ordinary users own home directory, for exmple in /home/orduser/mnt/ . Also, I can mount other hard drive partitions under /mnt/ as ordinary user. But I can _not_

Sid: gnomba-"smbmount not in path".. but it exists. And PAM...

2001-03-21 Thread Kenward Vaughan
Hi, I've just updated my Sid installation, and now gnomba complains about smbmount not existing, which isn't true. Does someone know what the likely issue is with this? Additionally, I am getting these annoying messages popping up everywhere: PAM_unix[26025]: (cron) session opene

Re: samba / smbmount problems

2000-09-05 Thread Morgan Terry
Mathew Johnston wrote: > > I have a mixed windows/linux network, and am looking to do file sharing > over my LAN. Samba seems pretty good, except that mounted smb shares > (in linux) sometimes lose connectivity. It really liked to do it when > xmms crashed as I tried to add a directory to my pla

Re: samba / smbmount problems

2000-09-04 Thread John Bagdanoff
When I get the "input/output" error, it seems correlated to the windows box being rebooted while it's still mounted on the debian box. John On Mon, Sep 04, 2000 at 01:03:03AM -0400, Mathew Johnston wrote: > I have a mixed windows/linux network, and am looking to do file sharing > over my LAN. Sa

Re: samba / smbmount problems

2000-09-04 Thread Nate Amsden
yes ive seen it everytime ive used smbmount its very unstable. the only workaround i could find was to umount and remount it from time to time. there are NFS servers available for win* ...dunno if they are any good though. ideas..get a bigger hd :) nate Mathew Johnston wrote: > > I

samba / smbmount problems

2000-09-04 Thread Mathew Johnston
I have a mixed windows/linux network, and am looking to do file sharing over my LAN. Samba seems pretty good, except that mounted smb shares (in linux) sometimes lose connectivity. It really liked to do it when xmms crashed as I tried to add a directory to my playlist that was inside an smb share

Re: smbmount

2000-07-12 Thread Debian User
On Wed, 12 Jul 2000, Keith G. Murphy wrote: > [EMAIL PROTECTED] wrote: > > > > thanx for the replies, it is all working now... > > > > it is weird how a redhat Samba rpm package would have smbmount/smbclient > > included whereas a Debian Samba package does

Re: smbmount

2000-07-12 Thread Keith G. Murphy
[EMAIL PROTECTED] wrote: > > thanx for the replies, it is all working now... > > it is weird how a redhat Samba rpm package would have smbmount/smbclient > included whereas a Debian Samba package doesn't. > Not everyone who uses samba needs both of those. For ins

Re: smbmount

2000-07-11 Thread zdrysdal
thanx for the replies, it is all working now... it is weird how a redhat Samba rpm package would have smbmount/smbclient included whereas a Debian Samba package doesn't. BTW, what is more reliable as a means for copying great quantities of files : 1) smbmount from an AIX samba s

Re: smbmount

2000-07-11 Thread Corey Popelier
, 11 Jul 2000 [EMAIL PROTECTED] wrote: > Hi > > i have installed samba-2.0.5a-1.deb and it does not contain either > smbclient or smbmount. the debian search-contents feature on the debian > home page has indicated that smbmount is in the "otherosfs/smbfs" which i > presu

Re: smbmount

2000-07-11 Thread Darlock
On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote: Hi i have installed samba-2.0.5a-1.deb and it does not contain either smbclient or smbmount. the debian search-contents feature on the debian home page has indicated that smbmount is in the "otherosfs/smbfs&quo

smbmount

2000-07-10 Thread zdrysdal
Hi i have installed samba-2.0.5a-1.deb and it does not contain either smbclient or smbmount. the debian search-contents feature on the debian home page has indicated that smbmount is in the "otherosfs/smbfs" which i presume is the module smbfs which i have installed under modconf/

RE: Win 2000 smbmount problems

2000-06-04 Thread Andrew McRobert
hi ... can you remember how to configure Samba to support shadow passwords? tks Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2000 9:06 PM To: Paulo Henrique Baptista; Debian User Subject: Re: Win 2000 smbmount problems Hi I had

Re: Win 2000 smbmount problems

2000-06-02 Thread Richard Black
t; altought the NT expert said that I can view (access) the desired dir from > a Windowze 95 machine. > I'm using kernel 2.2.* and smbmount-2.1.* > Anyone knows if Windows 2000 has a problem with smbmount? > Thanks > > -- > Unsubscribe? mail

Win 2000 smbmount problems

2000-06-02 Thread Paulo Henrique Baptista
desired dir from a Windowze 95 machine. I'm using kernel 2.2.* and smbmount-2.1.* Anyone knows if Windows 2000 has a problem with smbmount? Thanks

Re: woody smbmount smbmnt mount

2000-04-13 Thread Brad
On Thu, Apr 13, 2000 at 02:19:15PM -0700, Lawrence Walton wrote: > I can't mount samba shares anymore, somthing happened in woody not > sure when maybe Sunday, > > mount -t smbfs //server/share /mountpoint -o username=elmo > > > mount error: Invalid argument > Please refer to the smbmnt(8) manua

woody smbmount smbmnt mount

2000-04-13 Thread Lawrence Walton
I can't mount samba shares anymore, somthing happened in woody not sure when maybe Sunday, mount -t smbfs //server/share /mountpoint -o username=elmo mount error: Invalid argument Please refer to the smbmnt(8) manual page smbmnt failed: 255 mount.smbfs: ioctl failed, res=-1 Could not umount /mo

Re: Bug in smbmount?

1999-11-05 Thread Åsmund Ødegård
Thu, 04 Nov skrev Debian Mail: > I again have an > ls: n: Input/output error > Now I'm quite sure smbmount is causing these troubles. Anyone > experienced similar problems with smbmount? We have the same problems with several linux-boxes here. umount once a day keep

Re: Bug in smbmount?

1999-11-04 Thread aphro
On Thu, 4 Nov 1999, Debian Mail wrote: debian >I again have an debian >ls: n: Input/output error debian >Now I'm quite sure smbmount is causing these troubles. Anyone debian >experienced similar problems with smbmount? debian > yes, i experienced that problem often wh

Bug in smbmount?

1999-11-04 Thread Debian Mail
I again have an ls: n: Input/output error Now I'm quite sure smbmount is causing these troubles. Anyone experienced similar problems with smbmount? Stef

Re: Where is smbmount?->smbfs

1999-10-22 Thread Ingo Reimann
On Thu, Oct 21, 1999 at 06:41:58AM +, Stuart Ballard wrote: > Hi, > > What package do I need to install to get the smbmount command? I have > samba, samba-common and smbclient installed, but mount -t smbfs doesn't > seem to do anything, and there is no smbmount man page.

  1   2   >