You are not logged in.
Pages: 1
I have never dealt with an SSD/HDD system before, so pardon me if this is cringe material for you experts
SDD is /dev/sda, HDD is /dev/sdb
Arch Linux root at /dev/sda3, Linux dedicated partiton (for programs, etc. not wanted on SSD) on /dev/sdb3
Both partitions are ext4
I have / mounted on the SSD, with /var /tmp and /home symlinked to corresponsing directories on the HDD partition 3.
When I set those up, the system would no longer boot.
Is there a better way to do this, mount binds maybe?
Thank you, I appreciate any advice you can give.
We hope as a new society rises from the ashes that you will forge a better world. A world that values the free people, a world where greed is not encouraged, a world that belongs to us again, a world changed forever. ~Mr. Robot
Offline
The last time I had such a setup I used bind mounts instead of symlinks. I also had all of the bind mounts setup before I booted for the first time.
/proc /chroot/mysql/proc none defaults,bind 0 0
thanks, Core2idiot
Offline
The last time I had such a setup I used bind mounts instead of symlinks. I also had all of the bind mounts setup before I booted for the first time.
/proc /chroot/mysql/proc none defaults,bind 0 0
thanks, Core2idiot
Bind mounts, that's what I thought. Thanks!
I can probably find a way to reconfigure. Worst case scenario, if I have to reinstall, all I had installed was gnome. No big deal.
Happy Holidays, my friend!
We hope as a new society rises from the ashes that you will forge a better world. A world that values the free people, a world where greed is not encouraged, a world that belongs to us again, a world changed forever. ~Mr. Robot
Offline
I have a few mixed systems so I am not sure what the issue is. Can you not set everything up in /etc/fstab?
Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce
Offline
Pages: 1