Solved ext USB & Sdcard not automatically mounted
#1
Question 
Well I followed the Linux - VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04 but have some issue, therefor I need some help

Error I have seen in kodi.log is:
07:49:38 T:139819946264512 ERROR: DBus: Error org.freedesktop.UDisks.Error.PermissionDenied - Not Authorized

1. I do not get external USB devices & SDCard automatically mounted.
on the console with udisks --dump i see the USB device (ntfs) and Sdcard (ext4) the detection time, label and so on but not mounted nor mount path

when I manually mount for example the SDcard like:
sudo udisks --mount /dev/mmcblk0
Mounted /org/freedesktop/UDisks/devices/mmcblk0 at /media/ext-sd

drwxr-xr-x 4 root root 4096 Dec 18 06:14 ext-sd
it is now mounted and available in Kodi and I can browse and use it


2. when I manually mount for example the USB-drive (ntfs) like:
sudo udisks --mount /dev/sdd1
Mounted /org/freedesktop/UDisks/devices/sdd1 at /media/ext-kodi

drwx------ 1 root root 4096 Jan 4 17:12 ext-kodi
it is now mounted and visible in Kodi but I cant browse it -> Path not found or invalid
but on the Console I can browse through the USB-drive without a problem, therefore this seems to be an permission issue

sudo cat /etc/polkit-1/localauthority/50-local.d/custom-actions.pkla | pastebinit
http://paste.ubuntu.com/9725736/

any hint where to start to get my 2 issues it fixed ?

-- syslog
Jan 13 00:30:49 chido kernel: [ 887.874003] EXT4-fs (mmcblk0): mounted filesystem with ordered data mode. Opts: (null)
Jan 13 00:34:07 chido ntfs-3g[1489]: Version 2013.1.13AR.1 external FUSE 29
Jan 13 00:34:07 chido ntfs-3g[1489]: Mounted /dev/sdd1 (Read-Write, label "ext-kodi", NTFS 3.1)
Jan 13 00:34:07 chido ntfs-3g[1489]: Cmdline options: rw,nosuid,nodev,uhelper=udisks,uid=0,gid=0,dmask=0077,fmask=0177
Jan 13 00:34:07 chido ntfs-3g[1489]: Mount options: rw,nosuid,nodev,uhelper=udisks,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdd1,blkdev,blksize=4096
Jan 13 00:34:07 chido ntfs-3g[1489]: Global ownership and permissions enforced, configuration type 7
Reply
#2
Quote:Action=org.freedesktop.upower.*;org.freedesktop.consolekit.system.*;org.freedesk.top.udisks.*;org.freedesktop.login1.*

wrong!

it's
Code:
Action=org.freedesktop.upower.*;org.freedesktop.consolekit.system.*;org.freedesktop.udisks.*;org.freedesktop.login1.*

Edit: If you can't see it, you have "." (dot) in the udisks's freedesk.top which should be freedesktop
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
arrrrghhhh....

thanks fritsch - oh boy I dont know how often I have overseen this :-(

you made may day...
Reply

Logout Mark Read Team Forum Stats Members Help
ext USB & Sdcard not automatically mounted0