Przeglądaj źródła

Update juniper-junos-general.md

Håvard O. Nordstrand 4 lat temu
rodzic
commit
69c5265a88
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      config/network/juniper-junos-general.md

+ 2 - 1
config/network/juniper-junos-general.md

@@ -131,7 +131,8 @@ Note: USB3 drives may not work properly. Use USB2 drives.
 
 
 1. Format the USB drive using FAT32.
 1. Format the USB drive using FAT32.
 1. Copy the software file to the drive.
 1. Copy the software file to the drive.
-1. Mount the USB drive: `mkdir /var/tmp/usb0` and `mount_msdosfs /dev/da1s1 /var/tmp/usb0`
+1. Mount the USB drive:
+    - Example: `mkdir /var/tmp/usb0` and `mount_msdosfs /dev/da1s1 /var/tmp/usb0`
     - See [mount a USB drive](#mount-a-usb-drive).
     - See [mount a USB drive](#mount-a-usb-drive).
 1. Copy the file to internal storage: `cp /var/tmp/usb0/jinstall* /var/tmp/`
 1. Copy the file to internal storage: `cp /var/tmp/usb0/jinstall* /var/tmp/`
     - Run `ls -l /var/tmp/usb0` to get the full name of the file, you'll need it later.
     - Run `ls -l /var/tmp/usb0` to get the full name of the file, you'll need it later.