Skip to content

SMB_Shares

Rüdiger Beck edited this page Dec 23, 2017 · 3 revisions

SMB shares and their Type

You can get informations about smb shares with:

sophomorix-school -i

The global SMB-Share of type GLOBAL

There must exist ONE SMB-Share that is global over all schools:

  • It's name is linuxmuster-global. The name global is forbidden, since smb.conf has already a built in section [global]
  • The linuxmuster-global-share must be on a partition on its own.
  • quota must be enabled, so that smbcquotas can set quota via SMB protocol.
  • Full Access is needed with the user Administrator and the password from /etc/linuxmuster/.secret/administrator

The SMB-Shares of type SCHOOL

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 smbcquotas can set quota via SMB protocol.
  • Full Access is needed with the user Administrator and the password from /etc/linuxmuster/.secret/administrator

The SMB-Shares of type OTHER_SHARES

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 smbcquotas can set quota via SMB protocol.
  • Full Access is needed with the user Administrator and the password from /etc/linuxmuster/.secret/administrator
Clone this wiki locally