Go Back   Web Server Hosting Forum by BODHost > Support > Linux Server Hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-04-06, 09:24
BOD Member
 
Join Date: Jul 2006
Posts: 107
Default How to find out what filesystems my Linux kernel supports ?

Linux supports different file systems. The ext2/ext3 are considered as a native Linux file system.

Along with those, Linux supports large number of file system. You need to compile the kernel to get support for other file system.

You can easily find out what filesystem running Linux kernel supports with following command:

# cat /proc/filesystems


Right side column indicates filesystem names. You can use following command to just print filesystem names:

# awk '{print $2}' /proc/filesystems | sed '/^$/d'
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 03:20.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.