- Posts: 10
- Thank you received: 0
ext3 file system resources
19 years 8 months ago #7374
by jaXx
ext3 file system resources was created by jaXx
Hi, I am looking for detailed books, documents, websites that cover the ext3 file system in a fair bit of detail.
Can anyone recommend to me any material that may be of use.
Many thanks
Can anyone recommend to me any material that may be of use.
Many thanks
19 years 8 months ago #7379
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: ext3 file system resources
batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html
Cheers,
olstrans.sourceforge.net/release/OLS2000-ext3/OLS2000-ext3.html
Cheers,
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
19 years 8 months ago #7575
by jaXx
Replied by jaXx on topic Re: ext3 file system resources
Thanks for the links.
I want to look at ext2/3 security features but I am having trouble pinning down how ext3 implements security features. I realise that there are filesystem permissions and also ext2 attributes that use certain flags to add security to files. Are these the main methods (permissions and attributes) that are used in filesystem security? Are there any other methods that linux uses to add security to its filesystems?
Cheers,
I want to look at ext2/3 security features but I am having trouble pinning down how ext3 implements security features. I realise that there are filesystem permissions and also ext2 attributes that use certain flags to add security to files. Are these the main methods (permissions and attributes) that are used in filesystem security? Are there any other methods that linux uses to add security to its filesystems?
Cheers,
19 years 7 months ago #7774
by jaXx
Replied by jaXx on topic ext2/3 Extended Attributes
Does anyone know if extended attributes are implemented the same way in ext3 as in ext2?
Thanks
Thanks
19 years 7 months ago #7776
by nske
Replied by nske on topic Re: ext3 file system resources
Yes, the only difference between ext2 and ext3 is the addition of journal.
19 years 7 months ago #7786
by DaLight
Replied by DaLight on topic Re: ext3 file system resources
Just to enhance what nske said, journalling, which is the main difference, helps by reducing the file system recovery time in the event of a system crash as it logs changes to the file system (to different extents depending on the mode selected).
Time to create page: 0.142 seconds