Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show system storage partitions

date_range 19-Nov-23

Syntax (EX Series)

content_copy zoom_out_map
show system storage partitions
<all-members>
<local>
<member member-id> 

Syntax (SRX Series)

content_copy zoom_out_map
show system storage partitions

Description

This command displays information about the disk partitioning scheme.

Options

none

Display partition information.

all-members

(Virtual Chassis systems only) (Optional) Display partition information for all members of the Virtual Chassis.

local

(Virtual Chassis systems only) (Optional) Display partition information for the local Virtual Chassis member.

member member-id

(Virtual Chassis systems only) (Optional) Display partition information for the specified member of the Virtual Chassis configuration.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show system storage partitions command. Output fields are listed in the approximate order in which they appear.

Table 1: show system storage partitions Output Fields

Field Name

Field Description

Boot Media

Media (internal or external) from which the switch was booted.

Active Partition

Name of the active root partition.

Backup Partition

Name of the backup (alternate) root partition.

Currently booted from

Partition from which the switch was last booted.

Partitions information

Information about partitions on the boot media:

  • Partition—Partition identifier.

  • Size—Size of partition.

  • Mountpoint—Directory on which the partition is mounted.

Sample Output

show system storage partitions (EX Series)

content_copy zoom_out_map
user@switch> show system storage partitions             
fpc0:
--------------------------------------------------------------------------
Boot Media: internal (da0)
Active Partition: da0s1a
Backup Partition: da0s2a
Currently booted from: active (da0s1a)

Partitions information:
  Partition  Size   Mountpoint
  s1a        184M   /
  s2a        184M   altroot
  s3d        369M   /var/tmp
  s3e        123M   /var
  s4d        62M    /config
  s4e               unused (backup config)

show system storage partitions (SRX Series, Dual Root Partitioning)

content_copy zoom_out_map
show system storage partitions
Boot Media: internal (da0)
Active Partition: da0s2a
Backup Partition: da0s1a
Currently booted from: active (da0s2a)

Partitions Information:
  Partition  Size   Mountpoint
      s1a    293M   altroot
      s2a    293M   /
      s3e    24M    /config
      s3f    342M   /var
      s4a    30M    recovery

show system storage partitions (SRX Series, Single Root Partitioning)

content_copy zoom_out_map
show system storage partitions
Boot Media: internal (da0)
Partitions Information:
  Partition  Size   Mountpoint
      s1a    898M   /
      s1e    24M    /config
      s1f    61M    /var

show system storage partitions (SRX Series, USB)

content_copy zoom_out_map
show system storage partitions
Boot Media: usb (da1)
Active Partition: da1s1a
Backup Partition: da1s2a
Currently booted from: active (da1s1a)

Partitions Information:
  Partition  Size   Mountpoint
      s1a    293M   / 
      s2a    293M   altroot 
      s3e    24M    /config
      s3f    342M   /var
      s4a    30M    recovery

Release Information

Command introduced in Junos OS Release 15.1X49-D35.

external-footer-nav