LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   file system of linux (https://www.linuxquestions.org/questions/linux-software-2/file-system-of-linux-749827/)

nagavinodh 08-24-2009 06:10 AM

file system of linux
 
Hi,
Iam newbie for linux.
what are the file system for linux.what is RAW?Is is shared storage ?

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
145G 9.6G 128G 7% /
/dev/sda1 99M 13M 82M 14% /boot
none 2.0G 0 2.0G 0% /dev/shm
/dev/sdb1 459G 350G 86G 81% /ydev



Is it possible to use the RAW file system in ydev which is ext3 filesystem?

pixellany 08-24-2009 06:27 AM

Welcome to LQ!!

A quick Google search will get you the information on the various Linux filesystems---there are many.

I know "RAW" only as a file format used with digital cameras. Did you have something else in mind? If there is a different usage of "RAW", Google will find it.

i92guboj 08-24-2009 12:22 PM

Quote:

Originally Posted by nagavinodh (Post 3655311)
Hi,
Iam newbie for linux.
what are the file system for linux.what is RAW?Is is shared storage ?

A filesystem is a logical method to distribute and store files on a physical media. Windows can use FAT32 or NTFS, in Linux the choice is wider, but it's usually accepted that ext2/3 is the standard Linux filesystem.

There are many more, though, like jfs, xfs, reiserfs, reiser4, and several others.

The term "raw" can mean a number of different things. When we talk about a "raw" filesystem we usually mean no filesystem at all. Like on tapes. However looking at your post as a whole I am not sure you mean that at all. So, might I ask you from where did you take this reference to "raw fs" and what exactly your objective is?

chrism01 08-24-2009 11:22 PM

Try

fdisk -l

to see what you've got right now
Ps that's a lower case 'L'

nagavinodh 08-25-2009 01:16 AM

Hi,
thanks for reply.I would like to install ORACLE RAC on RAW device which is shared storage and bypass linux buffer cache.How to create RAW FILE system in hard disk.
And also how to find the block size of RAW Device

pixellany 08-25-2009 08:21 AM

We need to know if you are talking about a filesystem named "RAW", or--as i92guboj suggested--do you mean NO filesystem?

Here is a Google search which suggests that i92guboj has the right answer----not all the articles either from or referring to Oracle.

http://www.google.com/search?hl=en&r...&aq=f&oq=&aqi=

pixellany 08-25-2009 08:25 AM

PS: Assuming that we are talking about a device with no filesystem, then I'm not sure there IS a block size-----i.e. isn't block size a property of a filesystem?


All times are GMT -5. The time now is 03:33 PM.