Menempelkan share folder samba ke directory lokal: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 February 2023

16 December 2022

  • curprev 15:2415:24, 16 December 2022 dw>Admin 736 bytes +736 Created page with "==Instalasi smbfs== apt-get install smbfs ==Buat folder tempat mount== mkdir /mnt/backup mount folder backup di komputer 192.168.0.1 ke /mnt/backup mount -t cifs //192.168.0.1/backup /mnt/backup -o password= Jika ada username & password harus menggunakan perintah mount -t cifs //192.168.0.1/backup /mnt/backup -o username=name,password=password contoh lain sudo su mkdir /mnt/public2 mkdir /mnt/library2 mkdir /mnt/backup2 mkdir /mnt/media2 mount -..."