当前位置:首页 » 专业资讯
开发技术指南» 文章正文
    引言: Exploring the ext3 FilesystemThe
 

 

 ·关于ftp认证慢的问题    »显示摘要«
    摘要:今天在客户这里给客户解决一个关于ftp认证慢的问题.连接后需要等待一段时间才能够进行认证.但是在认证后传输文件是速度很快的.根据感觉这个东西是dns方面的问题.经过在google上面查找终于找到了关于这个方面的资料.logins to the ftp server take a long time, after that things run smooth possible causes: ident (rfc931) lookup is enab......
 ·双硬盘,grub启动设置    »显示摘要«
    摘要:以前为了在装linux时不影响windows的运行,一直是将linux和windows分开装在两块硬盘上,但如果要在linux和windows之间进行切换,每次都要进入cmos进行设置,刚开始不觉得,可是用久了就觉得很不方便,一直没有解决的办法,后来看到feng_ye兄这篇文章,深受启发,最后成功解决问题。写下此文,以备用之。 我的双硬盘安装情况,(hda,1)windows2000也就是主盘c:装2000,(hdb,1)linux9.0也就是从盘的第一......


Exploring the ext3 Filesystem

linux ext3 日志文件系统

【相关文章:[DOWNLOAD] Red Hat E

exploring the ext3 filesystem 【扩展阅读:键盘飞梭驱动

【扩展信息:常用计算机端口解释

the linux ext3 filesystem

bill von hagen

friday, april 5, 2002 09:53:55 am

introduction to the ext3 filesystem

as a sophisticated, powerful, and free operating system, linux provides a fertile territory for developing sophisticated system and user-level software. some of the most exciting developments in recent linux kernels are new, high-performance techniques for managing how the data on linux systems is stored, allocated, and updated on disk. one of the most interesting of these new mechanisms is the ext3 filesystem, which has been integrated into the linux kernel since version 2.4.16 and is already available as a default filesystem type on linux distributions from red hat and suse.

the ext3 filesystem is a journaling filesystem that is 100% compatible with all of the utilities created for creating, managing, and fine-tuning the ext2 filesystem, which is the default filesystem used by linux systems for the last few years. before delving into the differences between the ext2 and ext3 filesystems, a quick refresher on storage and filesystem terminology is in order.

some background on linux filesystems

since the date in the distant past when computer systems first began to read and write from magnetic storage media, guaranteeing the consistency of the files and (later) directories on that media has been a thorn in the paw of system administrators and designers everywhere. at the system level, all of the data on a computer exists as data blocks on some storage device, organized using special on-disk data structures into partitions (logical subsets of storage media) which are themselves organized into files, directories, and unallocated (free) space.


...   下一页
 ·linux下c语言编程基础知识(zz)    »显示摘要«
    摘要: 从别处找到的一篇介绍gcc编程的基础知识,入门级资料,不错前言:这篇文章介绍在linux下进行c语言编程所需要的基础知识.在这篇文章当中,我们将会学到以下内容:源程序编译makefile的编写程序库的链接程序的调试头文件和系统求助1.源程序的编译在linux下面,如果要编译一个c语言源程序,我们要使用gnu的gcc编译器. 下面我们以一个实例来说明如何使用gcc编译器.假设我们有下面一个非常简单的源程序(hello.c):int main(int arg......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE