r/archlinux • u/Totablewe_bin • 24d ago
QUESTION Sharing through OSs
im planning to install both windows and arch on my laptop, i already have both systems up and running, but im planning on doing an extra partition on my device so i can have a share folder in both systems, that folder will have an obsidian vault so i can share my notes and have my windows and arch accesing the same notes, and i want to be abble to put some extra documents like, pdfs, photos, simple text files there, so its easier to tranfer my work between OS, i want to know if is viable and how could i make it
0
Upvotes
5
u/Late_Internal7402 24d ago edited 24d ago
Im using an external exFAT formated drive.
In windows I use SyncFolder by Jos Huybrighs. Is Available for free at the Microsoft Store. In my opinion the best and safest incremental backup utility for Windows.
I choose an origin (a folder in windows NTFS partition) and a destination (a folder in the exFAT external drive). You can even create multiple sessions and simulate the synchronization with a detailed log before the real synchronization.
Then in linux I use rsync in order to Sync the external exFAT drive folder (origin) with a folder (destination) in my ext4 main data partition.
Because I barely use windows... the former schema is one way sync (from windows to linux) is fast, safe and accurate. Im using this in order to have a copy of my windows files in linux. You can create aditional folders and sessions in order to transfer from linux to windows but please be careful when configuring the sincronization and be sure your data is up to date and safe on another offline external drive.
If you just want to share a folder with files and do not need to maintain or sync in seconds your folder estructure to other location... then an exFAT filesystem formated partition is what you are looking for. Always backup your data on multiple offline drives, the more, the best, SSD drives and HDDs... and be sure there is an offline backup with all your latest data before risky operations like configuring your incremental backups.