/media/vmc ist falsch
Die Freigabe muss in media/autofs/VMCMUTANT51_1 sein
Zeig mal Blau->Mounts->Mountverwaltung->Freigabe Verwaltung .. und:
Code: Alles auswählen
cat /etc/enigma2/automounts.xml
Code: Alles auswählen
cat /etc/enigma2/automounts.xml
Code: Alles auswählen
<?xml version="1.0" ?>
<mountmanager>
<autofs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.178.108</ip>
<sharename>DISKDVD1</sharename>
<sharedir>volume1/DVD1</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
</autofs>
<autofs>
<cifs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.178.203</ip>
<sharename>VMCMUTANT51_1</sharename>
<sharedir>VMC</sharedir>
<options>rw,utf8,vers=3.02,sec=ntlmsspi</options>
<username>root</username>
<password>oatv</password>
</mount>
</cifs>
</autofs>
<autofs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.178.108</ip>
<sharename>DISKDVD2</sharename>
<sharedir>volume2/DVD2</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
</autofs>
<autofs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.178.108</ip>
<sharename>DISKMUSIK</sharename>
<sharedir>volume1/MUSIK</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
</autofs>
<autofs>
<nfs>
<mount>
<active>True</active>
<hdd_replacement>False</hdd_replacement>
<ip>192.168.178.108</ip>
<sharename>DISKSERIEN</sharename>
<sharedir>volume2/SERIEN</sharedir>
<options>rw,nolock,tcp</options>
</mount>
</nfs>
</autofs>
</mountmanager>
Code: Alles auswählen
# automounter configuration
VMCMUTANT51_1 -fstype=cifs,user=root,pass=oatv,rw,iocharset=utf8,vers=3.0,sec=ntlmsspi ://192.168.178.203/media/VMC
DISKDVD1 -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.178.108:/volume1/DVD1
VMCMUTANT51_1 -fstype=cifs,user=root,pass=oatv,rw,iocharset=utf8,vers=3.02,sec=ntlmsspi ://192.168.178.203/VMC
DISKDVD2 -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.178.108:/volume2/DVD2
DISKMUSIK -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.178.108:/volume1/MUSIK
DISKSERIEN -fstype=nfs,rw,nolock,tcp,nfsvers=3,rsize=8192,wsize=8192,timeo=14,soft 192.168.178.108:/volume2/SERIEN
Code: Alles auswählen
[VMC]
comment = VMC
path = /media/VMC
read only = no
public = yes
guest ok = yes
Code: Alles auswählen
## User changes to Samba config go here
## You can overrule the insecure defaults and enforce password
## protected access to shares by uncommenting the following
## line, including the secure settings:
[global]
# include = /etc/samba/distro/smb-secure.conf
## You can hide and veto access to certain directories, e.g. mount points of
## other boxes in order to prevent round trips through your LAN
## In Samba 4.x this needs to be configured per share:
[Root]
# veto files = /ThisBox/OtherBox/AnotherBox/YetAnotherBox/
# hide files = /ThisBox/OtherBox/AnotherBox/YetAnotherBox/
[Harddisk]
# veto files = /ThisBox/OtherBox/AnotherBox/YetAnotherBox/
# hide files = /ThisBox/OtherBox/AnotherBox/YetAnotherBox/
Code: Alles auswählen
[VMC]
comment = VMC
path = /media/VMC
read only = no
public = yes
guest ok = yes
Code: Alles auswählen
[VMC]
comment = VMC
path = /media/VMC
read only = no
public = yes
guest ok = yes
Code: Alles auswählen
[VMC]
comment = VMC
path = /media/VMC
read only = no
public = yes
guest ok = yes
Code: Alles auswählen
[VMC]
comment = VMC
path = /media/autofs/VMC
read only = no
public = yes
guest ok = yes
Code: Alles auswählen
VMC -fstype=cifs,user=root,pass=XXXXX,rw,iocharset=utf8,vers=2.0 ://192.168.178.XXX/VMC
Code: Alles auswählen
//192.168.178.XXX/VMC /media/net/VMCMUTANT51_1 cifs user=root,pass=XXXXX,_netdev,rw,iocharset=utf8,vers=2.0 0 0
Code: Alles auswählen
//192.168.178.XXX/VMC /media cifs user=root,pass=XXXXX,_netdev,rw,iocharset=utf8,vers=2.0 0 0
Code: Alles auswählen
ln -s /media/autofs/VMC/ /media/VMC/
Code: Alles auswählen
ln -s /media/autofs/VMC/ /media/
Code: Alles auswählen
rm -r /media/VMC/VMC
Code: Alles auswählen
ls -la /media