Re: mounting an smbfs as non superuser

2008-06-05 Thread Andrew Reid
On Thursday 05 June 2008 00:20, Tony Heal wrote: > I am trying to mount an smbfs as the backup user and something is not > right. I can run this as root and it works fine > > > > mount -t smbfs -o owner=backup -o lfs -o > username=administrator,password=XX //192.168.2.200/drobo /media/drobo/ >

Re: mounting an smbfs as non superuser

2008-06-04 Thread Mirco Piccin
Hi all On 6/5/08, Marc Shapiro <[EMAIL PROTECTED]> wrote: > > Tony Heal wrote: > >> >> I am trying to mount an smbfs as the backup user and something is not >> right. I can run this as root and it works fine >> >> mount -t smbfs –o owner=backup -o lfs -o >> username=administrator,password=XX /

Re: mounting an smbfs as non superuser

2008-06-04 Thread Marc Shapiro
Tony Heal wrote: I am trying to mount an smbfs as the backup user and something is not right. I can run this as root and it works fine mount -t smbfs –o owner=backup -o lfs -o username=administrator,password=XX //192.168.2.200/drobo /media/drobo/ yet when I mount it that way the backup

mounting an smbfs as non superuser

2008-06-04 Thread Tony Heal
I am trying to mount an smbfs as the backup user and something is not right. I can run this as root and it works fine mount -t smbfs -o owner=backup -o lfs -o username=administrator,password=XX //192.168.2.200/drobo /media/drobo/ yet when I mount it that way the backup user has no permi