> I wanted to use the same netscape dictionary on my dual-boot machine. I > have to use W95 daily. In the fstab I put in the following options for > the vfat partition: > > rw,auto,noexec,user,uid=1000,gid=1000 > > (1000 is my uid and gid). Then I have made a '.netscape' link in my home > directory to the windows directory '/C/Program > Files/Netscape/Users/Default'. However, when I start netscape under > Linux I get the warning about there is a /home/myuser/.netscape/lock, > and it does not find my preferences, bookmarks etc.
With the kindly support of the list I managed to have a solution as follows: [EMAIL PROTECTED]:~$ mkdir .netscape [EMAIL PROTECTED]:~$ ln -s /C/Program\ Files/Netscape/Users/Default/* .netscape/ [EMAIL PROTECTED]:~$ cd .netscape/ [EMAIL PROTECTED]:~$ # rename some files (different names under W and Linux) [EMAIL PROTECTED]:~/.netscape$ mv prefs.js preferences.js [EMAIL PROTECTED]:~/.netscape$ mv bookmark.htm bookmarks.html [EMAIL PROTECTED]:~/.netscape$ mv secmod.db secmodule.db [EMAIL PROTECTED]:~/.netscape$ mv history.list history.dat [EMAIL PROTECTED]:~/.netscape$ mv Cache cache Some files will be (re)created by Netscape in the Linux directory (eg. plugin-list), so they will be duplicates. No other problems till now.