This will not list all partitions but you can view and alter what you like with tune2fs
e.g.
tune2fs -l .
$ sudo tune2fs -l /dev/sda1
 You can use a command such as this to get all the /dev/sda1sda* devices.
$ sudo sh -c 'echo /dev/sda* /dev/mapper/fedora* | xargs -n 1 tune2fs -l'
 
                