-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 26 Aug 2004, Jody Grafals wrote:
> If I can't get the thing to mount the way I want it, Can I somehow give the
> user (myself) root access to this directory?
Yes. Use sudo. apt-get install sudo first (if you don't have it)
Create a script in
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 owner of smb subdirecto
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/SAMBA server?) using 'captive'
Hi,
go to /mnt directory anda verify who is the owner of smb subdirectory
and what is the access permission to it.
try it as root:
cd /mnt
chown -R username smb
chmod -R 760 smb
mount -t smbfs -o username=username,uid=username //downtown/sysback
/mnt/smb/downtown
mount will ask for username passw
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 the command smbmount.
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 th
On Thu, Aug 26, 2004 at 05:57:33AM -0400, Carl Fink wrote:
> On Thu, Aug 26, 2004 at 02:41:49AM -0400, 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
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 root.
> smbmount //d
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 /
On Thu, Aug 26, 2004 at 02:41:49AM -0400, 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
> 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=1000
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 /mnt/smb/downt
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=1000
Jody
13 matches
Mail list logo