Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there different file system between windows and linux? Exporting browsing history from linux to windows

  • 1 svar
  • 1 har dette problem
  • 11 visninger
  • Seneste svar af cor-el

more options

Due to printer software I am forced to migrate family laptop from linux mint to windows 10 Both systems use version 82.0 (64bit), firefox just got installed on fresh windows 10 install, I opened it browsed a little to create history files and closed to swap it with linux history/passwords/tabs/bookmarks But in windows 10 firefox seem to have different file structure, and didn't recognize old version Have file structure changed or there are steps I missed or (unlikely) I messed up with file location, main mozilla/firefox folder path is still there

Will online synchronization of firefox just be as good as hard file copy from one system from another? I think this might be easiest, yet not perfect solution

Due to printer software I am forced to migrate family laptop from linux mint to windows 10 Both systems use version 82.0 (64bit), firefox just got installed on fresh windows 10 install, I opened it browsed a little to create history files and closed to swap it with linux history/passwords/tabs/bookmarks But in windows 10 firefox seem to have different file structure, and didn't recognize old version Have file structure changed or there are steps I missed or (unlikely) I messed up with file location, main mozilla/firefox folder path is still there Will online synchronization of firefox just be as good as hard file copy from one system from another? I think this might be easiest, yet not perfect solution

Alle svar (1)

more options

There are a lot of differences between Windows and Linux when it comes to file paths. Windows uses backslashes in a file path and uses drive letters. On Linux file paths are the same are you see on internet and use forward slashes.

Location used for the main profile that keeps your personal data (Root Directory on about:profiles).

  • WIN: C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>
  • LNX: ~/.mozilla/firefox/<profile>

See also:

If you want to transfer the browsing history then you need places.sqlite.


You can copy certain files with Firefox closed to the current profile folder to transfer or recover personal data. Note that best is to avoid copying a full profile folder.

  • bookmarks and history: places.sqlite
  • favicons: favicons.sqlite
  • bookmark backups: compressed .jsonlz4 JSON backups in the bookmarkbackups folder
  • cookies.sqlite for the Cookies
  • formhistory.sqlite for saved autocomplete Form Data
  • logins.json (encrypted logins;32+) and key4.db (decryption key;58+) for Passwords saved in the Password Manager
    key3.db support ended in 73+; to use key3.db in 58-72, make sure to remove key4.db
  • cert9.db (58+) for (intermediate) certificates stored in the Certificate Manager
  • persdict.dat for words added to the spell checker dictionary
  • permissions.sqlite for Permissions and possibly content-prefs.sqlite for other website specific data (Site Preferences)
  • sessionstore.jsonlz4 for open tabs and pinned tabs (see also the sessionstore-backups folder)

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.