nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Command to Check Linux File System

This is a discussion on Command to Check Linux File System within the Getting started tutorials forums, part of the Linux Getting Started category; Hello everyone, My school has a few linux machines, and they're SuSe10. I don't know the command to check and ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 05-11-2007, 10:21 AM
Member
User
 
Join Date: May 2007
Posts: 56
Rep Power: 2
lacloai is on a distinguished road
Default Command to Check Linux File System

Hello everyone,

My school has a few linux machines, and they're SuSe10. I don't know the command to check and see what file system they use like ext2, ext3 or reiserf? I also have SuSe10 at home, and I still can't figure out what command to use to check file system. I am from Windows world and to check the file system(FAT32/NTFS) in Windows is very easy. I really appreciate if anyone can help. Thanks a lot.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-11-2007, 12:08 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Type mount command to display filesystem type such as ext2, ext3 and so on...
Quote:
mount
Sample output:
Quote:
/dev/sdb1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
/dev/sdb5 on /media/docs type ext3 (rw)
/dev/sdb3 on /media/isomp3s type ext3 (rw)
/dev/sdc1 on /media/backup type ext3 (rw)
/dev/sdb1 is mounted on / and type is ext3 fs.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 05-11-2007, 07:35 PM
Member
User
 
Join Date: May 2007
Posts: 56
Rep Power: 2
lacloai is on a distinguished road
Default Thank You

Thank you very much. I spent a long time trying to figure out how to do it, but I can't. Now with that command, it helps.
Reply With Quote
  #4 (permalink)  
Old 05-14-2007, 06:45 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Quote:
Originally Posted by lacloai View Post
Thank you very much. I spent a long time trying to figure out how to do it, but I can't. Now with that command, it helps.
u can also use command
Code:
less /proc/mounts
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
forced file check fsck smr36 Ubuntu / Debian 3 04-16-2008 10:23 AM
Unix command to check memory usage sweta HP-UX 2 12-07-2007 11:07 AM
Difference between ext2 and ext3 Linux file system nixcraft Getting started tutorials 0 05-18-2007 02:43 AM
Linux command to check size of hard drive disk gbdood Linux software 2 08-27-2006 10:44 AM
script on how to check if the file exists warren Shell scripting 4 04-14-2006 06:51 PM


All times are GMT +5.5. The time now is 03:17 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36