Need Linux partitioning advice

  • Thread starter Thread starter lightwo
  • Start date Start date
  • Views Views 228
  • Replies Replies 1
  • Likes Likes 1

lightwo

サーガル
Member
Joined
Nov 14, 2024
Messages
522
Solutions
1
Reaction score
813
Trophies
1
Website
lightwo.net
XP
1,485
Country
Croatia
I've been meaning to toy with various devices capable of running Linux (e.g. PS3, Wii U), but ran into a dilemma.

Many experienced Linuxers are aware of the idea of home partitions. I'd like to take advantage of it to map one disk like this:

[Install 1] | [Install 2] | [Install ...] | [ Shared home ]

My idea is that no matter how many devices I end up making Linux installs for, I can rest assured that I can store big files without buying a ton of HDDs.

Should I worry about separating something else (e.g. very bloated /usr)? Are there any obvious shortcomings with my idea?



As an additional question, is it possible to do something like this?

/dev/sda contains /home and /bin, and I want to mount them accordingly, but normally partitions can be mounted to just one directory. I want to have one partition with both and be able to mount them somehow.
 
  • Like
Reactions: Kioku
Well, I partially answered my own question. As for the latter, it is possible to make a mount point:

UUID=... /mnt/shared ext4 defaults 0 2

...followed by binds:

/mnt/shared/home /home none bind

...but I ended up not utilising this since I remembered that I could simplify it with symbolic links and whatnot.
 

Site & Scene News

Popular threads in this forum