I'm looking into partitioning my hard drive between windows 8 and linux ubuntu. I've never done anything of the sort, so i'm wondering how it works. If I save files while I'm running it as Ubuntu, will I be able to access those same files if I'm running it as Windows 8, say, the next day?
Asked
Active
Viewed 41 times
2 Answers
1
Ubuntu and Windows use different partition types. Windows cannot normally read ext4 partitions.
My solution to this is to create an extra NTFS partition where I keep my documents, pictures etc.
I modified /etc/fstab to automount this partition on boot.
Then I modified the ~/.config/user-dirs.dirs file to point them to the folders in the extra partition.
I did a similar procedure to tell Windows where are my documents, pictures etc folders.
To Do
- 15,833