Return to Snippet

Revision: 5024
at February 6, 2008 07:46 by wolfie


Initial Code
mount -t cifs //<server>/<share> /mnt/<dir>/ -rw -o user="<domain>/<user>"

<server> can be an IP address and <share> can be a long path

Take care with spaces though :-)

This will prompt you for your password to the windows share.

Initial URL


Initial Description


Initial Title
Mount a windows share in linux

Initial Tags


Initial Language
Bash