Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:samba-server [2026/02/25 09:45] – [Integrating external storage into the container system] grayapp-notes:samba-server [2026/02/25 09:56] (current) – [Integrating external storage into the container system] gray
Line 271: Line 271:
  
 <konsole> <konsole>
- +@reboot /root/samba_release.sh 
-* * * * *           /root/samba_release.sh+* * * * * /root/samba_release.sh
 </konsole> </konsole>
  
Line 286: Line 286:
  
 <code> <code>
-sudo mount -t cifs -o user=loidl,gid=1000,uid=1000 //192.168.1.100/data /mnt/austausch+mount -t cifs -o user=loidl,gid=1000,uid=1000 //192.168.1.100/data /mnt/home/exchange
 </code> </code>