When dual-booting Windows and Linux, you can seamlessly access data in Ubuntu that you can also access in Windows.
- You could save your user data on the Windows partition, and access it from within Ubuntu
- You could save your user data on a separate partition formatted in
ntfs
format so you can access it from Windows and Ubuntu. The separate partition needs to be formatted in a file system that Windows also can use, so it has to be ntfs
or perhaps extfat
.
For a linux system including user configuration data, a 25 GB system partition is confortable.
In your scenario, you would use a separate partition, the drive you know as E: in windows, a your data partition. In that case, it is sufficient to create about 25 GB of free space (preferably deducted from the Windows system partition, because also for Windows, the system only does not need 450 GB).
To have seamless access to your data on the E: drive, you will need to
- Mount the E: drive automatically during startup by including that partition in
/etc/fstab
. You can also use the tool "Disks" (installed by default), to set up that partition that way.
- Make sure to set your user as the owner of the mounted partition, so you have read and write access.
- Then it is simply a matter of replacing your Ubuntu Documents, Music, etc. folder by symbolic links to the actual data on the E: drive to enjoy seamless access to the data from within your home folder.
If you want to use timeshift
, you will need more space than the 25 GB, and preferably on another partition or drive. timeshift
is a utility to make "system snapshots" so you can roll back in case "you messed up" with your configuration. As such, it records older versions of the files, and required additional disk space, which must reside on a file system that supports linux permissions.
I do not use timeshift
myself. Instead, I focus my efforts on a very good backup of my user data. These are unique and irreplaceable when lost. If my operating system breaks, I just reinstall - it takes less than an hour (half hour on a modern system).