[arch-general] installation using existing filesystem

2014-03-16 Thread message
Readers, Tried: pacstrap /mnt base Which failed, due missing mountpoint. Similarly with '/' (/proc in use). What is the correct command to instruct installation using the existing filesystem (previously mandriva: /, /boot, swap, /home partitions)? --

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Karol Blazewicz
On Sun, Mar 16, 2014 at 10:25 PM, message let...@openmailbox.org wrote: Readers, Tried: pacstrap /mnt base Which failed, due missing mountpoint. Similarly with '/' (/proc in use). Does the moutnpoint exist? If not, what happens if you create it and try again? What is the correct command

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Jeroen Mathon
Yeah youl need to mount it to different mount points On Sunday, March 16, 2014, Karol Blazewicz karol.blazew...@gmail.com wrote: On Sun, Mar 16, 2014 at 10:25 PM, message let...@openmailbox.orgjavascript:; wrote: Readers, Tried: pacstrap /mnt base Which failed, due missing

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread message
On 2014-03-16 21:58, arch-general-requ...@archlinux.org wrote: -- Message: 6 Date: Sun, 16 Mar 2014 22:58:03 +0100 From: Karol Blazewicz karol.blazew...@gmail.com Subject: Re: [arch-general] installation using existing filesystem Have you read https

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Karol Blazewicz
] installation using existing filesystem Have you read https://wiki.archlinux.org/index.php/Beginners%27_guide#Mount_the_partitions ? No, thanks (am reading the installation guide first! :) ). Now revealed the local disk structure: sda1 vfat, sda2 vfat, sda3 [blank], sda4 swap, sda5 ext4

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Simon Hanna
] installation using existing filesystem Have you read https://wiki.archlinux.org/index.php/Beginners%27_guide# Mount_the_partitions ? No, thanks (am reading the installation guide first! :) ). Now revealed the local disk structure: sda1 vfat, sda2 vfat, sda3 [blank], sda4 swap, sda5 ext4, sda6 ext4

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Kyle
According to message: # No mountpoints are shown. What tool is available to determine if sda5 is # the /home directory of the previous (mandriva) installation? I want to # perform a base installation, leaving the /home directory un-touched. If you are using the live iso, nothing is mounted by

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Karol Blazewicz
On Sun, Mar 16, 2014 at 11:38 PM, Kyle k...@gmx.ca wrote: According to message: # No mountpoints are shown. What tool is available to determine if sda5 is # the /home directory of the previous (mandriva) installation? I want to # perform a base installation, leaving the /home directory

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread message
Why is it necessary to make a new /home directory within the root system, when a separate /home partition already exists? -- digest-mode subscriber; please cc to maintain message thread

Re: [arch-general] installation using existing filesystem

2014-03-16 Thread Kyle
YOu need to make a /home directory to be used as the mount point for the /home partition you already have. You won't be able to mount a filesystem on a directory that doesn't exist. You need an empty /home, and you will be able to mount the partition there. The genfstab script will see it mounted