ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Q: кто такой /dev/root в /proc/mounts?
@ 2009-06-03 10:07 Vladislav Zavjalov
  2009-06-03 11:02 ` Dmitry V. Levin
  2009-06-03 11:58 ` Sergey Vlasov
  0 siblings, 2 replies; 5+ messages in thread
From: Vladislav Zavjalov @ 2009-06-03 10:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

В достаточно свежем Сизифе обнаружилось такое:

[slazav@sla ~]$ grep " / "  /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,errors=continue,data=ordered,usrquota 0 0

[slazav@sla ~]$ ls /dev/root
ls: cannot access /dev/root: No such file or directory

ядро в последнее время не обновлял, 2.6.27-std-def-alt17
в fstab все по-прежнему:

[slazav@sla ~]$ grep "[[:space:]]/[[:space:]]"  /etc/fstab
UUID=6ad2c76e-9ca0-410e-a570-45e28eb4020e       /       ext3 
defaults,usrquota       1       1

На alterator-lilo это уже сказывается, кстати...


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

* Re: [sisyphus] Q: кто такой /dev/root в /proc/mounts?
  2009-06-03 10:07 [sisyphus] Q: кто такой /dev/root в /proc/mounts? Vladislav Zavjalov
@ 2009-06-03 11:02 ` Dmitry V. Levin
  2009-06-03 11:11   ` Vladislav Zavjalov
  2009-06-03 11:58 ` Sergey Vlasov
  1 sibling, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2009-06-03 11:02 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

On Wed, Jun 03, 2009 at 02:07:16PM +0400, Vladislav Zavjalov wrote:
> В достаточно свежем Сизифе обнаружилось 
> такое:
> 
> [slazav@sla ~]$ grep " / "  /proc/mounts
> rootfs / rootfs rw 0 0
> /dev/root / ext3 rw,errors=continue,data=ordered,usrquota 0 0
> 
> [slazav@sla ~]$ ls /dev/root
> ls: cannot access /dev/root: No such file or directory

В 5.0 было так же.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [sisyphus] Q: кто такой /dev/root в /proc/mounts?
  2009-06-03 11:02 ` Dmitry V. Levin
@ 2009-06-03 11:11   ` Vladislav Zavjalov
  0 siblings, 0 replies; 5+ messages in thread
From: Vladislav Zavjalov @ 2009-06-03 11:11 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On 06/03/09 15:02, Dmitry V. Levin wrote:
> On Wed, Jun 03, 2009 at 02:07:16PM +0400, Vladislav Zavjalov wrote:
>> В достаточно свежем Сизифе обнаружилось
>> такое:
>>
>> [slazav@sla ~]$ grep " / "  /proc/mounts
>> rootfs / rootfs rw 0 0
>> /dev/root / ext3 rw,errors=continue,data=ordered,usrquota 0 0
>>
>> [slazav@sla ~]$ ls /dev/root
>> ls: cannot access /dev/root: No such file or directory
>
> В 5.0 было так же.

Странно. Еще совсем недавно alterator-lilo умел из /proc/mounts извлечь 
устройство, смонтированное в корень, а сейчас - нет, так как там только 
несуществующий /dev/root.


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

* Re: [sisyphus] Q: кто такой /dev/root в /proc/mounts?
  2009-06-03 10:07 [sisyphus] Q: кто такой /dev/root в /proc/mounts? Vladislav Zavjalov
  2009-06-03 11:02 ` Dmitry V. Levin
@ 2009-06-03 11:58 ` Sergey Vlasov
  2009-06-03 12:10   ` Vladislav Zavjalov
  1 sibling, 1 reply; 5+ messages in thread
From: Sergey Vlasov @ 2009-06-03 11:58 UTC (permalink / raw)
  To: sisyphus

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

On Wed, Jun 03, 2009 at 02:07:16PM +0400, Vladislav Zavjalov wrote:
> В достаточно свежем Сизифе обнаружилось 
> такое:
> 
> [slazav@sla ~]$ grep " / "  /proc/mounts
> rootfs / rootfs rw 0 0
> /dev/root / ext3 rw,errors=continue,data=ordered,usrquota 0 0
> 
> [slazav@sla ~]$ ls /dev/root
> ls: cannot access /dev/root: No such file or directory

Какой загрузчик используется - lilo?  И что у него в настройках?

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] Q: кто такой /dev/root в /proc/mounts?
  2009-06-03 11:58 ` Sergey Vlasov
@ 2009-06-03 12:10   ` Vladislav Zavjalov
  0 siblings, 0 replies; 5+ messages in thread
From: Vladislav Zavjalov @ 2009-06-03 12:10 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On 06/03/09 15:58, Sergey Vlasov wrote:
> On Wed, Jun 03, 2009 at 02:07:16PM +0400, Vladislav Zavjalov wrote:
>> В достаточно свежем Сизифе обнаружилось
>> такое:
>>
>> [slazav@sla ~]$ grep " / "  /proc/mounts
>> rootfs / rootfs rw 0 0
>> /dev/root / ext3 rw,errors=continue,data=ordered,usrquota 0 0
>>
>> [slazav@sla ~]$ ls /dev/root
>> ls: cannot access /dev/root: No such file or directory
>
> Какой загрузчик используется - lilo?  И что у него в настройках?

Да, комментарий в #20292 все объясняет. Спасибо! Уже исправляю 
alterator-lilo.

Выходит, что в lilo.conf сейчас хорошо использовать только root="UUID=..."


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

end of thread, other threads:[~2009-06-03 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 10:07 [sisyphus] Q: кто такой /dev/root в /proc/mounts? Vladislav Zavjalov
2009-06-03 11:02 ` Dmitry V. Levin
2009-06-03 11:11   ` Vladislav Zavjalov
2009-06-03 11:58 ` Sergey Vlasov
2009-06-03 12:10   ` Vladislav Zavjalov

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