So the non-optimised debian setup hasn't been working for me, so I'm using the raspbian distro now. Just add a line with udisks-glue into /etc/rc.local just before the "exit 0" line Then edit /etc/udisks-glue.conf to look (something like) this: --- Start File --- filter disks { optical = false partition_table = false usage = filesystem } match disks { automount = true automount_options = { sync, noatime, "dmask=0", "fmask=0" } } filter optical { optical = true usage = filesystem } match optical { automount = true automount_options = { ro, "mode=0444", "dmode=0555" } } --- End File --- Notes:
|
Projects > Portable Hotspot >