On 01/07/2010 07:12 PM, Iain Buchanan wrote:
On Thu, 2010-01-07 at 16:14 -0800, walt wrote:

gconftool-2 --type list --list-type=string \
      --set /system/storage/default_options/ext2/mount_options \
      "[noatime,nodiratime]"

nice, thanks!

Ooops, typo!  That first line should have had another '=' after the
--type flag, like this:

gconftool-2 --type=list --list-type=string \
       --set /system/storage/default_options/ext2/mount_options \
       "[noatime,nodiratime]"

At least, that syntax worked for me.  Hope it works for you. I'm
still wondering why there isn't another '=' after the --set flag,
too :o/


Reply via email to