Index Server Server Network |
|
Mount Windows Network Share |
|
|
|
|
Example: (Files will be visible in /mnt/androm)
Password can be omitted, it will be prompted for in execution
Example:
Windows Server: andromeda
Domain: london
Share: data
Username: Admin
Password: secret
Mountpoint: /mnt/androm (this mountpoint must be created prior to the mount command)
mount -t smbfs -o username=Admin/london,password=secret //andromeda/data /mnt/androm
|