Results 1 to 5 of 5

Thread: Networking

  1. #1
    VampyreUK
    Guest

    Networking

    In point of fact networking to a Win2K server but I don't suppose that's relevant in itself.

    I know how to network (using mount) and can make it so that those shares connect at boot but I can't seem to access them (or indeed) run mount at all from my non-root user.

    Anyone got any ideas?

    VampyreUK

  2. #2
    JimH
    Guest

    Re:Networking

    Quote Originally Posted by VampyreUK
    In point of fact networking to a Win2K server but I don't suppose that's relevant in itself.

    I know how to network (using mount) and can make it so that those shares connect at boot but I can't seem to access them (or indeed) run mount at all from my non-root user.

    Anyone got any ideas?

    VampyreUK
    You just need to change to mount options to allow access to them by non-root users. Post the command showing how you are mounting them now.

    Jim H

  3. #3
    VampyreUK
    Guest

    Re:Networking

    Hi Jim,

    I use a file called SNTFLinux, set as executable containing:

    #! /bin/sh
    mount -t smbfs -o username=<username>,password=<password> //<W2K Server>/<sharename> /mnt/trans
    mount -t smbfs -o username=<username>,password=<password> //<W2K Server>/<sharename> /mnt/mp3

    The file is placed in /etc/init.d/rc5.d.

    Is that what you meant?

    VampyreUK

  4. #4
    VampyreUK
    Guest

    A Solution :-)

    Hi,

    I seem to have a solution (though I don't fully understand it yet):

    mount -t smbfs -o username=ntuser,password=ntpass,uid=lxuser,gid=lxuser,fmask=0775,dmask=0755 //ntserver/ntshare /mnt/lxmountpoint

    That seems to work :-)

    VampyreUK

  5. #5
    JimH
    Guest

    Re:A Solution :-)

    Quote Originally Posted by VampyreUK
    That seems to work :-)

    VampyreUK
    That's the important part.

    That is exactly what you needed to add. Look at the manpage for "mount". It explains what the options do.

    Jim H

Similar Threads

  1. Troubleshooting Home Networking
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 09:05 PM
  2. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 10:44 PM
  3. Dial-Up Networking Password Is Not Saved
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:31 AM
  4. Connect to internet with Win 95 or 98
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:13 AM
  5. Reinstall Dial-Up Networking and TCP/IP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 01:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •