You are not logged in.

#26 2013-06-13 09:00:43

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: Some questions before I try installing Arch for 1st time?

When i look at your initial partitioning, you didn't even mention you will use sda2, and if you need to use it why it is ntfs formatted ?

What is this sda2 partition?

As far as i understand you were trying to install archlinux on a single partiton named sdb2.
You may have noticed that /etc/fstab is automatically generated from the mounted partition.

If so, you're /ets/fstab should look like this :

# 
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>   <dump>  <pass>
# UUID=cfdf8739-d512-4d99-9893-437a6a3c9bf4 
/dev/sdb2              /           ext4        rw,relatime,data=ordered    0 2
  

Last edited by GloW_on_dub (2013-06-13 09:01:41)

Offline

#27 2013-06-13 09:14:40

gigenieks
Member
Registered: 2013-06-09
Posts: 13

Re: Some questions before I try installing Arch for 1st time?

GloW_on_dub wrote:

When i look at your initial partitioning, you didn't even mention you will use sda2, and if you need to use it why it is ntfs formatted ?
What is this sda2 partition?

If you refer to my 1st post in this thread, that I can assure you I'm using the same HDD and the same partition for Arch which I showed in that picture. What was sdb2 then, now is sda2
Here is why it's so

Offline

#28 2013-06-13 09:20:28

GloW_on_dub
Member
Registered: 2013-03-13
Posts: 388

Re: Some questions before I try installing Arch for 1st time?

it did not explain why it is ntfs formated though.

Boot on your arch instalation media and run :

fdisk -l

Offline

#29 2013-06-13 12:49:14

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Some questions before I try installing Arch for 1st time?

gigenieks wrote:

I don't have there a folder named 'lsb-release'. Should I create one?

You can simply install the lsb-release package from the repos. It will provide you with an /etc/lsb-release as well as a tool that will update the info.

Offline

#30 2013-06-13 18:31:10

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Some questions before I try installing Arch for 1st time?

GloW_on_dub wrote:

When i look at your initial partitioning, you didn't even mention you will use sda2, and if you need to use it why it is ntfs formatted ?

What is this sda2 partition?

As far as i understand you were trying to install archlinux on a single partiton named sdb2.
You may have noticed that /etc/fstab is automatically generated from the mounted partition.

If so, you're /ets/fstab should look like this :

# 
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>   <dump>  <pass>
# UUID=cfdf8739-d512-4d99-9893-437a6a3c9bf4 
/dev/sdb2              /           ext4        rw,relatime,data=ordered    0 2
  

Except that the last line should end with a "1" rather than a "2" since this is the root partition. (And should begin sda2 or whatever as appropriate.)

It would be better to use UUID or partition labels rather than /dev/sda2 or /dev/sdb2 for precisely this reason. There is no guarantee that /dev/sda2 will always be /dev/sda2. UUIDs or labels are more resilient. You can get genfstab to do this e.g. use -U for UUIDs. See -h for details.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB