ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] clean mbr
@ 2002-03-07 23:27 Pankratov Artem
  2002-03-08  1:03 ` [mdk-re] " Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Pankratov Artem @ 2002-03-07 23:27 UTC (permalink / raw)
  To: Altlinux

Привет!

Подскажите пожалуйста нужную строчку для очистки загрузочной
записи.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [mdk-re] Re: clean mbr
  2002-03-07 23:27 [mdk-re] clean mbr Pankratov Artem
@ 2002-03-08  1:03 ` Michael Shigorin
  2002-03-08  7:58   ` Pankratov Artem
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2002-03-08  1:03 UTC (permalink / raw)
  To: Altlinux

On Thu, Mar 07, 2002 at 11:34:19PM +0300, Pankratov Artem wrote:
> Подскажите пожалуйста нужную строчку для очистки загрузочной
> записи.
# dd if=/dev/zero of=/dev/hdX count=1 bs=512
(bs=512 -- дефолтный, но тут явное указание никогда не помешает)
# lilo -u
A> fdisk /mbr
(в зависимости от требуемой степени чистоты)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ http://visa.chem.univ.kiev.ua/~mike/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdk-re] Re: clean mbr
  2002-03-08  1:03 ` [mdk-re] " Michael Shigorin
@ 2002-03-08  7:58   ` Pankratov Artem
  2002-03-08 10:51     ` Vitaly Lipatov
  2002-03-08 13:17     ` Roman S
  0 siblings, 2 replies; 6+ messages in thread
From: Pankratov Artem @ 2002-03-08  7:58 UTC (permalink / raw)
  To: mandrake-russian

On Thu, Mar 07, 2002 at 11:25:16PM +0200, Michael Shigorin wrote:
> dd if=/dev/zero of=/dev/hdX count=1 bs=512
> (bs=512 -- дефолтный, но тут явное указание никогда не помешает)

Это всю MBR, а как вычистить оттуда загрузчик типа WC,SC?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdk-re] Re: clean mbr
  2002-03-08  7:58   ` Pankratov Artem
@ 2002-03-08 10:51     ` Vitaly Lipatov
  2002-03-08 13:17     ` Roman S
  1 sibling, 0 replies; 6+ messages in thread
From: Vitaly Lipatov @ 2002-03-08 10:51 UTC (permalink / raw)
  To: mandrake-russian

On 8 March 2002 08:06, Pankratov Artem wrote:
> On Thu, Mar 07, 2002 at 11:25:16PM +0200, Michael Shigorin wrote:
> > dd if=/dev/zero of=/dev/hdX count=1 bs=512
> > (bs=512 -- дефолтный, но тут явное указание никогда не помешает)
>
> Это всю MBR, а как вычистить оттуда загрузчик типа WC,SC?
>
Тогда вы должны записать туда другой загрузчик.
например LILO
или с помощью fdisk /MBR в DOS
-- 
Lav
Виталий Липатов
ФГУП "ЦНИИ Судовой Электротехники и Технологии", Санкт-Петербург
GNU! Linux! LaTeX! LyX!



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [mdk-re] Re: clean mbr
  2002-03-08  7:58   ` Pankratov Artem
  2002-03-08 10:51     ` Vitaly Lipatov
@ 2002-03-08 13:17     ` Roman S
  2002-03-08 13:22       ` [mdk-re] 8 марта Phoenix
  1 sibling, 1 reply; 6+ messages in thread
From: Roman S @ 2002-03-08 13:17 UTC (permalink / raw)
  To: mandrake-russian

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

В Птн, 08.03.2002, в 08:06, Pankratov Artem написал:
> Это всю MBR, а как вычистить оттуда загрузчик типа WC,SC?
В Master Boot Record должен находиться какой-либо загрузчик.
как вычистить - сказали. 
Для остального - используйте утилиты желаемого загрузчика.

Рекомендую LILO и GRUB :)

-- 
Rgds!
Roman Savelyev.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [mdk-re] 8 марта
  2002-03-08 13:17     ` Roman S
@ 2002-03-08 13:22       ` Phoenix
  0 siblings, 0 replies; 6+ messages in thread
From: Phoenix @ 2002-03-08 13:22 UTC (permalink / raw)
  To: mandrake-russian

Hello all!

Хочу поздравить всех дам с праздником 8 марта!


------
Юрпик Назар Валерьевич
Российская Экономическая Академия
им. Г.В. Плеханова
г. Москва, Стремянный пер. 36/3, комн. 420
т. (095) 237-94-38
ICQ#22802131 
Best regards,
 Phoenix                            mailto:phoenix@hotbox.ru

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-03-08 13:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-07 23:27 [mdk-re] clean mbr Pankratov Artem
2002-03-08  1:03 ` [mdk-re] " Michael Shigorin
2002-03-08  7:58   ` Pankratov Artem
2002-03-08 10:51     ` Vitaly Lipatov
2002-03-08 13:17     ` Roman S
2002-03-08 13:22       ` [mdk-re] 8 марта Phoenix

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git