How do i check file system type

Linux specific forum
Pantcho!!
Enthusiast
Enthusiast
Posts: 538
Joined: Tue Feb 24, 2004 3:43 am
Location: Israel
Contact:

How do i check file system type

Post by Pantcho!! »

Hi,

As the subject asks, how do i check it on linux?

thanks.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

You can parse the command line "fdisk -l". If the user is not root you will need to log them in and use "./sbin/fdisk -l".

I don't know how to do it without root access.
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

You could try to read /etc/fstab.
Read acces normaly is granted. Just open the file and parse it - this should work too.
cheers,

bembulak
Post Reply