|
|
File Systems |
|
| NFS |
|
| Erasing and Undeleting Files |
|
| Partitioning Tools |
|
| File System Standards /etc/rc.d vs /etc/init.d ... |
|
| File System Limits |
|
| Converting Between FS |
- Cnverting from Ext2 to Ext3
- tunefs -j /dev/hdaXX
- you should now have a new journal (?hidden?) file ( /.journal )
- fix /etc/fstab - to say ext3 instead of ext2
- Converting from Ext3 to Ext2
Redhat.com ext3 to ext2
- remove the journal files
- fix /etc/fstab - to say ext2 instead of ext3
- For These Steps below, Backup your data to another disk FIRST
- Converting Between Other FileSystems
IBM.com Convert ext2 to JFS
|
| Encrypted File System |
|
| Journaling FS |
- Ext3
( mke2fs -j ) ( ext2 w/ journaling )
- Journaling FS
( mkfs.jfs )
- ReiserFS
( mkreiserfs )
- SGI - XFS
( mkfs.jfs )
|
| JFFS |
|
| Comparing Various FS |
WikiPedia.org
Linux-Sec.net/FS/Scripts Ext2 vs Ext3 vs ReiserFS vs JFS vs XFS
JamesThornton.com
LinuxGazette.net ext2, ext3, xfs, jfs, reiser3, reiser4
Bulma.net Ext2, ReiserFS and XFS Benchmarks - kernel compile
SGI.com ext2, ext3, Reiserfs, jfs, xfs
IBM.com Journalling and ReiserFS
IBM.com ext3
IBM.com ext3 surprises
IBM.com XFS
OregonState.edu Benchmark of reiserfs, xfs, jfs, ext3, ext2
zemris.fer.hr FileSystem Test ( benchmark of ext2, ext3, reiserfs, xfs, jfs, vfat )
ssu.ac.kr reiserfs, xfs, jfs, ext3, ext2 test
NameSys.com ReiserFS4 vs ext2/ext3
LinuxGazette.com ext3, XFS, ReiserFS Benchmark
Staff.OSUOSL.org
GuruLabs.com Ext2 vs ReiserFS
IO.com RH-9(ex3), RH-9(reiserfs), NetBSD(ufs), FreeBSD(ufs)
LinuxGazette.net
Linux-France.org ext2, ext3, reiserfs, xfs, jfs
Debian-Administration.org
Linux.org.mt FS max comparason
BackupBook.com fs max
Linux-Mag.com fs max
|
| Various FS |
|
|