-
Notifications
You must be signed in to change notification settings - Fork 7
SMB_Shares
Rüdiger Beck edited this page Dec 23, 2017
·
3 revisions
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 nameglobal
is forbidden, sincesmb.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
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
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