Steen Kastoft Hansen wrote:
> I am working with IBM's OS/2 port of Mozilla 0.9.2 and I am
> having trouble moving the cache or bookmarks to where I want
> them.
>
> For a number of reasons it would be best if the profile or at
> least the bookmarks could be stored on the users home drive (H:),
> which is a network drive. Unfortunately the cache is part of the
> user profile and there is not enough space on the home drive to
> keep the cache there, so I would prefer to have the cache stored
> on a local disk drive (E:).
>
> I have found references to a number of prefs.js settings that
> affect the cache location, notably
> browser.cache.disk.parent_directory but it seems that thi
> settings isimply ignored.
>
> The setting browser.cache.directory seems always to be reset to
> the cache location in the profile.
>
> Alternatively, the bookmarks which are the most important part of
> the profile, could be saved on drive H: while the profile per se
> is located on drive E:. For this purpose I have tried out
> browser.bookmark_location, but it also seems to be ignored.
>
> Do anybody have a solution to this problem?
>
> Steen Kastoft Hansen
>
I don't know about the bookmarks, but Jay Garcia's suggestion for the
cache worked for me:
user_pref("browser.cache.disk.parent_directory", "drive:\directory");
N. Miller