Back the hotplug mount point to original
[vuplus_dvbapp] / lib / python / Components / Harddisk.py
index 51889d2..e560130 100644 (file)
@@ -554,7 +554,7 @@ class HarddiskManager:
                                self.devices_scanned_on_init.append((blockdev, removable, is_cdrom, medium_found))
 
        def getAutofsMountpoint(self, device):
-               return "/media/%s/" % (device)
+               return "/autofs/%s/" % (device)
 
 
        def is_hard_mounted(self, device):