Our Command Line Interfaces
Saturday, October 25, 2014
Mount Windows Filesystem From Linux
How to mount a windows drive through the administrative share from linux.
$ sudo mount -t cifs <windows hostname>/<drive>$ -o username=<user>,password=<pwd>,domain=<domain> /<mount-point>
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)