You are not logged in.

#1 2009-09-21 20:38:49

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Command To ID File System Type

I was found a server running Arch. Powered on fine and seems to be running great. I was able to recover the root login however I would like to know what command I can run in a terminal to identify the file system type on the disk partitions.

[root@tiger /]# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000b7d3e

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          62      497983+  82  Linux swap / Solaris
/dev/sda2   *          63         311     2000092+  83  Linux
/dev/sda3             312       19457   153790245   83  Linux

./

Offline

#2 2009-09-21 20:55:19

brenix
Member
From: California
Registered: 2008-03-05
Posts: 185

Re: Command To ID File System Type

Does fdisk -l not supply you with what you were asking for? You could also use the command blkid, but it does not show the filesystem ID...

Offline

#3 2009-09-21 20:55:29

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: Command To ID File System Type

df -hT

Offline

#4 2009-09-21 22:39:34

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Command To ID File System Type

mount, also.

Offline

#5 2009-09-21 22:42:55

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Command To ID File System Type

blkid


neutral

Offline

#6 2009-09-22 12:59:31

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: Command To ID File System Type

Thanks all!


./

Offline

Board footer

Powered by FluxBB