Various nuggets of useful technical information.

Friday, June 20, 2008

Mounting Windows shares in Linux

Fedora Core onwards:

mount -t cifs //1.2.3.4/share /mnt/somedirectory -ouser=admin_account,password=admin_passwd,rw

For more information about this, in a terminal you can do:
man mount.cifs



No comments: