![]() |
как в linux файловую систему поменять
стоит у меня redhat9 на ext3 как мне его на ext2 перевести
и ненадо меня отговаривать делаю ради эксперемента |
aivs
Так в Линухе есть свой аналог PQ магика - не помню, как зовется, но есть =)) |
Гы , пропиши в /etc/fstab ext2 вместо ext3 .
|
noname
прикольно =) |
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. |
не нравится ext2
как обратно на ext3 можно только команды в столбик без обЪяснений |
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). |
Bek: wiju, ne wezet tebe s woprosami ;-))).
|
...я стараюсь... =))))
|
Ugu ;-))).
|
| Часовой пояс GMT +4, время: 05:51. |
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.