Recording to usb external drive and mount questions

/etc/enigma2/

This is for current images:

Code:
<?xml version="1.0" ?>
<mountmanager>
<autofs>
 <cifs>
  <mount>
   <active>True</active>
   <hdd_replacement>False</hdd_replacement>
   <ip>192.168.0.240</ip>
   <sharename>RECORDINGS</sharename>
   <sharedir>Recordings</sharedir>
   <options>rw,utf8,vers=2.0</options>
   <username>WilloTheWisp</username>
   <password>dogsScr0tum</password>
  </mount>
 </cifs>
</autofs>
</mountmanager>
 
Back
Top