imho.ws |
![]() |
![]() |
![]() |
# 23 |
::VIP::
Регистрация: 25.12.2002
Адрес: SPb.RU
Сообщения: 958
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
для просмотра e2fs раньше пользовался Captain Nemo а сейчас нашел и пользую ex2fs.zip плагин для wincommander'а тем более он понимает и reiserfs
Последний раз редактировалось Bek; 05.03.2003 в 10:08. |
![]() |
![]() |
# 27 |
Administrator
Регистрация: 13.05.2002
Сообщения: 11 227
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Ext3 - eto osnowa ext2 + journaling swerhu. Ili?
__________________
Осколки прошлого, как снег, закрутит ураган времён, В ушедший день для нас навек, обрушив мост, Оставив в наших душах след, тьма уплывёт за горизонт, И в чистом небе вспыхнет свет, свет новых звёзд. |
![]() |
![]() |
# 29 |
Guest
Сообщения: n/a
|
Позволю себе выложить статейку с http://docs.chtd.tpu.ru. Вот что там пишут про ext3 (правда, по-английски - надеюсь, это не будет проблемой)):
Chapter 1. The ext3 File System Beginning with the release of Red Hat Linux 7.2, the default file system changed from the venerable ext2 format to the journaling ext3 file system. Features of ext3The ext3 file system is essentially an enhanced version of the ext2 file system. These improvements provide the following advantages: Availability After an unexpected power failure or system crash (also called an unclean system shutdown), each mounted ext2 file system on the machine must be checked for consistency by the e2fsck program. This is a time-consuming process that can delay system boot time significantly, especially with large volumes containing a large number of files. During this time, any data on the volumes is unreachable. The journaling provided by the ext3 file system means that this sort of file system check is no longer necessary after an unclean system shutdown. The only time a consistency check occurs using ext3 is in certain rare hardware failure cases, such as hard drive failures. The time to recover an ext3 file system after an unclean system shutdown does not depend on the size of the file system or the number of files; rather, it depends on the size of the journal used to maintain consistency. The default journal size takes about a second to recover, depending on the speed of the hardware. Data Integrity The ext3 file system provides stronger data integrity in the event that an unclean system shutdown occurs. The ext3 file system allows you to choose the type and level of protection that your data receives. By default, Red Hat Linux 8.0 configures ext3 volumes to keep a high level of data consistency with regard to the state of the file system. Speed Despite writing some data more than once, ext3 has a higher throughput in most cases than ext2 because ext3's journaling optimizes hard drive head motion. You can choose from three journaling modes to optimize speed, but doing so means trade offs in regards to data integrity. Easy Transition It is easy to change from ext2 to ext3 and gain the benefits of a robust journaling file system without reformatting. See the Section called Converting to an ext3 File System for more on how to perform this task. If you perform a fresh installation of Red Hat Linux 8.0, the default file system assigned to the system's Linux partitions is ext3. If you upgrade from a version of Red Hat Linux that uses ext2 partitions, the installation program allows you to convert these partitions to ext3 partitions without losing data. See the appendix titled Upgrading Your Current System in the Official Red Hat Linux Installation Guide for details. |
![]() |
# 30 | |
Junior Member
Регистрация: 19.09.2002
Адрес: Russia
Сообщения: 107
![]() |
Цитата:
Перекомпиляция ядра - одно из первостепенных дел. Это один из главных понтов линукса. Но это уже к теме не относится.
__________________
/\/\/\ |
|
![]() |
![]() |
# 33 |
Member
Регистрация: 26.08.2002
Адрес: Germany
Сообщения: 232
![]() ![]() ![]() |
Shatun - choroscho napisono!
А можно добавлять поддержку файловых систем без перекомпиляции? Расскажите как. ------------------------------------------------------------------------------------------------- Da mojno, esli kernel skompilrowan s podderjkoj soostwetstwennogo modulja etoj FS. Standartnyj kernel u RedHat, Mandrake, SuSE, UnitedLinux imenno etot slutshaj. Naprimer NTFS. (u menja SuSE 8.1 Kernel 2.4.19-4GB i UnitedLinux) 1. Prowerim - gruzitsja li modul ntfs: modprobe ntfs lsmod Esli pojawitsja takaja stroka: ntfs 75660 0 (unused) eto znatshit kenel podderjiwaet modul ntfs . 2. W file /etc/init.d/boot.local pischem: modprobe ntfs Pri nowom starte OS modul ntfs awtomatitsheski budet zagrujen. 3. W file /etc/fstab pischem: /dev/hda1 /mnt/windows ntfs noauto,user 0 0 4. mount -t ntfs /dev/hda1 /mnt/windows w /mnt/windows uwidete C:\. 5. Esli chotite tshto by C:\ awtomatitsheski montirowalsja pri startte OS, to napischite w /etc/fstab: /dev/hda1 /mnt/data1 ntfs defaults 0 0 Pokrajnej mere na SuSE i UnitedLinux eto rabotaet bes problem. No kak prawilno skasal Shatun, lutshe использовать только в случае крайней необходимости для считывания или копирования данных в другие разделы.
__________________
Я - root, мне всё разрешено... ... и это тоже echo "I am king" | perl -e '$??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`{;;y; -/:-@[-`{-};`-{/" -;;s;;$_;see' & |
![]() |
![]() |
# 34 |
Member
Регистрация: 26.08.2002
Адрес: Germany
Сообщения: 232
![]() ![]() ![]() |
PS. sorry.
5. /dev/hda1 /mnt/windows ntfs defaults 0 0
__________________
Я - root, мне всё разрешено... ... и это тоже echo "I am king" | perl -e '$??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`{;;y; -/:-@[-`{-};`-{/" -;;s;;$_;see' & |
![]() |
![]() |
# 35 | |
Junior Member
Регистрация: 19.09.2002
Адрес: Russia
Сообщения: 107
![]() |
Цитата:
![]()
__________________
/\/\/\ |
|
![]() |
![]() |
# 36 |
Administrator
Регистрация: 13.05.2002
Сообщения: 11 227
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Kernel s podderjkoi wsego, chto tolko mojno - eto uje yawnij perebor.
__________________
Осколки прошлого, как снег, закрутит ураган времён, В ушедший день для нас навек, обрушив мост, Оставив в наших душах след, тьма уплывёт за горизонт, И в чистом небе вспыхнет свет, свет новых звёзд. |
![]() |