Wired Intelligent Edge

 View Only
  • 1.  8320 (aoscx 10.03.50) How to list files on mounted USB drive?

    Posted Nov 01, 2019 05:05 AM

    While logged into a 8320, (aoscx 10.03.50) how do you list files on mounted USB drive?

     

    --N

    -----
    # Thanks # Gracias # Merci # ありがとう # Danke # Spasiba # 감사합니다 # Toda # Cheers # Dhanyawaad # Ahsante # Xièxiè # shukran #



  • 2.  RE: 8320 (aoscx 10.03.50) How to list files on mounted USB drive?
    Best Answer

    Posted Nov 01, 2019 06:05 AM

    Hi! Actually ArubaOS-CX shell doesn't provide the feature to list files on a mounted USB Flash Memory (indeed CLI manual doesn't help and also here https://community.arubanetworks.com/t5/Wired-Intelligent-Edge-Campus/ArubaOS-CX-How-To-Use-The-USB-Option/ta-p/530917 such feature wasn't described at all)...I suspect that one should go down start-shell and gather that info via usual Linux way (sort of ls /mnt/usb bash command)...didn't checked if GUI dashboard reports what CLI lacks.



  • 3.  RE: 8320 (aoscx 10.03.50) How to list files on mounted USB drive?

    Posted Feb 13, 2020 06:47 AM

    FOLLOW-UP....Sample:

     

    AOS-CX 8320 How to list files on the USB drive:


    HPE-AOSCX8320# usb mount

    HPE-AOSCX8320# start-shell

    HPE-AOSCX8320:~$ cd /mnt/usb

    HPE-AOSCX8320:/mnt/usb$ ls c*

    config1-20200213 config1-20200202 config1-20191101config1.txt

    HPE-AOSCX8320:~$ exit

    HPE-AOSCX8320# usb unmount

    HPE-AOSCX8320#



  • 4.  RE: 8320 (aoscx 10.03.50) How to list files on mounted USB drive?

    Posted Feb 13, 2020 09:47 AM

    Your approach is exactly what was supposed above when I wrote "...I suspect that one should go down start-shell and gather that info via usual Linux way (sort of ls /mnt/usb bash command)...".

     

    The point is that, mounted a USB Memory, there isn't yet a way of gathering that information simply on ArubaOS-CX Shell without going into start-shell (ServiceOS bash).