imho.ws
IMHO.WS  

Вернуться   IMHO.WS > Программы и Операционные системы > Пингвинятник (ОС *NIX)
Опции темы
Старый 03.03.2003, 18:11     # 21
sasa001
Guest
 
Сообщения: n/a

Хех... А я вот тут на Chip'е нашел весьма любопытную прогу.. Она позволяет из виндов видеть линуксовые extn... Эх, на код бы посмотреть..
 
Старый 04.03.2003, 00:02     # 22
Pink_Punk
Banned
 
Аватар для Pink_Punk
 
Регистрация: 24.09.2002
Адрес: Samara
Сообщения: 1 182

Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)
sasa001
можешь Линк оставить?Я её давно ищу,всё никак руки не доходили поискать.
Pink_Punk вне форума  
Старый 05.03.2003, 10:01     # 23
Bek
::VIP::
 
Аватар для Bek
 
Регистрация: 25.12.2002
Адрес: SPb.RU
Сообщения: 958

Bek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek Сэнсэй
для просмотра e2fs раньше пользовался Captain Nemo а сейчас нашел и пользую ex2fs.zip плагин для wincommander'а тем более он понимает и reiserfs

Последний раз редактировалось Bek; 05.03.2003 в 10:08.
Bek вне форума  
Старый 05.03.2003, 20:11     # 24
Pink_Punk
Banned
 
Аватар для Pink_Punk
 
Регистрация: 24.09.2002
Адрес: Samara
Сообщения: 1 182

Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)
_Bek_
Хмм e2fs это что такое?
Pink_Punk вне форума  
Старый 05.03.2003, 22:30     # 25
Bek
::VIP::
 
Аватар для Bek
 
Регистрация: 25.12.2002
Адрес: SPb.RU
Сообщения: 958

Bek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek Сэнсэй
ну, блин, сорри - Extended2FS/
Bek вне форума  
Старый 05.03.2003, 22:40     # 26
Pink_Punk
Banned
 
Аватар для Pink_Punk
 
Регистрация: 24.09.2002
Адрес: Samara
Сообщения: 1 182

Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)
_Bek_
А у кого ext3?
Pink_Punk вне форума  
Старый 06.03.2003, 10:38     # 27
helldomain
Administrator
 
Аватар для helldomain
 
Регистрация: 13.05.2002
Сообщения: 11 227

helldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиург
helldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиург
Ext3 - eto osnowa ext2 + journaling swerhu. Ili?
__________________
Осколки прошлого, как снег, закрутит ураган времён,
В ушедший день для нас навек, обрушив мост,
Оставив в наших душах след, тьма уплывёт за горизонт,
И в чистом небе вспыхнет свет, свет новых звёзд.
helldomain вне форума  
Старый 06.03.2003, 12:48     # 28
Pink_Punk
Banned
 
Аватар для Pink_Punk
 
Регистрация: 24.09.2002
Адрес: Samara
Сообщения: 1 182

Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)Pink_Punk Реально крут(а)
helldomain
Во как даже?!Хе не знал.
Pink_Punk вне форума  
Старый 06.03.2003, 17:44     # 29
sasa001
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.
 
Старый 01.04.2003, 11:02     # 30
water
Junior Member
 
Регистрация: 19.09.2002
Адрес: Russia
Сообщения: 107

water Путь к славе только начался
Цитата:
Как писал PrayeR
Человек же сказал что он новичок в этом деле...
а вы ему перекомпилируй ядро...
А можно добавлять поддержку файловых систем без перекомпиляции? Расскажите как.
Перекомпиляция ядра - одно из первостепенных дел. Это один из главных понтов линукса. Но это уже к теме не относится.
__________________
/\/\/\
water вне форума  
Старый 01.04.2003, 15:43     # 31
Bek
::VIP::
 
Аватар для Bek
 
Регистрация: 25.12.2002
Адрес: SPb.RU
Сообщения: 958

Bek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek Сэнсэй
можно - скомпили модуль и подключай его к ядру. Но для этого сорцы ядра у тебя все равно должны быть
Bek вне форума  
Старый 01.04.2003, 16:08     # 32
water
Junior Member
 
Регистрация: 19.09.2002
Адрес: Russia
Сообщения: 107

water Путь к славе только начался
Цитата:
Как писал _Bek_
можно - скомпили модуль и подключай его к ядру. Но для этого сорцы ядра у тебя все равно должны быть
Я, в принципе, о том же.
__________________
/\/\/\
water вне форума  
Старый 01.04.2003, 17:30     # 33
Gennadi
Member
 
Аватар для Gennadi
 
Регистрация: 26.08.2002
Адрес: Germany
Сообщения: 232

Gennadi МолодецGennadi МолодецGennadi Молодец
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' &
Gennadi вне форума  
Старый 01.04.2003, 17:35     # 34
Gennadi
Member
 
Аватар для Gennadi
 
Регистрация: 26.08.2002
Адрес: Germany
Сообщения: 232

Gennadi МолодецGennadi МолодецGennadi Молодец
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' &
Gennadi вне форума  
Старый 02.04.2003, 09:02     # 35
water
Junior Member
 
Регистрация: 19.09.2002
Адрес: Russia
Сообщения: 107

water Путь к славе только начался
Цитата:
Da mojno, esli kernel skompilrowan s podderjkoj
Перед использованием модуля обычно перекомпилируют ядро с поддержкой этого модуля. Хотя, если повезло, и кто-то собрал кернел с поддержкой всего, чего только можно... это виндой попахивает. Да ладно. Я думаю, вопрос исчерпан.
__________________
/\/\/\
water вне форума  
Старый 02.04.2003, 19:09     # 36
helldomain
Administrator
 
Аватар для helldomain
 
Регистрация: 13.05.2002
Сообщения: 11 227

helldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиург
helldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиургhelldomain Демиург
Kernel s podderjkoi wsego, chto tolko mojno - eto uje yawnij perebor.
__________________
Осколки прошлого, как снег, закрутит ураган времён,
В ушедший день для нас навек, обрушив мост,
Оставив в наших душах след, тьма уплывёт за горизонт,
И в чистом небе вспыхнет свет, свет новых звёзд.
helldomain вне форума  


Ваши права в разделе
Вы НЕ можете создавать новые темы
Вы не можете отвечать в темах.
Вы НЕ можете прикреплять вложения
Вы НЕ можете редактировать свои сообщения

BB код Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


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




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