Netra Server X5-2 Administration Guide

Exit Print View

Updated: October 2016
 
 

Mount the OSA USB Flash Drive on a Linux OS

If the server is running a Linux OS, you must mount the OSA USB flash drive before you use the filesystem to display or access its contents.

This procedure shows how to mount the OSA USB flash drive on a Linux OS.

  • To mount the OSA USB flash drive, type these commands.
    #>mkdir /mnt/OSA
    #>mount LABEL=ORACLE_SSM /mnt/OSA
    #>cd /mnt/OSA
    #>ls -l
    total 916
    drwxr-xr-x 2  root root 4096   Nov 21 07:42 boot
    drwxr-xr-x 3  root root 4096   Nov 21 07:42 Documentation
    drwxr-xr-x 3  root root 4096   Oct 26 21:05 EFI
    drwxr-xr-x 16 root root 4096   Nov 21 07:42 Firmware
    -r-xr-xr-x 1  root root 15218  Oct 26 19:10 ldlinux.sys
    drwxr-xr-x 5  root root 4096   Nov 21 07:41 Linux
    drwxr-xr-x 2  root root 4096   Oct 26 21:05 LiveOS
    -rwxr-xr-x 1  root root 787672 Nov 21 08:17 manifest.xml
    drwxr-xr-x 2  root root 4096   Nov 21 08:00 Oracle
    -rwxr-xr-x 1  root root 78879  Nov 21 07:42 readme.html
    drwxr-xr-x 4  root root 4096   Nov 21 07:41 Solaris
    -rwxr-xr-x 1  root root 263    Oct 26 21:05 syslinux.cfg
    -rwxr-xr-x 1  root root 3755   Nov 21 07:42 Versions.txt
    drwxr-xr-x 3  root root 4096   Nov 21 07:42 VMware
    drwxr-xr-x 4  root root 4096   Nov 21 07:42 Windows
    #>

    The OSA USB flash drive is now mounted at the location specified.