126
#
---- More ----
mount
Use
mount
to mount a hot swappable storage medium.
Syntax
mount
medium-name
Default
A storage medium is automatically mounted and in mounted state after being connected to the device,
and you can use it without mounting it.
Views
User view
Predefined user roles
network-admin
Parameters
medium-name
: Specifies the name of a storage medium.
Usage guidelines
To avoid file system corruption, do not perform the following operations while the system is mounting a
storage medium:
•
Installing or removing storage media or cards.
•
Performing an active/standby switchover in standalone mode.
•
Performing a switchover between the global active MPU and a global standby MPU in IRF mode.
To mount a partitioned storage medium, you must mount all the partitions individually, instead of
mounting the storage medium as a whole.
Examples
# In standalone mode, mount a USB disk on the active MPU.
<Sysname> mount usb0:
# In standalone mode, mount a USB disk on the standby MPU (in slot 16).
<Sysname> mount slot16#usb0:
# In IRF mode, mount a USB disk on the global active MPU.
<Sysname> mount usb0:
# In IRF mode, mount a USB disk on the global standby MPU that resides in slot 17 of member device 2.
<Sysname> mount chassis2#slot17#usb0:
Related commands
umount
move
Use
move
to move a file.