Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

how to mount network shares

by renegadex (Beadle)
on Jul 02, 2012 at 08:31 UTC ( [id://979392]=perlquestion: print w/replies, xml ) Need Help??

renegadex has asked for the wisdom of the Perl Monks concerning the following question:

Hi perl monkies!

Is there a module for perl to mount network shares as non root? I was eyeing on gvfs-mount and my only problem here is that I haven't found any way to include the username and password and domain on 1 single command pass using `` or system()

Mabuhay Civil Engineers! :D

Replies are listed 'Best First'.
Re: how to mount network shares
by Anonymous Monk on Jul 02, 2012 at 09:33 UTC

    Is there a module for perl to mount network shares as non root?

    I kinda doubt it :)  use autodie 'system'; system 'gvfs-mount', 'blah', 'blah', '--blah', ...;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://979392]
Approved by ansh batra
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found