user mode mount question

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default user mode mount question

    Hi,

    Is there a solution to mount a winnt network share in user mode
    that is not to use standard 'mount -t smbfs' command.

    The problem is that I have no permission to use standard 'mount -t smbfs'.

    Or maybe there is a plugin for 'mc' that can be used with winnt share as if
    it was mounted fs.

    Thanks
    George


    George Guest

  2. Similar Questions and Discussions

    1. Mount / Umount in user mode
      Hi, How to mount or umount any file system in user mode ? like cdrom, usb drive ... ? I have hearn vfs.usermount with sysctl but I have set it...
    2. Mount in user mode && USBD for external HDD
      Hi, well I have 2 problems the first: I have external hdd and I want that the system create a symlinks when I turn on my hdd usbdev -v give...
    3. mount second hdd for user
      Hello, I am trying to mount my second hdd for user, but I keep failing :-D Here are some details: I use Mandrake 9.1, first hdd has linux...
    4. DFS Mount Point/Fileset Question
      The command fts lsmount -dir <path> gives you the fileset of a DFS mount point. Is there a way of getting the mount point of a fileset, given the...
    5. Use Design Mode with User Control?
      I have created a user control using the HTML view, and I now want to switch to Design mode so that it will automatically enter the controls used on...
  3. #2

    Default Re: user mode mount question

    ["Followup-To:" header set to comp.unix.bsd.freebsd.misc.]
    > Is there a solution to mount a winnt network share in user mode
    > that is not to use standard 'mount -t smbfs' command.
    >
    > The problem is that I have no permission to use standard 'mount -t smbfs'.
    >
    > Or maybe there is a plugin for 'mc' that can be used with winnt share as if
    > it was mounted fs.
    Generally, the vfs.usermount sysctl allows ordinary users to mount file
    systems.

    However, this currently doesn't work with smbfs. See this thread on the
    freebsd-current mailing list:

    [url]http://lists.freebsd.org/pipermail/freebsd-current/2004-June/029583.html[/url]

    So, for the time being I'd suggest using sudo (ports/security/sudo).

    Simon
    Simon Barner Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139