LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   File system/structure question (https://www.linuxquestions.org/questions/linux-general-1/file-system-structure-question-324543/)

ashley75 05-17-2005 08:31 PM

File system/structure question
 
Hi all,

I am an Oracle DBA, by no mean (linux expert), but I can get around the install and manage Oracle. One of the question my client have asked me is:

What file system structure/type do I recommend?


I wasn't sure on this question b/c I think it related to O/S. Can someone help me to clarify so maybe I can understand better.

bigrigdriver 05-17-2005 09:02 PM

In general, Linux distributions follow the Linux Filesystem Hierarchy for directories under the root of the filesystem.

In conjuction with that Hierarchy, there a filesystem types:
a) ext2 - the native Linux filesystem.
b) ext3 - the native Linux filesystem, with journaling, which makes recovery from sudden power loss as easy as rebooting.
c) other journaling filesystems, such as reiserFS, JFS, XFS.

You would probably want one of the journaling filesystems. The easiest to apply is ext3. Each has advantages and disadvantages. You should investigate them, research their strengths and weaknesses, then decide which to use.


All times are GMT -5. The time now is 10:08 PM.