List partition types in Linux with fdisk

A quick tip, you can find about all partition type in your system by typing “fdisk -l” (as root). For example :

fdisk

With this command fdisk lists partition type in all disks without you having to mount them.

What can you do with these information?
You can use it as a clue to mount your partition. fdisk also list the device name of the corresponding partition thus making your job easier to identify which device contains the data that you want to find.

[tags]tips,tutorial,fdisk,linux,partitions,ubuntu,debian[/tags]