This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| app-notes:samba-server [2026/02/25 08:13] – [Integrating external storage into the container system] gray | app-notes:samba-server [2026/02/25 09:56] (current) – [Integrating external storage into the container system] gray | ||
|---|---|---|---|
| Line 242: | Line 242: | ||
| First, we create a script file called '' | First, we create a script file called '' | ||
| + | |||
| + | The entry for the '' | ||
| < | < | ||
| Line 247: | Line 249: | ||
| mount -t vfat /dev/sda1 / | mount -t vfat /dev/sda1 / | ||
| </ | </ | ||
| + | |||
| + | The entry for the '' | ||
| < | < | ||
| Line 252: | Line 256: | ||
| mount -t exfat /dev/sda1 / | mount -t exfat /dev/sda1 / | ||
| </ | </ | ||
| - | |||
| For the '' | For the '' | ||
| Line 261: | Line 264: | ||
| </ | </ | ||
| - | On new Linux systems, '' | ||
| - | | ||
| We still need to change the permissions for this file so that it is executable. | We still need to change the permissions for this file so that it is executable. | ||
| - | '' | + | '' |
| To test it, you can now simply run this file. | To test it, you can now simply run this file. | ||
| Line 270: | Line 271: | ||
| < | < | ||
| - | + | @reboot / | |
| - | * * * * * | + | * * * * * / |
| </ | </ | ||
| Line 285: | Line 286: | ||
| < | < | ||
| - | sudo mount -t cifs -o user=loidl, | + | mount -t cifs -o user=loidl, |
| </ | </ | ||