You are not logged in.

#1 2013-11-01 20:48:56

cu3ba11
Member
Registered: 2013-11-01
Posts: 2

[SOLVED] /mnt and /mnt/boot on seperate partitions?

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

#2 2013-11-01 21:00:29

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED] /mnt and /mnt/boot on seperate partitions?

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

#3 2013-11-02 12:48:01

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: [SOLVED] /mnt and /mnt/boot on seperate partitions?

Beginner's Guide wrote:

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

#4 2013-11-02 19:30:38

cu3ba11
Member
Registered: 2013-11-01
Posts: 2

Re: [SOLVED] /mnt and /mnt/boot on seperate partitions?

Thanks, I took another look at how I was mounting them, and you were right. I succesfully installed Arch.

Offline

#5 2013-11-02 19:42:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] /mnt and /mnt/boot on seperate partitions?

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB