How to install windows and linux with the same home drive
This is a great way to make switching between operating systems less unpleasant as all your files and browser settings will be there regardless of where you put them. Although it’s stable from what you can see, the issues that you might ouccur are:
– Git not working in some situations (linux). To fix this, you need to replace user_id with uid and group_id with gid in the fstab
– Firefox not being able to load the history and bookmarks due to a file being used (windows)
The latter can usually be fixed by reopening the browser
A tip which I haven’t showcased is setting XDG_DATA_HOME to be ~/AppData/Roaming, therefore having all the linux and windows settings in the same place. This can be done by adding the line “export XDG_DATA_HOME=/home/(username)/AppData/Roaming” to /etc/.bashrc and moving everything from ~/.local/share to ~/AppData/Roaming
[ad_2]
source