IMHO.WS

IMHO.WS (https://www.imho.ws/index.php)
-   Пингвинятник (ОС *NIX) (https://www.imho.ws/forumdisplay.php?f=76)
-   -   как в linux файловую систему поменять (https://www.imho.ws/showthread.php?t=35037)

aivs 23.07.2003 19:06

как в linux файловую систему поменять
 
стоит у меня redhat9 на ext3 как мне его на ext2 перевести
и ненадо меня отговаривать делаю ради эксперемента

sasa001 23.07.2003 19:59

aivs
Так в Линухе есть свой аналог PQ магика - не помню, как зовется, но есть =))

noname 23.07.2003 20:08

Гы , пропиши в /etc/fstab ext2 вместо ext3 .

sasa001 23.07.2003 20:13

noname
прикольно =)

Bek 23.07.2003 21:40

Q: How do I convert my ext3 partition back to ext2?
Actually there is only little need to do so, because in most cases it is sufficient to mount the partition explicitely as ext2. But if you really need to convert your partion back to ext2 just do the following on an unmounted partition:

tune2fs -O ^has_journal /dev/hdaX
To be on the safe side you should force a fsck run on this partition afterwards:

fsck.ext2 -f /dev/hdaX
After this procedure you can safely delete the .journal file if there was any.

aivs 26.07.2003 01:35

не нравится ext2
как обратно на ext3
можно только команды в столбик без обЪяснений

Bek 26.07.2003 03:00

Q: How do I convert my ext2 partition to ext3? (was: How do I use ext3?)
Before you can mount a partition as ext3 you have to create a journal on it. The easiest way to do it is to type:


tune2fs -j /dev/hdaX
This can be done on an unmounted or on a mounted filesystem. If you create the journal on a mounted filesystem you will see a .journal file. Don't try to delete this and don't back this up or restore it from backup! If you run tune2fs -j on an unmounted partition an unvisible journal file will be created.
Now you can mount the filesystem as ext3 using:


mount -t ext3 /dev/hdaX /mnt/somewhere

With mke2fs -j /dev/hdaX you can format a partition as ext3 (as always it will be also usable as ext2 partion).

helldomain 28.07.2003 05:14

Bek: wiju, ne wezet tebe s woprosami ;-))).

Bek 28.07.2003 15:40

...я стараюсь... =))))

helldomain 29.07.2003 01:04

Ugu ;-))).


Часовой пояс GMT +4, время: 05:51.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.