You are not logged in.
Pages: 1
This might be more personnel opinion but I appreciate any suggestions.
I want to dual boot arch and manjaro and have a separate partition for Documents and Music that both systems can access. Would I just create an ext4 and name it [whatever]? Do I need a file system on that partition?
I'm thinking :
Arch
/root 100GB
/home 150GB
Manjaro
/root 150GB
/home 200GB
Both
/swap 16GB
/Doc_Music 384GB (rest of TB drive)
Thanks for any suggestions.
Offline
You will need a file system. I suggest a non-proprietary one that was *not* designed for operating systems originating out of the American Northwest. Create a mount point (an empty directory) someplace like /home/share, or perhaps /share on both systems. Then, mount that partition with the shared data on /home/share; perhaps by adding it to /etc/fstab on both systems.
Last edited by ewaller (2019-06-23 16:22:49)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
@ewaller That's what I thought. I'll just ext4 and hopefully that will give me what I want. Thanks for the quick reply!!
Offline
Pages: 1