CIFS: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== mount ==")
 
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== mount ==
== mount ==
apt install cifs-utils samba samba-client
mount.cifs //some-cifs.example.com/someshare somemount/ -o dom=ad,user=someuser,pass=SomePA@@
/etc/fstab
//some-cifs.example.com/someshare somemount/ cifs dom=ad,user=someuser,pass=SomePA@@ 0 0

Revision as of 23:40, 16 January 2025

mount

apt install cifs-utils samba samba-client


mount.cifs //some-cifs.example.com/someshare somemount/ -o dom=ad,user=someuser,pass=SomePA@@

/etc/fstab

//some-cifs.example.com/someshare somemount/ cifs dom=ad,user=someuser,pass=SomePA@@ 0 0