how to find default file system


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users how to find default file system
# 8  
Old 04-27-2009
Linux !!!
# 9  
Old 04-27-2009
The "default file system" for Linux; in general, is ext2 or ext3.

From above:

Quote:
The ext3 or third extended filesystem is a journaled file system that is commonly used by the Linux kernel. It is the default file system for many popular Linux distributions.
Most people would use fdisk or mount to see what filesystems are used on a Linux installation.
# 10  
Old 04-28-2009
Error

yes i know it but those commands shows all the file systems present in system. and i am not able to figure out which is "DEFAULT FILE SYSTEM"
# 11  
Old 04-28-2009
'default file system' barely makes sense. The Linux OS is just one single file, the kernel, which doesn't even need to be in the file tree when the system boots. Often you'll find it in a special partition by itself. If you're asking about the root filesystem, it's the only one mounted on / .
# 12  
Old 04-28-2009
there is default file system funda in Solaris thats why i am curious to know about it more...(which is UFS in solaris usually )
# 13  
Old 04-28-2009
Linux has no default file system. You can compile your own kernel without any support for any filesystem; it will always panic, but still, it's possible. On the other hand I've seen Linux boot off an NTFS partition. It all depends on what you distribution thinks is important. Usually they have support for Ext2/Ext3 and ReiserFS. Some add JFS(2) and XFS to that. But in the end it comes down to which one is the best for the task at hand.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Command to find file system details on AIX

Hi , Could you please tell me how to find the following on AIX? 1.Command to find file system details? 2.What are all the files exist under a specific directory along with their sizes? In general we use, du -sh * | grep M under a directory which returns files having size of MB,... (18 Replies)
Discussion started by: Maddy123
18 Replies

2. UNIX for Dummies Questions & Answers

My file system is 100%, can't find the huge file

Please help. My file system is 100%, I can't seem to find what is taking so much space. The total hard drive space is 150Gig free but I got nothing now. I did to this to find the big file but it's taking so much time. Is there any other way? du -ah / | more find ./ -size +200M... (3 Replies)
Discussion started by: samnyc
3 Replies

3. UNIX for Dummies Questions & Answers

find block size of ocfs2 file system

please some one help me to find the block size of ocfs2 file system in rehat linux 4 (4 Replies)
Discussion started by: robo
4 Replies

4. Shell Programming and Scripting

Find File system according to device

Hi guys, I want to translate the device name from the command "iostat" to file system name in order to check IO problems of DB's data files. What is the way to do it? Thanks in advance, Nir (2 Replies)
Discussion started by: nir_s
2 Replies

5. Shell Programming and Scripting

Find user owner of the most recently file in the system

Good evening everybody, I have to find the user owner of the most recently file in the system How can I do? :confused: (5 Replies)
Discussion started by: Guccio
5 Replies

6. UNIX for Dummies Questions & Answers

How to find a file whick is consuming larger disk space in file system

Hello, Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies

7. Shell Programming and Scripting

Need to find the percentage of the directory in the file system.

Hi All, I want to find the percentage occupied by the directory in the file system. Say, i have the file system /home/arun/work under this file system i have the directories /home/arun/work/yesterday /home/arun/work/today /home/arun/work/tomorrow The size of the file system is... (5 Replies)
Discussion started by: Arunprasad
5 Replies

8. Shell Programming and Scripting

Find and display largest file on system

What is the correct command for finding and displaying the largest file on the system? I don't know how to specify "largest" with "find", and pipe that to something that will display the file contents. Or should I be using cat, more, less, ls, or something else? (4 Replies)
Discussion started by: raidkridley
4 Replies

9. Solaris

How to find which file system was not mounted ?

Hello all, can someone help on how can i check if all file system were mounted during reboot? I know that we have first to look on /etc/vfstab; the containing of this one should be mounted during boot of system, and after with : df -k we can see if mentioned file system on vfstab were... (3 Replies)
Discussion started by: vitchi
3 Replies

10. HP-UX

find the largest file in whole system

find the largest file in whole system (7 Replies)
Discussion started by: megh
7 Replies
Login or Register to Ask a Question