V
V
vaniqq2016-10-14 19:52:22
linux
vaniqq, 2016-10-14 19:52:22

How to mount a new linux drive?

Hello everyone, please tell me how to connect the disk correctly? There are 2 disks, one for 250 GB the second for 128 GB (SSD Disks) The one with 250 GB is the main one. The output of the fdiks -l command

[email protected]:~# fdisk -l

Диск /dev/sda: 255.9 Гб, 255946915840 байт
255 головок, 63 секторов/треков, 31117 цилиндров, всего 499896320 секторов
Units = секторы of 1 * 512 = 512 bytes
Размер сектора (логического/физического): 512 байт / 512 байт
I/O size (minimum/optimal): 512 bytes / 512 bytes
Идентификатор диска: 0x1fe9d090

Устр-во Загр     Начало       Конец       Блоки   Id  Система
/dev/sda1   *        2048      499711      248832   83  Linux
/dev/sda2          501758   499894271   249696257    5  Расширенный
/dev/sda5          501760    20031487     9764864   82  Linux своп / Solaris
/dev/sda6        20033536    78624767    29295616   83  Linux
/dev/sda7        78626816   488781823   205077504   83  Linux
/dev/sda8       488783872   499894271     5555200   83  Linux

Диск /dev/sdb: 127.9 Гб, 127915786240 байт
255 головок, 63 секторов/треков, 15551 цилиндров, всего 249835520 секторов
Units = секторы of 1 * 512 = 512 bytes
Размер сектора (логического/физического): 512 байт / 512 байт
I/O size (minimum/optimal): 512 bytes / 512 bytes
Идентификатор диска: 0x601a66c0

Устр-во Загр     Начало       Конец       Блоки   Id  Система
[email protected]:~#

As I understand it, I just need to mark the backlog. I started doing it like this:
[email protected]:~# fdisk /dev/sdb

Команда (m для справки): n
Partition type:
   p   primary (0 primary, 0 extended, 4 free)
   e   расширенный
Select (default p): p
Номер раздела (1-4, по умолчанию 1): 1
Первый сектор (2048-249835519, по умолчанию 2048): ^C
[email protected]:~# ^C

But then I stopped, because I saw this "First sector (2048-249835519, default 2048):" as I understand it, this action starts to be done on a 250 GB disk, and I need to do it on 128 ....
Please tell me

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
wiygn, 2016-10-14
@wiygn

You misunderstand, the action takes place at 128.

D
Daemon23RUS, 2016-10-14
@Daemon23RUS

Disk /dev/sdb : 127.9 GB, 127915786240 bytes
255 heads, 63 sectors/tracks, 15551 cylinders, total 249835520 sectors

Pay attention to the total number of sectors
You have correctly selected the device /dev/sdb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question