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
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:
Post a Comment