- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-20-2013 01:21 PM
The PanOS images will actually be downloaded to '/opt/panrepo' partition.
This can be confirmed by downloading a software release, checking disk-space, and then deleting the release:
> request system software download version 5.0.4
> show system disk-space
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 1.9G 1.4G 501M 73% /
/dev/sda5 6.6G 3.3G 3.0G 53% /opt/pancfg
/dev/sda6 1.9G 1.3G 581M 69% /opt/panrepo
tmpfs 1.3G 67M 1.2G 6% /dev/shm
/dev/sda8 2.4G 1.8G 498M 79% /opt/panlogs
> delete software version 5.0.4
> show system disk-space
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 1.9G 1.4G 501M 73% /
/dev/sda5 6.6G 3.3G 3.0G 53% /opt/pancfg
/dev/sda6 1.9G 1.1G 766M 59% /opt/panrepo
tmpfs 1.3G 67M 1.2G 6% /dev/shm
/dev/sda8 2.4G 1.8G 498M 79% /opt/panlogs
Notice panrepo changes by 185MB which is roughly same size as the image file. The size for panrepo partition itself will vary for each platform.