Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bahua129056yDon't create your user until after installation is complete, and create the /home filesystem afterward.
-
JoshuaS136yHave you tried using a sym-link? As long as the drive gets mounted before your home directory needs to be accessed, I don't see any reason that wouldn't work.
-
Jifuna37406yIf your installer doesnt support it you can link your home directories to dirs on your second drive
-
lxmcf204106y@bahua ... Very true... Just leave root on the main drive then create my main user afterwards
@Jifuna I use arch so don't really have an installer -
@lxmcf on Arch it is easy.
Install system normally, create filesystem on secondary drive, mount in /home, genfstab, create user, done. -
shaji12496yIt's literally the easiest thing. You just have to select another home directory from the installer. You can change it afterwards too
-
bahua129056ylvcreate <flags>
mkfs.xfs /dev/mapper/<homedev>
mkdir /home
vim /etc/fstab
mount -a
useradd <user>
vipw; vipw -s
vigr; vigr -s # if you want to be a sudoer
visudo
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Ok I take back what I said about having luck with hardware and software sometimes, why is it so fucking difficult to setup a linux distribution with your home directory on a seperate drive... Just why...
༼ つ ◕_◕ ༽つ Tux be with me
(Please feel free to enlighten me if you are aware of a way I can do this)
rant
tux guide me to the light
linux