* [Comm] fdisk
@ 2002-09-17 12:03 andy Tatarinov
2002-09-17 12:45 ` Antonio
0 siblings, 1 reply; 6+ messages in thread
From: andy Tatarinov @ 2002-09-17 12:03 UTC (permalink / raw)
To: community
[root@zoo root]# fdisk -l /dev/hda
Disk /dev/hda: 255 heads, 63 sectors, 4983 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1148 1211 514048+ 82 Linux swap
/dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
/dev/hda5 1 1147 9213214+ 83 Linux
/dev/hda6 1212 2489 10265472 83 Linux
/dev/hda7 2490 4983 20033023+ 83 Linux
Partition table entries are not in disk order
вот как у меня такое безобразие получилось, сам не знаю... как мне удалить hda3? а то что-то мне это не нравится, боюсь, что если припрет винду поставить, то боюсь, что она мне все пофачит.
пробую делать так
[root@zoo root]# fdisk /dev/hda
The number of cylinders for this disk is set to 4983.
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, 4983 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1148 1211 514048+ 82 Linux swap
/dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
/dev/hda5 1 1147 9213214+ 83 Linux
/dev/hda6 1212 2489 10265472 83 Linux
/dev/hda7 2490 4983 20033023+ 83 Linux
Partition table entries are not in disk order
Command (m for help): d
Partition number (1-7): 3
Command (m for help): p
Disk /dev/hda: 255 heads, 63 sectors, 4983 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1148 1211 514048+ 82 Linux swap
Command (m for help): q
очевидно, что так лучше не делать =)
cfdisk такое говорит и не запускается
FATAL ERROR: Bad primary partition 2:
как быть?
--
...2b|!2b?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] fdisk
2002-09-17 12:03 [Comm] fdisk andy Tatarinov
@ 2002-09-17 12:45 ` Antonio
2002-09-17 12:41 ` [Comm] [JT] fdisk Michael Shigorin
2002-09-17 12:48 ` [Comm] fdisk Maxim Tyurin
0 siblings, 2 replies; 6+ messages in thread
From: Antonio @ 2002-09-17 12:45 UTC (permalink / raw)
To: community
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 17 Sep 2002, andy Tatarinov wrote:
> Device Boot Start End Blocks Id System
> /dev/hda1 * 1148 1211 514048+ 82 Linux swap
> /dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
> /dev/hda5 1 1147 9213214+ 83 Linux
> /dev/hda6 1212 2489 10265472 83 Linux
> /dev/hda7 2490 4983 20033023+ 83 Linux
Каша какая-то... Расширенный раздел, внутри которого болтается
своп, который является загрузочным... Как такое соорудилось-то?
ни одного primary...
Кстати, ВСЕ пространство диска уже отведено, так что выделить
место под винду, ИМХО, никак. По-моему, тут только бэкап,
переразбивка по-человечески и переустановка. Когда будете
переразбивать, придерживайтесь схемы "primary -- под винду,
Линуксу -- все равно".
- --
Best regards,
Tony. mailto:obidos@mail.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9hyPw2gaLrWRbr5URAkKmAJ4/7jjlD5jDeTgzHdBGg/5WbbBd/gCcCtQt
4jblNgbL5kZFp10HKSHt24U=
=Z1Rj
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Comm] [JT] Re: fdisk
2002-09-17 12:45 ` Antonio
@ 2002-09-17 12:41 ` Michael Shigorin
2002-09-17 13:13 ` Antonio
2002-09-17 12:48 ` [Comm] fdisk Maxim Tyurin
1 sibling, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2002-09-17 12:41 UTC (permalink / raw)
To: community
On Tue, Sep 17, 2002 at 04:45:29PM +0400, Antonio wrote:
> > /dev/hda1 * 1148 1211 514048+ 82 Linux swap
Primary? Primary.
> > /dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
> > /dev/hda5 1 1147 9213214+ 83 Linux
> > /dev/hda6 1212 2489 10265472 83 Linux
> > /dev/hda7 2490 4983 20033023+ 83 Linux
>
> Каша какая-то... Расширенный раздел, внутри которого болтается
> своп, который является загрузочным... Как такое соорудилось-то?
> ни одного primary...
Где каша?? Праймари своп; расширянный, в котором все остальное.
Несколько экцентрично, но совсем чуть-чуть.
> будете переразбивать, придерживайтесь схемы "primary -- под
> винду, Линуксу -- все равно".
Это да :-)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] [JT] Re: fdisk
2002-09-17 12:41 ` [Comm] [JT] fdisk Michael Shigorin
@ 2002-09-17 13:13 ` Antonio
2002-09-17 14:49 ` [Comm] " Michael Shigorin
0 siblings, 1 reply; 6+ messages in thread
From: Antonio @ 2002-09-17 13:13 UTC (permalink / raw)
To: community
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 17 Sep 2002, Michael Shigorin wrote:
> On Tue, Sep 17, 2002 at 04:45:29PM +0400, Antonio wrote:
> > > /dev/hda1 * 1148 1211 514048+ 82 Linux swap
>
> Primary? Primary.
То есть как?
Согласно началу/концу он внутри расширенного сидит => не
primary. Или я не понял вывода фдиска? Или внутри extended уже
можно primary создавать? Расширенный hda3 идет с 1-го по 4983-й
цилиндр, а "якобы праймари hda1" -- с 1148-го по 1211-й. Причем
внутри hda3 сидят _вообще_все_разделы_.
Или hda1 как-бы выкусывает дырку из расширенного?
Никак не могу понять подобного фокуса.
>
> > > /dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
> > > /dev/hda5 1 1147 9213214+ 83 Linux
> > > /dev/hda6 1212 2489 10265472 83 Linux
> > > /dev/hda7 2490 4983 20033023+ 83 Linux
P.S. По-любому круто -- бутовый своп. ;-)))
- --
Best regards,
Tony. mailto:obidos@mail.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9hyqL2gaLrWRbr5URAsnOAJ0R/8xC8FXmsVskKx5xk7mrN8aE0ACgnyJ7
C3qA3lyyvfPysB6FNwJb1HE=
=lOWr
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] fdisk
2002-09-17 12:45 ` Antonio
2002-09-17 12:41 ` [Comm] [JT] fdisk Michael Shigorin
@ 2002-09-17 12:48 ` Maxim Tyurin
1 sibling, 0 replies; 6+ messages in thread
From: Maxim Tyurin @ 2002-09-17 12:48 UTC (permalink / raw)
To: community
В Втр, 17.09.2002, в 15:45, Antonio написал:
> > Device Boot Start End Blocks Id System
> > /dev/hda1 * 1148 1211 514048+ 82 Linux swap
> > /dev/hda3 1 4983 40025916 f Win95 Ext'd (LBA)
> > /dev/hda5 1 1147 9213214+ 83 Linux
> > /dev/hda6 1212 2489 10265472 83 Linux
> > /dev/hda7 2490 4983 20033023+ 83 Linux
>
> Каша какая-то... Расширенный раздел, внутри которого болтается
> своп, который является загрузочным... Как такое соорудилось-то?
> ни одного primary...
Как это ни одного primary?
А hda1?
Второй пропустил - такое некоторыми шибко умными утилитами можно сделать
:(
Диск лучше переразбить.
Как переразбивать - Michael Shigorin недавно очень хорошо описал (смотри
в рассылке).
--
With Best Regards, Maxim Tyurin
mailto: MrKooll@bigfoot.com
JID: MrKooll@jabber.pibhe.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-17 14:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-17 12:03 [Comm] fdisk andy Tatarinov
2002-09-17 12:45 ` Antonio
2002-09-17 12:41 ` [Comm] [JT] fdisk Michael Shigorin
2002-09-17 13:13 ` Antonio
2002-09-17 14:49 ` [Comm] " Michael Shigorin
2002-09-17 12:48 ` [Comm] fdisk Maxim Tyurin
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