Hi GENC,
Just to elaborate what spuluka has mentioned.
If you want to mount the usb using JUnos CLI, first create a a temporary folder where you would like to point your mounted usb:
%mkdir /var/tmp/ttt
%cli
Now you should be aware of the label given to usb when it was inserted into SRX, else check it using:
%ls -l /dev/ >>>compare the diff of output before and after inserting usb.
else a message would appear on the terminal once usb is inserted, using which you may identify the label.
go to cli.
root# run request system storage mount ?
Possible completions:
device-or-partition Device or partition to be mounted >>>usb label which has to be mounted
mount-point Path to mount point >>>dir where usb has to be mounted
run request system storage mount device-or-partition /dev/da0s1 mount-point /var/tmp/usb
I hope this helps.
Regards
Hemant