You are not logged in.
I'd like to keep /mnt/boot on my ssd, and keep /mnt on my hdd. I know it's possible to keep /mnt on one partition, and /mnt/home on another, because I've done it on another computer. When I tried to do this new setup, pacstrap failed to install.
Here's what I did
mkdir /mnt/boot
mount /dev/sda7 /mnt/boot #a logical partition on my ssd
mount /dev/sdb3 /mnt #a large partition on my hdd
Any suggestions?
Last edited by cu3ba11 (2013-11-02 21:03:05)
Offline
The mount point for / during installation is arbitrary. What you need to be asking is "Can / and /boot be on separate partitions?" And the answer is yes.
However, the real problem is that you created and mounted /mnt/boot before mounting /mnt. This is pretty basic stuff, so I suggest you try to figure out why that can't work.
Last edited by alphaniner (2013-11-01 21:01:31)
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Note: Do not mount more than one partition to the same directory. And pay attention, because the mounting order is important.
Follow the Beginner's Guide and you should be fine.
Offline
Thanks, I took another look at how I was mounting them, and you were right. I succesfully installed Arch.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline