Skip to content

ehemmete/mountshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MountShare

OVERVIEW: Mount network shares the way "Connect to Server…" does

The default usage assumes the needed credentials are in the user's keychain or the server uses Kerberos.
Otherwise, a username and password can be passed in, or the system can prompt for authentication with a GUI window.
The various mounting and opening options are available as command line flags.
This command should be run as the user that is mounting the share.

USAGE: mountshare [<options>] <server-share-path>

ARGUMENTS:
  <server-share-path>     The full path to the share to mount i.e. "smb://server.domain.tld/share"

OPTIONS:
  -v, --verbose           Print success or error message to STDOUT
  -u, --username <username>
                          If necessary, specify a username to mount the share as.
  -p, --password <password>
                          Works with username to mount the share as a different user
  --local-path <local-path>
                          To change the local mountpoint.  The default is /Volumes/
  --nobrowse              No browsable data here (see <sys/mount.h>)
  --readonly              A read-only mount (see <sys/mount.h>)
  --allow-sub-mounts      Allow a mount from a dir beneath the share point
  --disable-soft-mount    Prevent mounting with "soft" failure semantics
  --mount-at-directory    Mount on the specified mountpath instead of below it
  --guest                 Login as a guest user
  --allow-loopback        Allow a loopback mount
  --allow-auth-dialog     The default GUI authentication window option, displays if needed
  --no-auth-dialog        Do not allow a GUI authentication window
  --force-auth-dialog     Force a GUI authentication window
  --version               Show the version.
  -h, --help              Show help information.

This project was inspired by my previous use of mount_shares_better.py. Then I found useful information on Apple's developer forums and a lot of help from a gist of a library to do the same things.
And yes, the name was originally MountShares, but I've changed the binary to be mountshare. I don't think it is worth the hassle to change the project name in Xcode.

About

A Swift command line tool to mount network shares

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages