Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [micro HOWTO] Adding custom mount options for gnome-mounted drives
Date: Fri, 08 Jan 2010 04:41:34
Message-Id: hi6cue$flv$1@ger.gmane.org
In Reply to: Re: [gentoo-user] [micro HOWTO] Adding custom mount options for gnome-mounted drives by Iain Buchanan
1 On 01/07/2010 07:12 PM, Iain Buchanan wrote:
2 > On Thu, 2010-01-07 at 16:14 -0800, walt wrote:
3 >
4 >> gconftool-2 --type list --list-type=string \
5 >> --set /system/storage/default_options/ext2/mount_options \
6 >> "[noatime,nodiratime]"
7 >
8 > nice, thanks!
9
10 Ooops, typo! That first line should have had another '=' after the
11 --type flag, like this:
12
13 gconftool-2 --type=list --list-type=string \
14 --set /system/storage/default_options/ext2/mount_options \
15 "[noatime,nodiratime]"
16
17 At least, that syntax worked for me. Hope it works for you. I'm
18 still wondering why there isn't another '=' after the --set flag,
19 too :o/