You are not logged in.
Pages: 1

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
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

df -hTOffline

mount, also.
Offline
blkid

Offline

Thanks all!
./
Offline
Pages: 1