* [sisyphus] Разбиение диска при установке Master-beta
@ 2002-03-09 4:00 Yura Zotov
2002-03-09 8:31 ` Vitaly Lipatov
0 siblings, 1 reply; 4+ messages in thread
From: Yura Zotov @ 2002-03-09 4:00 UTC (permalink / raw)
To: Sisyphus List
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
При установке Master-beta я резал диск в режиме эксперт. Вроде
все нормально и все работает. Однако, оказывается, что fdisk
ругается на перекрывающиеся разделы (см. аттач). Я точно не знаю,
нормально это или нет, так что кто в курсе разъясните.
--
Юрий А. Зотов
[-- Attachment #2: fdisk.out --]
[-- Type: text/plain, Size: 1251 bytes --]
The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help):
Disk /dev/hdc: 255 heads, 63 sectors, 4865 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 65 517072+ 83 Linux
Partition 1 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hdc2 65 204 1116864 83 Linux
Partition 2 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hdc3 204 4272 32675328 83 Linux
Partition 3 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hdc4 4272 4866 4773384 5 Extended
Partition 4 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
/dev/hdc5 4272 4812 4338400+ 83 Linux
/dev/hdc6 4812 4866 434920+ 82 Linux swap
Command (m for help):
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] Разбиение диска при установке Master-beta
2002-03-09 4:00 [sisyphus] Разбиение диска при установке Master-beta Yura Zotov
@ 2002-03-09 8:31 ` Vitaly Lipatov
2002-03-09 12:44 ` Yura Zotov
0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Lipatov @ 2002-03-09 8:31 UTC (permalink / raw)
To: sisyphus
On 9 March 2002 07:00, Yura Zotov wrote:
> Device Boot Start End Blocks Id System
> /dev/hdc1 * 1 65 517072+ 83 Linux
> Partition 1 does not end on cylinder boundary:
> phys=(1023, 15, 63) should be (1023, 254, 63)
Ну это не страшно, просто у вас не используются (254-15)*63/2 Кб
на каждом разделе.
Может конечно какая глупая программа и не поймет.
Зато интересно, как так получилось.
ДЛя большего понимания, пришлите вывод команды print fdisk'а
после входа в extra functionality (буква x).
--
Lav
Виталий Липатов
ФГУП "ЦНИИ Судовой Электротехники и Технологии", Санкт-Петербург
GNU! Linux! LaTeX! LyX!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] Разбиение диска при установке Master-beta
2002-03-09 8:31 ` Vitaly Lipatov
@ 2002-03-09 12:44 ` Yura Zotov
2002-03-09 13:52 ` Vitaly Lipatov
0 siblings, 1 reply; 4+ messages in thread
From: Yura Zotov @ 2002-03-09 12:44 UTC (permalink / raw)
To: sisyphus
[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]
On Sat, Mar 09, 2002 at 11:31:36AM +0300, Vitaly Lipatov wrote:
> On 9 March 2002 07:00, Yura Zotov wrote:
> > Device Boot Start End Blocks Id System
> > /dev/hdc1 * 1 65 517072+ 83 Linux
> > Partition 1 does not end on cylinder boundary:
> > phys=(1023, 15, 63) should be (1023, 254, 63)
> Ну это не страшно, просто у вас не используются (254-15)*63/2 Кб
> на каждом разделе.
> Может конечно какая глупая программа и не поймет.
> Зато интересно, как так получилось.
> ДЛя большего понимания, пришлите вывод команды print fdisk'а
> после входа в extra functionality (буква x).
> --
Дело оказалось гораздо интересней и непонятней, хотя, наверное,
не так страшно. После установки Master-beta я почти сразу собрал
и загрузил ядро RTLinux-2.2.19. Настройки я ему взял из ядра
ALTLinux и выключил только явно ненужные вещи типа звука и
джойстика. Ранее приводившаяся таблица разделов была получена под
ядром 2.2.19-rtl. Сегодня, чтобы вывести расширенную информацию о
разделах я загрузился в родное ядро из Мастера и в нем все хорошо
и ничего не перекрывается. В 2.2.19-rtl по-прежнему ругань (см.
аттач).
У меня есть еще одна машина с RTLinux. На нее в свое время
ставился Junior, а диск резался с помощью fdisk при установке.
Потом разок обновился из Сизифа. На этой машине аналогичная
ситуация. В 2.2.19-rtl ругань на перекрытие разделов, в
2.4.15-alt0.61 все нормально.
Честно говоря, для меня немного странно, что вывод fdisk зависит
от ядра. Непонятно чему верить и где ошибка. Если кто-то может
понять и объяснить, с чем это связано, я был бы весьма
признателен за помощь.
--
Юрий А. Зотов
[-- Attachment #2: fdisk-x.out --]
[-- Type: text/plain, Size: 1219 bytes --]
The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help):
Expert command (m for help):
Disk /dev/hdc: 255 heads, 63 sectors, 4865 cylinders
Nr AF Hd Sec Cyl Hd Sec Cyl Start Size ID
1 80 1 1 0 15 63 1023 63 1034145 83
Partition 1 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
2 00 0 1 1023 15 63 1023 1034208 2233728 83
Partition 2 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
3 00 0 1 1023 15 63 1023 3267936 65350656 83
Partition 3 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
4 00 0 1 1023 15 63 1023 68618592 9546768 05
Partition 4 does not end on cylinder boundary:
phys=(1023, 15, 63) should be (1023, 254, 63)
5 00 1 1 1023 15 63 1023 63 8676801 83
6 00 1 1 1023 15 63 1023 63 869841 82
Expert command (m for help):
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] Разбиение диска при установке Master-beta
2002-03-09 12:44 ` Yura Zotov
@ 2002-03-09 13:52 ` Vitaly Lipatov
0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Lipatov @ 2002-03-09 13:52 UTC (permalink / raw)
To: sisyphus
On 9 March 2002 15:44, Yura Zotov wrote:
> Честно говоря, для меня немного странно, что вывод fdisk зависит
> от ядра. Непонятно чему верить и где ошибка. Если кто-то может
> понять и объяснить, с чем это связано, я был бы весьма
> признателен за помощь.
Так а чего, просто то ядро в RTLinux считает, что у вас диск имеет 16
головок, а ALTLinux ядро считает, что головок 256. Вот и всё. А так
как Linux не пользуется данными о секторе/головке/цилиндре при обращении
к диску, то всё нормально работает и будет работать.
--
Lav
Виталий Липатов
ФГУП "ЦНИИ Судовой Электротехники и Технологии", Санкт-Петербург
GNU! Linux! LaTeX! LyX!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-03-09 13:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-09 4:00 [sisyphus] Разбиение диска при установке Master-beta Yura Zotov
2002-03-09 8:31 ` Vitaly Lipatov
2002-03-09 12:44 ` Yura Zotov
2002-03-09 13:52 ` Vitaly Lipatov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git