ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@mivlgu.murom.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Засада с разделами Windovs
Date: Tue Nov  6 19:42:00 2001
Message-ID: <20011106195811.2fdd3a96.vsu@mivlgu.murom.ru> (raw)
In-Reply-To: <20011106183432.5965ad03.SilverFox@rgantd.ru>

On Tue, 6 Nov 2001 18:34:32 +0300
SilverFox <SilverFox@rgantd.ru> wrote:

> On Tue, 6 Nov 2001 18:10:16 +0300
> Sergey Vlasov <vsu@mivlgu.murom.ru> wrote:
> 
> 
> > > Да, разделы под Линуксом рейзерфс тулзой 3.6 , кроме /boot и
> > > своп.

Не забудьте, что в этом случае Вы не сможете использовать CD
дистрибутива в качестве rescue-диска - Junior 1.1 и все более
ранние дистрибутивы от ALT используют на этом этапе ядро 2.2.x,
поэтому новая версия ReiserFS будет недоступна.

> > > Вот такая картина : 
> > > [sfox@localhost ATI Radeon's Ark v1.1]$ df
> > > Filesystem            Size  Used Avail Use% Mounted on
> > > /dev/hda8             6.9G  4.7G  2.2G  68% /
> > > /dev/hda6              15M  9.7M  4.7M  67% /boot
> > > /dev/hda10             23G  7.0G   16G  31% /home
> > > /dev/hde1             9.3G  5.4G  3.4G  62% /mnt/Sisyphus
> > > /dev/hda1            1002M  721M  281M  72% /mnt/C
> > > /dev/hda5             6.8G  3.2G  3.6G  47% /mnt/D
> > >    Кто что посоветует?      
> > 
> > Разделы для винды виндовым fdisk-ом создавались?
> 
> УГУ 
> 
> > 
> > Вывод команды "p" в fdisk /dev/hda в студию.
> 
> [root@localhost root]#  fdisk /dev/hda
> 
> The number of cylinders for this disk is set to 5005.
> 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): p
> 
> Disk /dev/hda: 255 heads, 63 sectors, 5005 cylinders
> Units = cylinders of 16065 * 512 bytes
> 
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1       128   1028128+   b  Win95 FAT32
> /dev/hda2           129      5005  39174502+   5  Extended
> /dev/hda5           129      1021   7172991    b  Win95 FAT32
> /dev/hda6          1022      1023     16033+  83  Linux
> /dev/hda7          1024      1054    248976   82  Linux swap
> /dev/hda8          1055      1957   7253316   83  Linux
> /dev/hda9          1958      1988    248976   82  Linux swap
> /dev/hda10         1989      5005  24234021   83  Linux

Странно. Обычно на таком диске для Extended раздела ставится тип
0x0f (Win95 Ext'd (LBA)). Если, конечно, действительно
использовался виндовый fdisk. Попробуйте линуксовым fdisk
переставить тип hda2 на 0f. По крайней мере на двух машинах я
наблюдал, что с 05 на большом диске Windows нормально не
работает (такого зависания не было, но файловые системы
рассыпались).

Возможно, придется вытереть разделы окончательно (если в
загрузочном секторе осталась какая-то дурь):

dd if=/dev/zero of=/dev/hda1 bs=512 count=1
dd if=/dev/zero of=/dev/hda5 bs=512 count=1

Этого вроде бы должно хватить.

Кстати, а два свопа на диске с какой целью?



  reply	other threads:[~2001-11-06 19:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-06 17:41 SilverFox
2001-11-06 17:54 ` Sergey Vlasov
2001-11-06 18:26   ` SilverFox
2001-11-06 19:42     ` Sergey Vlasov [this message]
2001-11-06 22:54       ` SilverFox
2001-11-08 18:01         ` Sergey Vlasov
2001-11-10  0:04       ` SilverFox
2001-11-06 18:58 ` [mdk-re] " Balamut
2001-11-06 19:13   ` SilverFox
2001-11-08 12:15 ` Michael Shigorin
2001-11-08 18:19   ` SilverFox
2001-11-10  0:14   ` SilverFox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011106195811.2fdd3a96.vsu@mivlgu.murom.ru \
    --to=vsu@mivlgu.murom.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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