[smb] File Share
 
Notifications
Clear all

[smb] File Share

1 Posts
1 Users
0 Reactions
13 Views
(@andre)
Posts: 46
Member Admin
Topic starter
 

Create Directory

sudo mkdir /mnt/Documents

Create Credentials

sudo nano /root/.SMBcredentials

Paste

username=example_username
password=example_passwor

Change Permisions

sudo chmod 400 /root/.SMBcredentials

Edit ftsab

sudo nano /etc/fstab

Paste

//192.168.1.100/Documents /mnt/Documents cifs vers=3.0,credentials=/root/.SMBcredentials
This topic was modified 6 days ago by Andre Tiltman
 
Posted : 13/09/2024 1:02 pm
Share: