View previous topic :: View next topic |
Author |
Message |
quarx n00b
Joined: 07 Oct 2004 Posts: 17 Location: Vienna
|
Posted: Sun Apr 17, 2005 2:48 pm Post subject: 2005.0 - mount seperate partitions ? [SOLVED] |
|
|
Hi,
I'm on a gentoo 2005.0 install for my new home-fileserver. I use software RAID1 and settled /, /var, /var/log, /usr, /usr/local, /usr/portage, /opt and /home on seperate partitions. I'm at the point of mounting the partitions to /mnt/gentoo, but my situation isnt handled in the install documentation. After searching the forums a bit, my guess
is that I have to
Code: | # mkdir /mnt/gentoo/var
# mount /dev/mdX /mnt/gentoo/var
# mkdir /mnt/gentoo/var/log
# mount /dev/mdY /mnt/gentoo/var/log
.................... |
for all of those partiotions, but I dont have to chmod anything (this would just be the case with seperate /tmp or /var/tmp partiotions), am I right ?
This may sound stupid , but please confirm, greez
quarx
Last edited by quarx on Mon Apr 18, 2005 5:05 pm; edited 1 time in total |
|
Back to top |
|
|
spielc Guru
Joined: 20 Apr 2004 Posts: 452
|
Posted: Sun Apr 17, 2005 3:09 pm Post subject: |
|
|
yeah this is correct
don't forget to write all the necessary information into /etc/fstab (should be handled later during the installation process) |
|
Back to top |
|
|
zieloo Veteran
Joined: 28 Mar 2004 Posts: 1337
|
Posted: Sun Apr 17, 2005 3:39 pm Post subject: |
|
|
No need to create those directories. /mnt/gentoo is already there so are /mnt/gentoo/var, etc after stage unpacking.
Just mount /mnt/gentoo then all the remaining partitions. |
|
Back to top |
|
|
bet1m l33t
Joined: 04 Dec 2004 Posts: 631 Location: Kosova/Prishtine
|
Posted: Sun Apr 17, 2005 4:34 pm Post subject: |
|
|
zieloo wrote: | No need to create those directories. /mnt/gentoo is already there so are /mnt/gentoo/var, etc after stage unpacking.
Just mount /mnt/gentoo then all the remaining partitions. |
He is trying to do multi-partcion installation, _________________ #370559 |
|
Back to top |
|
|
zieloo Veteran
Joined: 28 Mar 2004 Posts: 1337
|
Posted: Sun Apr 17, 2005 4:45 pm Post subject: |
|
|
bet1m wrote: | zieloo wrote: | No need to create those directories. /mnt/gentoo is already there so are /mnt/gentoo/var, etc after stage unpacking.
Just mount /mnt/gentoo then all the remaining partitions. |
He is trying to do multi-partcion installation, |
Well... Yes, you're right, I must admit... We've got sprint, you know... |
|
Back to top |
|
|
lyallp Veteran
Joined: 15 Jul 2004 Posts: 1599 Location: Adelaide/Australia
|
Posted: Mon Apr 18, 2005 9:18 am Post subject: |
|
|
Just dont do what I did in https://forums.gentoo.org/viewtopic-t-325627.html
I mounted /usr, /var, /tmp, /opt, /usr/local and /home and proceeded with the build...
I forgot to mount ROOT at /mnt/gentoo!!!! _________________ ...Lyall |
|
Back to top |
|
|
zieloo Veteran
Joined: 28 Mar 2004 Posts: 1337
|
Posted: Mon Apr 18, 2005 9:24 am Post subject: |
|
|
And you've installed gentoo in the ramdisk? Nice! |
|
Back to top |
|
|
|