SMB_Shares - linuxmuster/sophomorix4 GitHub Wiki
You can get informations about smb shares with:
sophomorix-school -i
There must exist ONE SMB-Share that is global over all schools:
- It's name is
linuxmuster-global. The nameglobalis forbidden, sincesmb.confhas already a built in section[global] - The
linuxmuster-global-share must be on a partition on its own. - quota must be enabled, so that
smbcquotascan set quota via SMB protocol. - Full Access is needed with the user
Administratorand the password from/etc/linuxmuster/.secret/administrator
If a SMB-Share exists and the name of the share is configured as a school in sophomorix.conf it is of Type SCHOOL
- Each
<school>-share must be on a partition on its own. - quota must be enabled, so that
smbcquotascan set quota via SMB protocol. - Full Access is needed with the user
Administratorand the password from/etc/linuxmuster/.secret/administrator
Other SMB-Shares that are not configured as a school are of type OTHER_SHARE
If you want to set quota with sophomorix-quota:
- Each share must be on a partition on its own.
- quota must be enabled, so that
smbcquotascan set quota via SMB protocol. - Full Access is needed with the user
Administratorand the password from/etc/linuxmuster/.secret/administrator