Page 1 of 1

How to mount a USB thumb drive on Parallella

PostPosted: Sat Aug 30, 2014 9:10 pm
by jimbaker
To be able to see a USB thumb drive on Parallella, add the following to the file: /etc/polkit-1/localauthority/50-local.d/50-mount.pkla

[Mount a system-internal device]
Identity=*
Action=org.freedesktop.udisks2.*
ResultAny=yes
ResultActive=yes
ResultInactive=yes

Make sure your USB thumb drive is formatted as FAT32 or EXT4...
If it's formatted as NTFS, it won't work, at least not yet.

Re: How to mount a USB thumb drive on Parallella

PostPosted: Sat Aug 30, 2014 9:46 pm
by theover
You could also install the Gnome "Disks"tool (with apt-get).

T.