ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ext3 с data=journal
@ 2005-05-26 13:45 Yuri Horoshkov
  2005-05-26 14:07 ` Alexey I. Froloff
  0 siblings, 1 reply; 5+ messages in thread
From: Yuri Horoshkov @ 2005-05-26 13:45 UTC (permalink / raw)
  To: community

Добрый день!
Подскажите, плз, как сделать ext3 с data=journal, помню местами :-) , 
что можно  сделать какую-то запись в lilo.
Но как она выглядит? Не откажите в любезности напомнить.
Спасибо.

-- 
С уважением,
Юрий. 



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

* Re: [Comm] ext3 с data=journal
  2005-05-26 13:45 [Comm] ext3 с data=journal Yuri Horoshkov
@ 2005-05-26 14:07 ` Alexey I. Froloff
  2005-05-26 14:56   ` Yuri Horoshkov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2005-05-26 14:07 UTC (permalink / raw)
  To: ALT Linux Community

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

* Yuri Horoshkov <yurih@> [050526 17:52]:
> Подскажите, плз, как сделать ext3 с data=journal, помню местами :-) , 
Добавить data=journal в /etc/fstab в поле options

> что можно  сделать какую-то запись в lilo.
А это только если / на ext3 с data=journal

append=" rootflags=data=journal"

-- 
Regards, Sir Raorn.
-------------------
> Похоже, только я один пытаюсь использовать NUT?
да. я его *использую* :-)
		-- gns in community@

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

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

* Re: [Comm] ext3 с data=journal
  2005-05-26 14:07 ` Alexey I. Froloff
@ 2005-05-26 14:56   ` Yuri Horoshkov
  2005-05-27  5:52     ` Alexey I. Froloff
  0 siblings, 1 reply; 5+ messages in thread
From: Yuri Horoshkov @ 2005-05-26 14:56 UTC (permalink / raw)
  To: community

Alexey I. Froloff пишет:

>* Yuri Horoshkov <yurih@> [050526 17:52]:
>  
>
>>Подскажите, плз, как сделать ext3 с data=journal, помню местами :-) , 
>>    
>>
>Добавить data=journal в /etc/fstab в поле options
>  
>
Вот так будет правильно?
/dev/hda6 /home ext3 defaults,data=journal 1 2

>  
>
>>что можно  сделать какую-то запись в lilo.
>>    
>>
>А это только если / на ext3 с data=journal
>
>append=" rootflags=data=journal"
>
Пробел " rootflags ...." обязателен?

-- 
С уважением,
Юрий. 



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

* Re: [Comm] ext3 с data=journal
  2005-05-26 14:56   ` Yuri Horoshkov
@ 2005-05-27  5:52     ` Alexey I. Froloff
  2005-05-27  9:16       ` Yuri Horoshkov
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2005-05-27  5:52 UTC (permalink / raw)
  To: ALT Linux Community

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

* Yuri Horoshkov <yurih@> [050526 18:57]:
> >> Подскажите, плз, как сделать ext3 с data=journal, помню местами :-) , 
> > Добавить data=journal в /etc/fstab в поле options
> Вот так будет правильно?
> /dev/hda6 /home ext3 defaults,data=journal 1 2
Я defaults вообще убрал.

> > append=" rootflags=data=journal"
> Пробел " rootflags ...." обязателен?
Не знаю.

-- 
Regards, Sir Raorn.
-------------------
Продолжаю картинную галерею для тех, кто пользуется графическими MUA и не
читает security-announce@.
		-- ldv in community@

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

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

* Re: [Comm] ext3 с data=journal
  2005-05-27  5:52     ` Alexey I. Froloff
@ 2005-05-27  9:16       ` Yuri Horoshkov
  0 siblings, 0 replies; 5+ messages in thread
From: Yuri Horoshkov @ 2005-05-27  9:16 UTC (permalink / raw)
  To: community

Alexey I. Froloff пишет:

>* Yuri Horoshkov <yurih@> [050526 18:57]:
>  
>
>>>>Подскажите, плз, как сделать ext3 с data=journal, помню местами :-) , 
>>>>        
>>>>
>>>Добавить data=journal в /etc/fstab в поле options
>>>      
>>>
>>Вот так будет правильно?
>>/dev/hda6 /home ext3 defaults,data=journal 1 2
>>    
>>
>Я defaults вообще убрал.
>  
>
В man mount вычитал, что defaults содержит много нужных функций, разве 
что data=journal их дублирует.

>  
>
>>>append=" rootflags=data=journal"
>>>      
>>>
>>Пробел " rootflags ...." обязателен?
>>    
>>
>Не знаю.
>
Мне попадались в рассылке запись опции append как с пробелом, так и  
без. Интересно, а как правильно.

C уважением,
Юрий. 



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

end of thread, other threads:[~2005-05-27  9:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-26 13:45 [Comm] ext3 с data=journal Yuri Horoshkov
2005-05-26 14:07 ` Alexey I. Froloff
2005-05-26 14:56   ` Yuri Horoshkov
2005-05-27  5:52     ` Alexey I. Froloff
2005-05-27  9:16       ` Yuri Horoshkov

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