Igen, ki is próbáltam a 2.1.x telepítését, már a GRUB intsallnál elakadt.
Úgyhogy én ezt az OMV-t kukáztam, és leírtam. Feltettem inkább egy Xubuntu-t, feltelepítettem rá az mdadm és a samba csomagokat, meg egy Webmint, és már most tovább jutok vele, mint az OMV-vel valaha.
Már látom a samba share-t a fájlböngészőben, meg ez is működik:
$ smbclient -L 192.168.0.12 -N
Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.4.5-Ubuntu]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
MusicPhoto Disk Music and Photos
IPC$ IPC IPC Service (peti-901 server (Samba, Ubuntu))
Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.4.5-Ubuntu]
Server Comment
--------- -------
DLINK-004A8F DNS-327L
PETI-901 peti-901 server (Samba, Ubuntu)
Workgroup Master
--------- -------
WORKGROUP DLINK-004A8F
Viszont a "MusicPhoto" nevű share-t még mindig nem tudom felmountolni, "Failed to mount Windows share: Permission denied."
smb.conf (kivonat):
[global]
usershare allow guests = yes
unix password sync = yes
workgroup = WORKGROUP
dns proxy = no
map to guest = bad user
server role = standalone server
max log size = 1000
server string = %h server (Samba, Ubuntu)
writeable = yes
passdb backend = tdbsam
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
guest only = yes
log file = /var/log/samba/log.%m
path = /media/peti/MusicPhoto
panic action = /usr/share/samba/panic-action %d
comment = Music and Photos
syslog = 0
public = yes
obey pam restrictions = yes
passwd program = /usr/bin/passwd %u
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin
[MusicPhoto]
A pontosvesszővel kezdődő sorok egyébként ki vannak kommentelve? Mi a különbség a ";" és a "#" között?