For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Nath's avatar
Nath
Icon for Cirrostratus rankCirrostratus
Aug 07, 2018

F5 VE Hard Disk

Hi experts,

 

I just noticed my VE LAB that it has a two hard disk. May question is how can i determine which disk I am using? I tried df -h command but no help. HD1 - 120GB HD2 - 20GB

 

1 Reply

  • F5 uses Volumes (LVM) so try the following from Bash:

    pvdisplay -m
    

    This should,as long as the command is on the F5 give you the mapping from disk to logical volumes.